Learn practical skills, build real-world projects, and advance your career

Project Title - Analysis of Wine reviews around the world

This an exploratory data analysis for wine reviews and their price distributions based on the review points. This data set was downloaded from Kagle website: https://www.kaggle.com/datasets?fileType=csv
This project extends from the course Data Analysis with Python: Zero to Pandas, where I have learned python, numpy, pandas and various EDA skills and data visualization.

Downloading the Dataset

The data set for this project was downloaded from Kaggle.com where you can find various data sets for various ML projects. Available data sets can be found on Jovian.ml website. https://jovian.ml/forum/t/recommended-datasets-for-course-project/11711

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

# Change this
dataset_url = 'https://www.kaggle.com/zynicide/wine-reviews'