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

GOOGLE PLAY STORE DATA ANALYSIS

In this project I'm going to analyse the data of google play store apps,like:

  • how many number of apps are there
  • what is their status
  • their ratings
  • genres, updates etc.

For that I'm going to use tools like:

  • pandas
  • numpy
  • seaborn
  • matplotlib and python.

Downloading the Dataset

i have downloaded my dataset from 'https://www.kaggle.com/datasets?fileType=csv'

!pip install jovian opendatasets --upgrade --quiet

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