2,2k+ Scotch Whisky Reviews
Dataset Includes 2,2k+ Scotch Whisky Reviews
@kaggle.koki25ando_22000_scotch_whisky_reviews
Dataset Includes 2,2k+ Scotch Whisky Reviews
@kaggle.koki25ando_22000_scotch_whisky_reviews
Dataset was scraped from Whisky Advocate. You can take a look at scraping script here.
Original database is from Whisky Advocate.
Can you find characteristics of each category of whisky?
CREATE TABLE scotch_review (
"unnamed_0" BIGINT -- Unnamed: 0,
"name" VARCHAR,
"category" VARCHAR,
"review_point" BIGINT,
"price" VARCHAR,
"currency" VARCHAR,
"description" VARCHAR
);Anyone who has the link will be able to view this.