Skip to content

Google Play Store Apps Data

This dataset consists of web scraped data of more than 10,000 Google Play Store apps and 60,000 app reviews. apps_data.csv consists of data about the apps such as category, number of installs, and price. review_data.csv holds reviews of the apps, including the text of the review and sentiment scores.

For this project I decided to create a Power BI report accessible via Google Play Store Project.It's still a work in progress.

Data Dictionary

data_apps.csv

variableclassdescription
AppcharacterThe application name
CategorycharacterThe category the app belongs to
RatingnumericOverall user rating of the app
ReviewsnumericNumber of user reviews for the app
SizecharacterThe size of the app
InstallscharacterNumber of user installs for the app
TypecharacterEither "Paid" or "Free"
PricecharacterPrice of the app
Content RatingcharacterThe age group the app is targeted at - "Children" / "Mature 21+" / "Adult"
GenrescharacterPossibly multiple genres the app belongs to
Last UpdatedcharacterThe date the app was last updated
Current VercharacterThe current version of the app
Android VercharacterThe Android version needed for this app

data_reviews.csv

variableclassdescription
AppcharacterThe application name
Translated_ReviewcharacterUser review (translated to English)
SentimentcharacterThe sentiment of the user - Positive/Negative/Neutral
Sentiment_PolaritycharacterThe sentiment polarity score
Sentiment_SubjectivitycharacterThe sentiment subjectivity score