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 file for details
Acknowledgments
- DataCamp