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

Google play store -- EDA(Exploratory Data Analysis)

   Basically this project contains data cleaning,data preprocessing and data visualization of google play store data

System setup

List of libraries required for this project

  • Numpy
  • Pandas
  • Matplotlib
  • Seaborn
  • Jovian

Install the above libraries by running the following command --

pip install numpy pandas matplotlib seaborn jovian

Get the dataset from Kaggle

by using the following Link download the dataset from Kaggle website
https://www.kaggle.com/lava18/google-play-store-apps

jovian.commit(project='Google Play Store EDA')
[jovian] Attempting to save notebook.. [jovian] Creating a new project "chakravarthig99/Google Play Store EDA" [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/chakravarthig99/google-play-store-eda

Import the installed libraries