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

new-google-play-store-mobile-1280x720.jpg

Google PlayStore Data Analysis

Analysis Description:

In this Analysis I have taken Google Play store data which is one of the famous data in kaggle -Data set download
Which tells the insights of Different Apps and its Rating,Reviews
-Thanks to Jovain for your great guidance

project_name = "GOOGLE PLAYSTORE DATA ANALYSIS" 
#!pip install jovian --upgrade -q
#!pip install pandas
#!pip install matplotlib
#!pip install seaborn
#importing of important libraray
import pandas as pd #To perform  dataframe clc
import numpy as np #To perform numerical clc
import matplotlib.pyplot as plt # To perform plots
import seaborn as sns # To perform plots in intarctive way
import warnings # To remove warnings 
warnings.filterwarnings("ignore")