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

Startup India 2021

  1. The given dataset contains the list of companies registered with MCA across India in 2021.

  2. This dataset is from Kaggle.com .

  3. I am trying to do analysis of the dataset through graphical visualisation and represent the data in the meaningful and understandable way.

  4. I have used the following library of Python:
    a.) pandas ---> dataframe ---> for storing the data in tabular form.

    b.) matplotlib.pyplot ---> line chart/bar graph/pie chart ----> for graphical representation of the data.

Downloading the Dataset

For using the dataset for analysis, first we will download the neccessary dataset using pyhton's opendatasets library.

!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/bhararthshiviah/indian-startups-2021'