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

Project Title - Analysis on Google PlayStore Apps

Downloading the Dataset

The dataset which we have selected can be used in a very efficient way if analysed properly.The dataset contains 13 columns and 10840 rows , The dataset is taken from kaggel.com. The dataset contains a huge amount of Android App information which can be used to solve business problems.

!pip install jovian opendatasets --upgrade --quiet

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

# Change this
dataset_url = 'https://www.kaggle.com/lava18/google-play-store-apps'