Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 636 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 636 Bytes

EDA wine reviews

This project conducting exploratory data analysis using a Wine Review dataset found on Kaggle containing approximately 130k reviews from the Wine Enthusiast to understand better:

  • Where does the best wine in the world come from?
  • Is price related to quality?
  • Are certain varieties of wine of higher quality?
  • What is the best wine in each price bracket?
  • What words are most used when talking about wine?

You can create a pip virtual environment and install the requirements:

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt