Google Play Store Apps
Google Play Store App data of 2.3 Million+ applications.
@kaggle.gauthamp10_google_playstore_apps
Google Play Store App data of 2.3 Million+ applications.
@kaggle.gauthamp10_google_playstore_apps
CREATE TABLE google_playstore (
"app_name" VARCHAR,
"app_id" VARCHAR,
"category" VARCHAR,
"rating" DOUBLE,
"rating_count" DOUBLE,
"installs" VARCHAR,
"minimum_installs" DOUBLE,
"maximum_installs" BIGINT,
"free" BOOLEAN,
"price" DOUBLE,
"currency" VARCHAR,
"size" VARCHAR,
"minimum_android" VARCHAR,
"developer_id" VARCHAR,
"developer_website" VARCHAR,
"developer_email" VARCHAR,
"released" TIMESTAMP,
"last_updated" TIMESTAMP,
"content_rating" VARCHAR,
"privacy_policy" VARCHAR,
"ad_supported" BOOLEAN,
"in_app_purchases" BOOLEAN,
"editors_choice" BOOLEAN,
"scraped_time" TIMESTAMP
);
Anyone who has the link will be able to view this.