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

Analyzing Grocery Data

I have learnt many techniques to analyze data from pandas through this course. Throught this small realistic project, I can practice those knowleges gained from the course so far.

Downloading the Dataset

We will download the dataset called "Grocery Dataset" from Kaggle.

!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/heeraldedhia/groceries-dataset?select=Groceries_dataset.csv#'