Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mugunthanraju/profitable-app-profile-app-store-and-google-play-store

In this project we find out which sort of apps will profitable and successful apps in both the os platform. I have given all the description along code in python notebook.
https://github.com/mugunthanraju/profitable-app-profile-app-store-and-google-play-store

Last synced: 4 days ago
JSON representation

In this project we find out which sort of apps will profitable and successful apps in both the os platform. I have given all the description along code in python notebook.

Awesome Lists containing this project

README

        

# Profitable app profile App store and Google Play store
In this project we find out which sort of app will be profitable and successful in both the mobile OS platform. I have given all the description along with the code in python notebook.

**I took Apple's App store data set as well as Google play store data set.**

*I had cleaned both the data sets by:*

* Removing Wrong data
* Removing Duplicate data
* Removing Non English app data
* Isolating free apps from paid apps ("Here is motive is to analyse free apps only)

**Then I have analysed which sort of genre or category of apps are profitable, this done by below method:**

* First I had analysed Apple's App store, from that result I got to know the popular apps.
* Then I analysed Google Play store, from that result I found out which sort of apps are profitable.

## Note:

* I had provided links for the source data in the notebook.
* I had mentioned step by step process by giving detailed description in the notebook.