Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 9 new columns ({'winning_bid_min', 'period_date', 'lots_count', 'winning_bid_mean', 'all_auctions_lots_count', 'auction_slug', 'trading_volume', 'auction_name', 'winning_bid_max'}) and 21 missing columns ({'category', 'normalized_name', 'min_price', 'is_limited_release', 'stats_updated_at', 'last_price', 'msrp', 'proof', 'release_year', 'name', 'updated_at', 'distillery', 'price_count', 'avg_price', 'last_price_date', 'age_statement', 'max_price', 'brand', 'is_allocated', 'price_trend', 'size_ml'}).

This happened while the csv dataset builder was generating data using

hf://datasets/datamatters24/dramvalue-whisky-prices/dramvalue_market_stats.csv (at revision 928345cf99990c15c965658b3db853ee9235231a), ['hf://datasets/datamatters24/dramvalue-whisky-prices@928345cf99990c15c965658b3db853ee9235231a/dramvalue_bottles.csv', 'hf://datasets/datamatters24/dramvalue-whisky-prices@928345cf99990c15c965658b3db853ee9235231a/dramvalue_market_stats.csv', 'hf://datasets/datamatters24/dramvalue-whisky-prices@928345cf99990c15c965658b3db853ee9235231a/dramvalue_prices.csv']

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1848, in _prepare_split_single
                  writer.write_table(table)
                  ~~~~~~~~~~~~~~~~~~^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                  ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              id: int64
              auction_name: string
              auction_slug: string
              period_date: string
              winning_bid_max: double
              winning_bid_min: double
              winning_bid_mean: double
              trading_volume: double
              lots_count: int64
              all_auctions_lots_count: int64
              created_at: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1655
              to
              {'id': Value('int64'), 'name': Value('string'), 'normalized_name': Value('string'), 'distillery': Value('string'), 'brand': Value('string'), 'category': Value('string'), 'age_statement': Value('float64'), 'proof': Value('float64'), 'size_ml': Value('float64'), 'release_year': Value('float64'), 'is_limited_release': Value('string'), 'is_allocated': Value('string'), 'msrp': Value('float64'), 'price_count': Value('int64'), 'avg_price': Value('float64'), 'min_price': Value('float64'), 'max_price': Value('float64'), 'last_price': Value('float64'), 'last_price_date': Value('string'), 'price_trend': Value('float64'), 'created_at': Value('string'), 'updated_at': Value('string'), 'stats_updated_at': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1850, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
                  ...<4 lines>...
                  )
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 9 new columns ({'winning_bid_min', 'period_date', 'lots_count', 'winning_bid_mean', 'all_auctions_lots_count', 'auction_slug', 'trading_volume', 'auction_name', 'winning_bid_max'}) and 21 missing columns ({'category', 'normalized_name', 'min_price', 'is_limited_release', 'stats_updated_at', 'last_price', 'msrp', 'proof', 'release_year', 'name', 'updated_at', 'distillery', 'price_count', 'avg_price', 'last_price_date', 'age_statement', 'max_price', 'brand', 'is_allocated', 'price_trend', 'size_ml'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/datamatters24/dramvalue-whisky-prices/dramvalue_market_stats.csv (at revision 928345cf99990c15c965658b3db853ee9235231a), ['hf://datasets/datamatters24/dramvalue-whisky-prices@928345cf99990c15c965658b3db853ee9235231a/dramvalue_bottles.csv', 'hf://datasets/datamatters24/dramvalue-whisky-prices@928345cf99990c15c965658b3db853ee9235231a/dramvalue_market_stats.csv', 'hf://datasets/datamatters24/dramvalue-whisky-prices@928345cf99990c15c965658b3db853ee9235231a/dramvalue_prices.csv']
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

id
int64
name
string
normalized_name
string
distillery
null
brand
null
category
string
age_statement
null
proof
null
size_ml
float64
release_year
null
is_limited_release
string
is_allocated
string
msrp
null
price_count
int64
avg_price
float64
min_price
float64
max_price
float64
last_price
float64
last_price_date
string
price_trend
null
created_at
string
updated_at
string
stats_updated_at
string
1
"Back To Our Roots" 25 Year Old Blended Scotch Private Stock
"back_to_our_roots"_25_year_old_blended_scotch_private_stock
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
219.08
219.08
219.08
219.08
2026-01-19 23:24:27.848274+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
2
"Navy Style" Blended Caribbean Rum Kill Devil
"navy_style"_blended_caribbean_rum_kill_devil
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
109.54
109.54
109.54
109.54
2026-01-19 23:24:11.792147+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
3
' Ledaig ' Tobermory 2008 14 Year Old Claxton's
'_ledaig_'_tobermory_2008_14_year_old_claxton's
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
116.84
116.84
116.84
116.84
2026-01-19 23:24:23.689784+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
4
'Glen Tourette' 13 Year Old North Star Meeting Of The Minds For www.hielander.com
'glen_tourette'_13_year_old_north_star_meeting_of_the_minds_for_www.hielander.com
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
4
138.745
116.84
160.65
160.65
2026-01-19 23:24:47.452437+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
5
'Merry Christmas' Highland Single Malt 12 Year Old Whisky Connoisseur
'merry_christmas'_highland_single_malt_12_year_old_whisky_connoisseur
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
73.02
73.02
73.02
73.02
2026-01-19 23:24:00.268892+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
6
'On A Saw Mill' 10 Year Old Islay Blended Malt
'on_a_saw_mill'_10_year_old_islay_blended_malt
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
16
149.7
131.44
175.26
160.65
2026-01-19 23:25:15.245407+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
7
'TI Girl' Tiger's Choice 6 x 70cl
'ti_girl'_tiger's_choice_6_x_70cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
2,774.95
2,774.95
2,774.95
2,774.95
2026-01-19 23:25:07.117256+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
8
'Three Cheers from Stanley P. Morrison Ltd.' Minis Set 3 x 5cl
'three_cheers_from_stanley_p._morrison_ltd.'_minis_set_3_x_5cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
29.21
29.21
29.21
29.21
2026-01-19 23:14:07.33234+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
9
'Whisky Taste' Blend 19 Year Old Creative Whisky Co
'whisky_taste'_blend_19_year_old_creative_whisky_co
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
26
182.001538
102.23
233.68
175.26
2026-01-19 23:25:11.265228+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
10
'Yer Aunt Fanny's Cat's Arsehole' Whiskyblender 50cl
'yer_aunt_fanny's_cat's_arsehole'_whiskyblender_50cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
4
113.185
94.93
131.44
131.44
2026-01-19 23:24:51.634513+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
11
100 Pipers 20 Year Old 75cl
100_pipers_20_year_old_75cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
116.84
116.84
116.84
116.84
2026-01-19 23:23:28.820136+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
12
100 Pipers 26 2/3 Fl Oz
100_pipers_26_2/3_fl_oz
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
73.02
73.02
73.02
73.02
2026-01-19 23:25:07.304645+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
13
100 Pipers 75cl
100_pipers_75cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
4
43.81
43.81
43.81
43.81
2026-01-19 23:25:15.432597+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
14
100 Pipers Black Watch
100_pipers_black_watch
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
21.91
21.91
21.91
21.91
2026-01-19 23:12:09.127084+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
15
100 Pipers The Original 26 2/3 Fl Oz
100_pipers_the_original_26_2/3_fl_oz
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
43.81
43.81
43.81
43.81
2026-01-19 23:24:00.457647+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
16
100 Pipers, Scotch Castle Over 3 Year Old, Cresthill Superior Blended, Scotch No 10
100_pipers,_scotch_castle_over_3_year_old,_cresthill_superior_blended,_scotch_no_10
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
94.93
94.93
94.93
94.93
2026-01-19 23:14:07.554108+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
17
106 Sample Room Reserve 50cl
106_sample_room_reserve_50cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
12
53.548333
43.81
73.02
73.02
2026-01-19 23:24:32.162126+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
18
12 Ouzo 1L
12_ouzo_1l
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
4
36.51
36.51
36.51
36.51
2026-01-19 23:25:03.091523+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
19
12 Year Old Single Malt for Glenforsa Hotel
12_year_old_single_malt_for_glenforsa_hotel
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
51.12
51.12
51.12
51.12
2026-01-19 23:25:11.452164+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
20
135° Easy Hyogo Dry Gin
135°_easy_hyogo_dry_gin
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
4
40.16
36.51
43.81
43.81
2026-01-19 23:23:41.163093+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
21
150th Anniversary Of Birnam Highland Games Limited Edition Scotch Whisky
150th_anniversary_of_birnam_highland_games_limited_edition_scotch_whisky
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
4
233.68
204.47
262.89
262.89
2026-01-19 23:23:44.881346+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
22
1792 Ridgemont Reserve Kentucky Straight Bourbon
1792_ridgemont_reserve_kentucky_straight_bourbon
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
6
70.586667
65.72
73.02
73.02
2026-01-19 23:14:07.776697+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
23
1800 Anejo
1800_anejo
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
58.42
58.42
58.42
58.42
2026-01-19 23:11:29.37812+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
24
1800 Blanco Tequila
1800_blanco_tequila
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
36.51
36.51
36.51
36.51
2026-01-19 23:24:08.241185+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
25
1800 Reposado Tequila
1800_reposado_tequila
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
12
34.076667
29.21
36.51
36.51
2026-01-19 23:24:08.619236+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
26
1800 Silver Tequila Reserva
1800_silver_tequila_reserva
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
29.21
29.21
29.21
29.21
2026-01-19 23:25:15.619692+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
27
1804 Weinbrand VSOP
1804_weinbrand_vsop
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
29.21
29.21
29.21
29.21
2026-01-19 23:12:09.342052+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
28
1825 Highland Distillery 2001 18 Year Old SexyWhisky
1825_highland_distillery_2001_18_year_old_sexywhisky
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
138.75
138.75
138.75
138.75
2026-01-19 23:22:58.857493+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
29
1846 Islay Distillery 2005 17 Year Old SexyWhisky
1846_islay_distillery_2005_17_year_old_sexywhisky
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
350.52
350.52
350.52
350.52
2026-01-19 23:22:59.040278+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
30
1885 34 Year Old Brandy Gran Reserva
1885_34_year_old_brandy_gran_reserva
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
94.93
94.93
94.93
94.93
2026-01-19 23:17:14.371614+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
31
1893 Vintage Cognac Fine Champagne Barnett & Fils 24 Fl Oz
1893_vintage_cognac_fine_champagne_barnett_&_fils_24_fl_oz
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
788.67
788.67
788.67
788.67
2026-01-19 23:24:55.287725+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
32
200 Years Of Laphroaig Book
200_years_of_laphroaig_book
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
138.75
138.75
138.75
138.75
2026-01-19 23:22:43.603356+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
33
2010 11 Year Old Blended Electric Coo Series South Africa Exclusive 75cl
2010_11_year_old_blended_electric_coo_series_south_africa_exclusive_75cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
73.02
73.02
73.02
73.02
2026-01-19 23:24:40.337263+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
34
291 Single Barrel Colorado Bourbon 75cl
291_single_barrel_colorado_bourbon_75cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
102.23
102.23
102.23
102.23
2026-01-19 23:16:56.67486+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
35
2Bar Spirits 2018 4 Year Old Bourbon Red Wine Barrel American Single Cask #0005 75cl
2bar_spirits_2018_4_year_old_bourbon_red_wine_barrel_american_single_cask_#0005_75cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
66
63.287576
51.12
94.93
94.93
2026-01-19 23:23:10.949215+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
36
2Bar Spirits 2018 4 Year Old Bourbon Red Wine Barrel American Single Cask #0005 75cl - Bottle #1
2bar_spirits_2018_4_year_old_bourbon_red_wine_barrel_american_single_cask_#0005_75cl_-_bottle_#1
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
131.44
131.44
131.44
131.44
2026-01-19 23:23:18.482873+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
37
3 Kilos Vodka 75cl
3_kilos_vodka_75cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
233.68
233.68
233.68
233.68
2026-01-19 23:24:49.136283+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
38
3W 35 Year Old Limited Release Blend
3w_35_year_old_limited_release_blend
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
262.89
262.89
262.89
262.89
2026-01-19 23:24:43.478899+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
39
410381 Black & White 70° Proof [1947 Bottling]
410381_black_&_white_70°_proof_[1947_bottling]
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
452.75
452.75
452.75
452.75
2026-01-19 23:13:14.734424+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
40
45 Degrees South New Zealand Whisky
45_degrees_south_new_zealand_whisky
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
36.51
36.51
36.51
36.51
2026-01-19 23:14:33.917098+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
41
500 Jahre Korn in Nordhäuser & 2 ceramic cups & Lipper Schutze Gin 50cl
500_jahre_korn_in_nordhäuser_&_2_ceramic_cups_&_lipper_schutze_gin_50cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
43.81
43.81
43.81
43.81
2026-01-19 23:12:44.239+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
42
500 Year Malt The Whisky Connoisseur
500_year_malt_the_whisky_connoisseur
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
4
357.825
189.87
525.78
525.78
2026-01-19 23:24:35.651349+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
43
57º Skye Earth & Sea Gin
57º_skye_earth_&_sea_gin
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
58.42
58.42
58.42
58.42
2026-01-19 23:24:19.755206+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
44
60 Year Old Scotch Whisky From The House Of Buchanan Mini 5cl
60_year_old_scotch_whisky_from_the_house_of_buchanan_mini_5cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
467.36
467.36
467.36
467.36
2026-01-19 23:24:35.837087+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
45
6th Avenue Straight Bourbon
6th_avenue_straight_bourbon
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
65.7225
65.7225
65.7225
65.7225
2026-01-19 23:10:16.456599+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
46
8 Doors New Make Spirit 20cl
8_doors_new_make_spirit_20cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
6
53.55
43.81
65.72
65.72
2026-01-19 23:24:15.795458+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
47
8 Doors New Make Spirit 20cl With Coaster & Pipette
8_doors_new_make_spirit_20cl_with_coaster_&_pipette
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
43.81
43.81
43.81
43.81
2026-01-19 23:22:43.789072+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
48
963 Rich & Sweet Red Label Blended Whisky
963_rich_&_sweet_red_label_blended_whisky
null
null
SCOTCH_SINGLE_MALT
null
null
null
null
t
t
null
5
159.99
159.99
159.99
159.99
2026-02-03 00:00:00+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
49
963 Smooth & Peaty Black Label Blended Whisky
963_smooth_&_peaty_black_label_blended_whisky
null
null
SCOTCH_SINGLE_MALT
null
null
null
null
t
t
null
3
159.99
159.99
159.99
159.99
2026-02-03 00:00:00+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
50
A 1710 La Délivrande Rhum Extraordinaire
a_1710_la_délivrande_rhum_extraordinaire
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
219.08
219.08
219.08
219.08
2026-01-19 23:24:00.838374+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
51
A Compilation of Scotch Whisky Miniature Bottles by Jacky Drake
a_compilation_of_scotch_whisky_miniature_bottles_by_jacky_drake
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
36.51
36.51
36.51
36.51
2026-01-19 23:12:04.743122+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
52
A Distillery In Rothes 2007 "The Classic Of Mountains & Seas" Whisky Find 50cl
a_distillery_in_rothes_2007_"the_classic_of_mountains_&_seas"_whisky_find_50cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
138.75
138.75
138.75
138.75
2026-01-19 23:23:36.791082+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
53
A Drop Of The Irish Blackadder
a_drop_of_the_irish_blackadder
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
6
187.426667
65.72
365.12
365.12
2026-01-19 23:23:56.237359+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
54
A F Cricketer's Gin 75cl
a_f__cricketer's_gin_75cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
29.21
29.21
29.21
29.21
2026-01-19 23:14:38.511625+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
55
A Fine Christmas Malt 10 Year Old The Whisky Exchange 2019 Release
a_fine_christmas_malt_10_year_old_the_whisky_exchange_2019_release
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
6
65.72
51.12
73.02
73.02
2026-01-19 23:23:56.421778+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
56
A Fine Christmas Malt 16 Year Old The Whisky Exchange 2021 Release
a_fine_christmas_malt_16_year_old_the_whisky_exchange_2021_release
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
10
96.392
87.63
124.14
124.14
2026-01-19 23:24:43.6665+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
57
A Fine Christmas Malt 17 Year Old The Whisky Exchange 2018 Release
a_fine_christmas_malt_17_year_old_the_whisky_exchange_2018_release
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
12
116.84
80.33
160.65
116.84
2026-01-19 23:25:15.811988+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
58
A Fine Christmas Malt 19 Year Old The Whisky Exchange 2020 Release
a_fine_christmas_malt_19_year_old_the_whisky_exchange_2020_release
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
16
139.66
102.23
204.47
204.47
2026-01-19 23:25:07.491145+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
59
A Good Old-Fashioned Christmas Whisky 15 Year Old The Whisky Exchange 2023 Release
a_good_old-fashioned_christmas_whisky_15_year_old_the_whisky_exchange_2023_release
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
8
82.1525
65.72
102.23
102.23
2026-01-19 23:23:45.067634+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
60
A Good Old-Fashioned Christmas Whisky 15 Year Old The Whisky Exchange 2024 Release
a_good_old-fashioned_christmas_whisky_15_year_old_the_whisky_exchange_2024_release
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
94.93
94.93
94.93
94.93
2026-01-19 23:17:06.023071+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
61
A Good Old-Fashioned Christmas Whisky The Whisky Exchange 2022 Release
a_good_old-fashioned_christmas_whisky_the_whisky_exchange_2022_release
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
94.93
94.93
94.93
94.93
2026-01-19 23:23:18.670941+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
62
A H Hirsch 1974 Reserve 16 Year Old Bourbon Gold Wax
a_h_hirsch_1974_reserve_16_year_old_bourbon_gold_wax
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
1,197.61
1,197.61
1,197.61
1,197.61
2026-01-19 23:12:52.826462+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
63
A Highland 37 Year Old Cadenhead's
a_highland_37_year_old_cadenhead's
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
423.55
423.55
423.55
423.55
2026-01-19 23:24:01.027785+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
64
A Highland 37 Year Old Cadenhead’s
a_highland_37_year_old_cadenhead’s
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
4
321.31
321.31
321.31
321.31
2026-01-19 23:17:02.577515+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
65
A Highland Distillery 15 Year Old Error 502 Bad Gateway Thompson Bros
a_highland_distillery_15_year_old_error_502_bad_gateway_thompson_bros
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
146.05
146.05
146.05
146.05
2026-01-19 23:23:29.381669+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
66
A Highland Distillery 17 Year Old Athena Platinum Cask With Print
a_highland_distillery_17_year_old_athena_platinum_cask_with_print
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
102.23
102.23
102.23
102.23
2026-01-19 23:23:45.252215+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
67
A Highland Distillery 18 Year Old Chorlton Whisky
a_highland_distillery_18_year_old_chorlton_whisky
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
6
116.84
109.54
124.14
124.14
2026-01-19 23:23:48.758357+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
68
A Highland Distillery 19 Year Old Chorlton Whisky
a_highland_distillery_19_year_old_chorlton_whisky
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
131.44
131.44
131.44
131.44
2026-01-19 23:17:10.759887+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
69
A Highland Distillery 1985 37 Year Old Cadenhead's Club
a_highland_distillery_1985_37_year_old_cadenhead's_club
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
554.99
554.99
554.99
554.99
2026-01-19 23:23:32.880706+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
70
A Highland Distillery 1985 37 Year Old Cadenhead’s Club
a_highland_distillery_1985_37_year_old_cadenhead’s_club
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
4
540.385
496.57
584.2
584.2
2026-01-19 23:23:22.416346+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
71
A Highland Distillery 2000 22 Year Old Error 502 Bad Gateway Thompson Bros
a_highland_distillery_2000_22_year_old_error_502_bad_gateway_thompson_bros
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
233.68
233.68
233.68
233.68
2026-01-19 23:24:43.854001+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
72
A Highland Distillery 2000 24 Year Old Claxton’s For CWAS
a_highland_distillery_2000_24_year_old_claxton’s_for_cwas
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
233.68
233.68
233.68
233.68
2026-01-19 23:17:10.975273+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
73
A Highland Distillery 2005 16 Year Old Watt Whisky
a_highland_distillery_2005_16_year_old_watt_whisky
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
160.65
160.65
160.65
160.65
2026-01-19 23:17:06.679979+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
74
A Highland Distillery 2007 14 Year Old Thompson Bros
a_highland_distillery_2007_14_year_old_thompson_bros
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
175.26
175.26
175.26
175.26
2026-01-19 23:22:52.139524+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
75
A Highland Distillery 2007 14 Year Old Thompson Bros For the Dornoch Castle Hotel
a_highland_distillery_2007_14_year_old_thompson_bros_for_the_dornoch_castle_hotel
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
189.87
189.87
189.87
189.87
2026-01-19 23:23:48.942683+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
76
A Highland Distillery 2009 13 Year Old 'Smokestack Lightning' Uncharted Whisky Co
a_highland_distillery_2009_13_year_old_'smokestack_lightning'_uncharted_whisky_co
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
8
82.1525
73.02
94.93
94.93
2026-01-19 23:23:41.350579+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
77
A Highland Distillery 2009 13 Year Old Smokestack Lightning Uncharted Whisky Co
a_highland_distillery_2009_13_year_old_smokestack_lightning_uncharted_whisky_co
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
80.33
80.33
80.33
80.33
2026-01-19 23:23:45.436976+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
78
A Highland Distillery 2009 13 Year Old ‘Smokestack Lightning’ Uncharted Whisky Co
a_highland_distillery_2009_13_year_old_‘smokestack_lightning’_uncharted_whisky_co
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
16
85.803438
65.72
116.84
80.33
2026-01-19 23:23:18.859097+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
79
A Highland Distillery 2010 10 Year Old Watt Whisky
a_highland_distillery_2010_10_year_old_watt_whisky
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
94.93
94.93
94.93
94.93
2026-01-19 23:23:11.698692+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
80
A Highland Distillery 2011 11 Year Old Glaschu Spirits Co
a_highland_distillery_2011_11_year_old_glaschu_spirits_co
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
102.23
102.23
102.23
102.23
2026-01-19 23:17:06.897906+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
81
A Highland Distillery 2011 12 Year Old Stirk Brothers
a_highland_distillery_2011_12_year_old_stirk_brothers
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
94.93
94.93
94.93
94.93
2026-01-19 23:23:19.047355+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
82
A Highland Distillery 2011 12 Year Old Watt Whisky Denmark Exclusive
a_highland_distillery_2011_12_year_old_watt_whisky_denmark_exclusive
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
87.63
87.63
87.63
87.63
2026-01-19 23:23:29.943217+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
83
A Highland Distillery 22 Year Old Error 502 Bad Gateway Thompson Bros
a_highland_distillery_22_year_old_error_502_bad_gateway_thompson_bros
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
233.68
233.68
233.68
233.68
2026-01-19 23:24:23.878048+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
84
A Highland Distillery 24 Year Old Single Cask #1460B Claxton’s For CWAS
a_highland_distillery_24_year_old_single_cask_#1460b_claxton’s_for_cwas
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
204.47
204.47
204.47
204.47
2026-01-19 23:16:58.410038+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
85
A Highland Distillery 37 Year Old Cadenhead's
a_highland_distillery_37_year_old_cadenhead's
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
4
489.265
394.33
584.2
584.2
2026-01-19 23:24:19.943433+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
86
A Highland Distillery 37 Year Old Cadenhead’s
a_highland_distillery_37_year_old_cadenhead’s
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
20
366.583
350.52
394.33
379.73
2026-01-19 23:22:59.970356+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
87
A Kentucky 2018 3 Year Old For Wu Dram Clan & Old Forester Single Barrel Selected By Ryan Engen 75cl
a_kentucky_2018_3_year_old_for_wu_dram_clan_&_old_forester_single_barrel_selected_by_ryan_engen_75cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
189.87
189.87
189.87
189.87
2026-01-19 23:23:52.340258+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
88
A Kildalton Distillery 2007 9 Year Old Cadenhead's Connoisseurs China Exclusive
a_kildalton_distillery_2007_9_year_old_cadenhead's_connoisseurs_china_exclusive
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
131.44
131.44
131.44
131.44
2026-01-19 23:24:49.50973+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
89
A Lowland Distillery 2014 10 Year Old Woodrow’s Of Edinburgh
a_lowland_distillery_2014_10_year_old_woodrow’s_of_edinburgh
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
87.63
87.63
87.63
87.63
2026-01-19 23:16:58.626836+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
90
A Mystery Blend 1994 30 Year Old Thompson Bros
a_mystery_blend_1994_30_year_old_thompson_bros
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
8
215.4225
146.05
277.49
146.05
2026-01-19 23:23:00.158207+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
91
A Northern Irish Distillery 1988 27 Year Old The Whisky Agency X ACLA Selection
a_northern_irish_distillery_1988_27_year_old_the_whisky_agency_x_acla_selection
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
584.2
584.2
584.2
584.2
2026-01-19 23:22:48.238663+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
92
A Quality Gift From Scotland Gift Set Minis 3 x 5cl
a_quality_gift_from_scotland_gift_set_minis_3_x_5cl
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
21.91
21.91
21.91
21.91
2026-01-19 23:22:52.697213+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
93
A Quarter Passed 25 Year Old Blended Malt Wemyss Malts
a_quarter_passed_25_year_old_blended_malt_wemyss_malts
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
109.54
109.54
109.54
109.54
2026-01-19 23:22:52.88479+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
94
A Real Scotch Whisky
a_real_scotch_whisky
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
14.61
14.61
14.61
14.61
2026-01-19 23:16:20.808295+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
95
A Secret 1998 20 Year Old Traditional Reserve Single Cask XO Rum TWCC
a_secret_1998_20_year_old_traditional_reserve_single_cask_xo_rum_twcc
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
87.63
87.63
87.63
87.63
2026-01-19 23:23:03.267939+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
96
A Secret Canadian 2015 7 Year Old Corn Whisky Master Of Malt
a_secret_canadian_2015_7_year_old_corn_whisky_master_of_malt
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
6
53.553333
51.12
58.42
58.42
2026-01-19 23:24:20.133593+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
97
A Secret Fiji Distillery 10 Year Old Compagnie Des Indes
a_secret_fiji_distillery_10_year_old_compagnie_des_indes
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
65.72
65.72
65.72
65.72
2026-01-19 23:23:00.345458+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
98
A Secret Fiji Distillery 8 Year Old Dram Mor
a_secret_fiji_distillery_8_year_old_dram_mor
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
73.02
73.02
73.02
73.02
2026-01-19 23:23:45.6213+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
99
A Secret Highland 2016 8 Year Old Master Of Malt
a_secret_highland_2016_8_year_old_master_of_malt
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
43.81
43.81
43.81
43.81
2026-01-19 23:22:48.424324+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
100
A Secret Highland Distillery 2000 20 Year Old Finest Whisky Berlin
a_secret_highland_distillery_2000_20_year_old_finest_whisky_berlin
null
null
SCOTCH_SINGLE_MALT
null
null
700
null
t
t
null
2
219.08
219.08
219.08
219.08
2026-01-19 23:23:41.536177+00
null
2026-05-31 17:29:59.093444+00
2026-05-31 17:29:59.093444+00
2026-08-20 02:00:00.172036+00
End of preview.

DramValue Whisky Price Intelligence

Whisky bottle catalog, price history, and auction market statistics exported from dramvalue.com.

Last export: 2026-08-20 17:43 UTC

Bottles 30,324
Price records 1,351,454
Market stat rows 1,719

Files

File Rows Description
dramvalue_bottles.csv 30,324 Bottle catalog with cached price stats
dramvalue_prices.csv 1,351,454 Individual price records (auction, retail, import)
dramvalue_market_stats.csv 1,719 Monthly auction house aggregates

dramvalue_bottles.csv

Key columns: id, name, distillery, brand, category, age_statement, proof, size_ml, price_count, avg_price, min_price, max_price, last_price, last_price_date.

dramvalue_prices.csv

Key columns: price_id, bottle_id, bottle_name, price, currency, price_usd, source, source_name, auction_house, source_url, transaction_date.

dramvalue_market_stats.csv

Key columns: auction_name, auction_slug, period_date, winning_bid_mean, trading_volume, lots_count.

Download

Hugging Face: datamatters24/dramvalue-whisky-prices

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

Kaggle: theodorerubin/dramvalue-whisky-prices

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

One-liner (Hugging Face):

curl -fsSL https://raw.githubusercontent.com/tedrubin80/dramvalue/main/scripts/install_huggingface_dataset.sh | bash

License

CC0 1.0 Universal (public domain dedication).

Downloads last month
48