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

Flipkart OnlineOrders

FlipKart Online shoping is Indian's largest online marketplace and one of the Indian's leading technology powerhouses that is disrupting the way India shops Online. Buying something from FlipKart is almost 100 per cent safe. Am excited this would be intresting data set to work on it.

I got this data set from kaggle. This dataset consits all type of products like Grocery,Electric equipments,dress, buety and Grooming shops etc...

In this notebook we are going to load and read the data using pandas, do the cleaning ofthe data, and analyze thedata using diffrent parameters, lastly we a going to visually reprent data using matplotlib and seaborn.

Downloading the Dataset

Instructions for downloading the dataset

There are several options for getting the dataset into Jupyter:

Download the CSV from kaggle and upload it via Jupyter's GUI
Use the urlretrieve function from the urllib.request to download CSV files from a raw URL from kaggle.
Use a helper library e.g. opendatasets, which contains a collection of curated datasets and provides a function download from kaggle.

!pip install jovian opendatasets --upgrade --quiet

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