Top Games On Google Play Store
A dataset of top rated games on Google Play Store with ratings
@kaggle.dhruvildave_top_play_store_games
A dataset of top rated games on Google Play Store with ratings
@kaggle.dhruvildave_top_play_store_games
CREATE TABLE android_games (
"rank" BIGINT,
"title" VARCHAR,
"total_ratings" BIGINT,
"installs" VARCHAR,
"average_rating" BIGINT,
"growth_30_days" DOUBLE,
"growth_60_days" DOUBLE,
"price" DOUBLE,
"category" VARCHAR,
"n_5_star_ratings" BIGINT,
"n_4_star_ratings" BIGINT,
"n_3_star_ratings" BIGINT,
"n_2_star_ratings" BIGINT,
"n_1_star_ratings" BIGINT,
"paid" BOOLEAN
);
Anyone who has the link will be able to view this.