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

Project Title - Bigmart Sales Analysis

  • This dataset is about sales of diffeent items and outlet sizes of bigmart.
  • Dataset is taken from kaggle.
  • Trying to analyze the sales of different products across differnet tiers and outlet sizes.

Downloading the Dataset

TODO

  • Downloading the dataset from the kaggle using opendatasets.
!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/brijbhushannanda1979/bigmart-sales-data'