jovian.commit()
[jovian] Detected Colab notebook... [jovian] Uploading colab notebook to Jovian... Committed successfully! https://jovian.ai/lamsampathkumar0/google-play-store-analysis

Exploratory Data Analysis :

Exploratory data analysis (EDA) is used to analyze and investigate data sets and summarize their main characteristics, often employing data visualization methods. It helps determine how best to manipulate data sources to get the answers you need, making it easier for data scientists to discover patterns, spot anomalies, test a hypothesis, or check assumptions.


Here we are using the Google Playstore dataset, which
contains details about the Apps in playstore, there are more than 10,0000+ Apps in the playstore.The size of the dataset is 210Mb.

The main objective of this project is to deliver insights to understand customer demands better and thus help developers to popularize the product.

The dataset we are using is taken from the Kaggle, the link of the dataset is given below

Exploratory Data Analysis on Google playstore dataset

Dataset link🔗 kaggle link

Importing the dependecies

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

Downloading the dataset

↪ using opendatsets