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

Google Play Store Data Analysis

Google Play Store Apps dataset downloaded from Kaggle, and performing data cleaning, preprocessing, analysis and data visualization using Python Numpy, Pandas, Matplotlib, Seaborn, Jovian from the knowledge acquired from the course Data Analysis with Python: Zero to Pandas.

List of Python libraries required for this project

Numpy

Pandas

Matplotlib

Seaborn

Jovian

Downloading the Dataset
Downloaded the dataset from Kaggle website https://www.kaggle.com/lava18/google-play-store-apps

!pip install jovian opendatasets --upgrade --quiet
dataset_url = 'https://www.kaggle.com/lava18/google-play-store-apps' 
data_dir = './google-play-store-apps'
import os
os.listdir(data_dir)
['license.txt', 'googleplaystore.csv', 'googleplaystore_user_reviews.csv']