Description Usage Format Details Note Source Examples
Ratings and other information for Google Play Store apps.
1 |
The nested main data frame google_apps
has 9707 rows and 14
variables:
Application name
Category the app belongs to
Overall user rating of the app
Number of user reviews for the app
Size of the app in megabytes
Number of user downloads/installs for the app
Paid or Free
Price of the app
Age group the app is targeted at - Children / Mature 21+ / Adult
An app can belong to multiple genres (apart from its main category). For example, a musical family game will belong to Music, Game, Family genres.
Date when the app was last updated on Play Store
Current version of the app available on Play Store
Min required Android version
A list column. See details.
This data set is joins two data from the Kaggle link. The data was
scraped and to some extent cleaned before presented to Kaggle. This data
has alterations to make the last_updated
an actual date column
(range 2010-2018), and the size a numeric column after stripping the M
(megabyte) and k (kilobyte). The final column is a list column of actual
reviews that can be used for text analysis, sentiment analysis and similar.
Each data set within greviews
contains the following columns:
User review (preprocessed and translated to English)
Positive/Negative/Neutral (preprocessed)
Sentiment polarity score
Sentiment subjectivity score
License is CC-BY
Data set created by Lavanya Gupta
1 2 | library(noiris)
str(google_apps, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.