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

play-store-app-data-analysis

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
!pip install opendatasets --quiet
dataset_url ='https://www.kaggle.com/lava18/google-play-store-apps'
import opendatasets as od
od.download(dataset_url)
Please provide your Kaggle credentials to download this dataset. Learn more: http://bit.ly/kaggle-creds Your Kaggle username: shaikhsadiya Your Kaggle Key: ········
100%|██████████| 1.94M/1.94M [00:00<00:00, 44.0MB/s]
Downloading google-play-store-apps.zip to ./google-play-store-apps

THE DATASET HAS BEEN DOWNLOADED SUCCESFULLY!!