Open data

1.35 million prices, free to use.

The same exports that power dramvalue.com are published under CC0 on Hugging Face and Kaggle — generated with memory-safe psql COPY and synced via shared dataset cards.

Aug 2026
Last export
~326 MB
Total CSV size
CC0
License

Files

FileRowsDescription
dramvalue_bottles.csv 30,324 Bottle catalog with cached price stats (avg, min, max, trend)
dramvalue_prices.csv 1,351,454 Individual auction, retail, and import price records
dramvalue_market_stats.csv 1,719 Monthly auction house aggregates

Download

Hugging Face

datamatters24/dramvalue-whisky-prices

pip install huggingface_hub
huggingface-cli download datamatters24/dramvalue-whisky-prices \
  --repo-type dataset --local-dir ./data

Kaggle

theodorerubin/dramvalue-whisky-prices

pip install kaggle
kaggle datasets download -d theodorerubin/dramvalue-whisky-prices \
  -p ./data --unzip

One-liner install script in the repo: scripts/install_huggingface_dataset.sh

Publishing pipeline

Exportexport_dataset.sh via psql COPY
Carddataset_card.py shared README
PushHF Hub + Kaggle CLI
# Refresh export and push both mirrors
./scripts/export_dataset.sh data/kaggle
cp data/kaggle/*.csv data/huggingface/
python scripts/push_huggingface_dataset.py --from-dir data/huggingface
python scripts/push_kaggle_dataset.py --from-dir data/kaggle

Example uses

  • Price trend analysis by distillery or category
  • Auction vs retail spread research
  • Training tabular models on secondary market dynamics
  • Bootstrapping a new whisky catalog without scraping from scratch