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

Google Play Store Analysis

In this project, I will try to explore, visualize and answer some of the basic questions from the Google Play Store Dataset. I will be applying some of the analysis techniques to analyze the dataaset with help of tools like:- Python, Pandas, Matplotlib, Numpy, Seaborn, and Jovian. This project is being done as a final course project while pursuing the course Data Analysis with Python: Zero to Pandas provided by Jovian.ml in collaboration with freecodecamp. While doing this project I have learned many techniques and gained various skills in Data Analysis Domain

Downloading the Dataset

The dataset is downloaded from kaggle.

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

Let us save and upload our work to Jovian before continuing.