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

Google Play Store Data Analysis

In this project I am doing analysis on google play store data. The anlysis includes

  1. Data preprocessing and cleaning
  2. visualisation and
  3. asking intresting questions about the data.

In this project I am applying the concepts which I have learnt from (http://zerotopandas.com) course and applying those techniques to analyse this dataset.

The Libraries used in this project

  1. numpy
  2. pandas
  3. seaborn
  4. matplotlib

About the dataset:

I have taken this dataset from kaggle datasets.
dataset contains (10841 rows and 13 columns)

project_name = "google-playstore-data-analysis" # change this
!pip install jovian --upgrade -q
!pip install jovian opendatasets --upgrade --quiet
import jovian