Wine Tasting
Dataset containing ~130k wine reviews published to WineEnthusiast.
@kaggle.mysarahmadbhat_wine_tasting
Dataset containing ~130k wine reviews published to WineEnthusiast.
@kaggle.mysarahmadbhat_wine_tasting
CREATE TABLE winemag_data_130k_v2 (
"id" BIGINT,
"country" VARCHAR,
"description" VARCHAR,
"designation" VARCHAR,
"points" BIGINT,
"price" DOUBLE,
"province" VARCHAR,
"region_1" VARCHAR,
"region_2" VARCHAR,
"taster_name" VARCHAR,
"taster_twitter_handle" VARCHAR,
"title" VARCHAR,
"variety" VARCHAR,
"winery" VARCHAR
);
Anyone who has the link will be able to view this.