Cleaned Google Play Store Dataset
A Comprehensive, Cleaned Dataset of Mobile Applications from Google Play Store.
@kaggle.harshvir04_cleaned_google_play_store_dataset
A Comprehensive, Cleaned Dataset of Mobile Applications from Google Play Store.
@kaggle.harshvir04_cleaned_google_play_store_dataset
CREATE TABLE google_cleaned_2 (
"unnamed_0" BIGINT,
"app" VARCHAR,
"category" VARCHAR,
"rating" DOUBLE,
"reviews" BIGINT,
"size" DOUBLE,
"installs" BIGINT,
"type" VARCHAR,
"price" DOUBLE,
"content_rating" VARCHAR,
"genres" VARCHAR,
"current_ver" VARCHAR,
"android_ver" VARCHAR,
"day" BIGINT,
"month" BIGINT,
"year" BIGINT
);
Anyone who has the link will be able to view this.