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

project Title= "google-playstore-app-data-analysis"

  Google play store is a the place to download all the licensed android smartphone apps. In this project we will analyze the data of some of the apps from google play store.

Downloading the Dataset

The csv data set has been downloaded from kaggle using this link https://www.kaggle.com/lava18/google-play-store-apps and then was uploaded to the jupyter notebook.

!pip install jovian opendatasets --upgrade --quiet

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

Lets now import numpy and pandas which are one of the most important libraries for data manipulation and data cleaning.