/googleplay

Data Science Project with Python: The Android App Market on Google Play

Primary LanguageJupyter Notebook

🚧 THE ANDROID APP MARKET ON GOOGLE PLAY 🚧


📢 ABOUT:

Load, clean, and visualize scraped Google Play Store data to gain insights into the Android app market.


⚠️ PROJECT:

Mobile apps are everywhere. They are easy to create and can be lucrative. Because of these two factors, more and more apps are being developed. In this project, you will do a comprehensive analysis of the Android app market by comparing over ten thousand apps in Google Play across different categories. You'll look for insights in the data to devise strategies to drive growth and retention. The data for this project was scraped from the Google Play website. While there are many popular datasets for Apple App Store, there aren't many for Google Play apps, which is partially due to the increased difficulty in scraping the latter as compared to the former. The data files are as follows:

  • apps.csv: contains all the details of the apps on Google Play. These are the features that describe an app.
  • user_reviews.csv: contains 100 reviews for each app, most helpful first. The text in each review has been pre-processed, passed through a sentiment analyzer engine and tagged with its sentiment score.

▶️ STEPS:

  • Google Play Store apps and reviews
  • Data cleaning
  • Correcting data types
  • Exploring app categories
  • Distribution of app ratings
  • Size and price of an app
  • Relation between app category and app price
  • Filter out "junk" apps
  • Popularity of paid apps vs free apps
  • Sentiment analysis of user reviews

💻 At DataCamp.
🧑‍🏫 Instructor: Lavanya Gupta
📖 Career Track: Data Scientist with Python