Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chiraag-kakar/psa

A comprehensive analysis of the Android app market by comparing over ten thousand apps in Google Play across different categories and look for meaningful insights .
https://github.com/chiraag-kakar/psa

android-application comprehensive-analysis insights machine-learning-algorithms market meaningful-insights playstore project sentiment sentiment-analysis

Last synced: 1 day ago
JSON representation

A comprehensive analysis of the Android app market by comparing over ten thousand apps in Google Play across different categories and look for meaningful insights .

Awesome Lists containing this project

README

        

# Playstore Sentiment Analysis

A comprehensive analysis of the Android app market by comparing over ten thousand apps in Google Play across different categories and look for meaningful insights .
These insights will help in devising strategies to drive growth and retention.

# Data
The data for this project was scraped from the Google Play website.

## Data description
The data files are as follows:
* apps.csv: contains all the details of the applications on Google Play. There are 13 features that describe a given app.
* user_reviews.csv: contains 100 reviews for each app, most helpful first. The text in each review has been pre-processed and attributed with three new features: Sentiment (Positive, Negative or Neutral), Sentiment Polarity and Sentiment Subjectivity.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments

* DataCamp