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

Google Play Store

The shape of dataset is (10841, 13) and contains app_name, category, rating, no_of_reviews, app_size and other attributes. We will be ingesting, cleaning and doing a exploratory analysis on the data and see if we can find anything interesting

project_name = "google-playstore_analysis"
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name)
[jovian] Attempting to save notebook.. [jovian] Updating notebook "aditya27gupta/google-playstore-analysis" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/aditya27gupta/google-playstore-analysis