wine {VIM} | R Documentation |
Wine tasting and price
Description
Wine reviews from France, Switzerland, Austria and Germany.
Format
A data frame with 9627 observations on the following 9 variables.
- country
country of origin
- points
the number of points WineEnthusiast rated the wine on a scale of 1-100 (though they say they only post reviews for wines that score >=80)
- price
the cost for a bottle of the wine
- province
the province or state that the wine is from
- taster_name
name of the person who tasted and reviewed the wine
- taster_twitter_handle
Twitter handle for the person who tasted ane reviewed the wine
- variety
the type of grapes used to make the wine (ie pinot noir)
- winery
the winery that made the wine
- variety_main
broader category as variety
Details
The data was scraped from WineEnthusiast during the week of Nov 22th, 2017. The code for the scraper can be found at https://github.com/zackthoutt/wine-deep-learning This data set is slightly modified, i.e. only four countries are selected and broader categories on the variety have been added.
Source
https://www.kaggle.com/zynicide/wine-reviews
Examples
data(wine)
str(wine)
aggr(wine)