googleplay: Google Play Store Apps

Description Usage Format Details Note Source Examples

Description

A data frame containing all the details of the applications on Google Play. There are 13 features that describe a given app.

Usage

1

Format

A data frame with 10,842 rows and 13 variables The variables are as follows:

app

application name

category

category the app belongs to ss

rating

overall user rating of the app

reviews

number of user reviews for the app

size

size of the app

installs

number of user downloads/installs for the app

type

paid or free

price

price of the app

content_rating

age group the app is targeted at

genres

an app can belong to multiple genres apart from its main category

last_updated

date when the app was last updated on play store

current_ver

current version of the app available on play store

android_ver

min required android version

Details

Lavanya Gupta created a public dataset on Kaggle about Google Play Store applications. The information in the dataset was scraped from the Google Play Store. Because there are apps always being added or removed from Google Play Store, Gupta has modified this dataset over time. This dataset is the most recent version, Version 5, and was uploaded by Gupta to Kaggle on September 2018.

Note

The dataset has some challenges for students. For example, the size variable needs to be converted to a standard numeric unit. The genres field can contain more than one value seperated by semicolons. The number of installs needs to be converted to an ordinal factor. The type factor has an NaN value.

Source

The data is from Kaggle. Lavanya Gupta created the Google Play Store Apps on Kaggle. https://www.kaggle.com/lava18/google-play-store-apps

Examples

1
2
3

Rkabacoff/qacr documentation built on March 20, 2021, 3:03 p.m.