Portuguese Wines Blog Os Vinhos
Data from Blog os Vihnos collecting wine raiting, reviews, year, producer etc.
@kaggle.mariazhokhova_portuguese_wines_blog_os_vinhos
Data from Blog os Vihnos collecting wine raiting, reviews, year, producer etc.
@kaggle.mariazhokhova_portuguese_wines_blog_os_vinhos
Portuguese Wine Dataset with almost 3k wine reviews from the Blog "OsVinhos"
Blog "OsVinhos": https://osvinhos.blogspot.com
Also contain some foreign wines
Some columns have its content in portuguese.
The values -1, null or "-" are values which are not available in the blog.
Alcohol is measured in percentage(%) and the prices are measured in euros(€).
Rating is in [0-20].
2992 Review.
CREATE TABLE portuguesewines (
"unnamed_0" BIGINT -- Unnamed: 0,
"name" VARCHAR,
"region" VARCHAR,
"year" BIGINT,
"color" VARCHAR,
"castes" VARCHAR,
"alcoholpercentage" DOUBLE,
"producer" VARCHAR,
"minimunprice" DOUBLE,
"maximumprice" DOUBLE,
"judge" VARCHAR,
"judgerating" DOUBLE,
"date" VARCHAR,
"judgenotes" VARCHAR,
"label" VARCHAR,
"link" VARCHAR
);
Anyone who has the link will be able to view this.