Google Play Store Market Analysis: What App to Create?
Introduction Choosing the right app to create is not an easy task. Using t he Play Store apps data has enormous potential to make the task easier and drive your app-making businesses to success. Today, our team will introduce you to actionable insights that can be drawn to work on and capture the Android apps market! Let’s dive into a journey of using data science for figuring out the next steps for a profitable business strategy. Method of Data Acquisition First, we scraped the data using permutations: Basically extracts id’s of an app in that order: a, aa, ab, ac...z ,za , zb . Then, used repository google_play_scraper to turn IDs into usable information and wrote it into a csv : This has yielded 19772 pieces of information including the following types of data: Data Analysis Strategy Used To analyze the data, our team first scraped useful data from the Google Play market ( https://play.google.com/store ). For each app on the Play Market, the following information was obta...