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

Exploratory Data Analysis on Google Playstore Apps

I have used a real world dataset from kaggle.I try to figure out how the relations between different data types can be correlated to draw astonishing conclusions.I have used matplotlib,seaborn,pandas, and numpy in this project.This is first Data Analysis project i have done as a part of Data Analysis with Python: Zero to Pandas course.

Downloading the Dataset

!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/lava18/google-play-store-apps'