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

Google Play Store Analysis

The Play Store apps data has enormous potential to drive app-making businesses to success. Actionable insights can be drawn for developers to work on and capture the Android market! The dataset belongs to Kaggle.com, and licensed under the Creative Commons Attribution 3.0 Unported License.

I have already downloaded the CSV file and as saved it as googleplaystore.csv.

project_name = "google-play-store-analysis" 
import jovian

Importing necessary modules

import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
import numpy as np