Baselight

2,2k+ Scotch Whisky Reviews

Dataset Includes 2,2k+ Scotch Whisky Reviews

@kaggle.koki25ando_22000_scotch_whisky_reviews

Loading...
Loading...

About this Dataset

2,2k+ Scotch Whisky Reviews

Context

Dataset was scraped from Whisky Advocate. You can take a look at scraping script here.

Content

  • name: Name of whisky bottle
  • category: Whisky category
  • review.point: Point marked by each reviewers
  • price: Price of each bottle
  • currency: Unit of price
  • description: Descriptions of reviews

Acknowledgements

Original database is from Whisky Advocate.

Inspiration

Can you find characteristics of each category of whisky?

Tables

Scotch Review

@kaggle.koki25ando_22000_scotch_whisky_reviews.scotch_review
  • 675.38 kB
  • 2,247 rows
  • 7 columns
Loading...
CREATE TABLE scotch_review (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "name" VARCHAR,
  "category" VARCHAR,
  "review_point" BIGINT,
  "price" VARCHAR,
  "currency" VARCHAR,
  "description" VARCHAR
);

Share link

Anyone who has the link will be able to view this.