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

Exploratory Data Analysis of Unicorn Companies

Exploratory Data Analysis of all the Unicorn companies that are on the planet. I have loaded this dataset from Kaggle and it contains many important columns like Company Name, City, Valuation, Founded Year, Date when the Company became a Unicorn. I'll be using Pandas, NumPy, Matplolib, Seaborn for this Data Analysis. This is a Course Project for "Data Analysis with Python: Zero To Pandas" Course by Jovian.ai.

alt

Downloading the Dataset

Lets download the dataset from Kaggle

!pip install jovian opendatasets --upgrade --quiet

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

dataset_url = 'https://www.kaggle.com/deepcontractor/unicorn-companies-dataset'