Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mugunthanraju/profitable-app-profile-app-store-and-google-play-store
- Owner: Mugunthanraju
- License: gpl-3.0
- Created: 2020-05-08T19:40:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T13:49:09.000Z (over 4 years ago)
- Last Synced: 2023-12-26T13:34:27.464Z (11 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 918 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.