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
Google PlayStore Android App Data. (2.3 Million+ App Data)
Backup repo: https://github.com/gauthamp10/Google-Playstore-Dataset
I've collected the data with the help of Python script (Scrapy) running on a cloud vm instance.
The data was collected in the month of June 2021.
Also checkout:
I couldn't have build this dataset without the help of Github Education and switched to facundoolano/google-play-scraper for sane reasons.
Took inspiration from: https://www.kaggle.com/lava18/google-play-store-apps to build a big database for students and researchers.
Gautham Prakash
My other projects: github.com/gauthamp10
Website: gauthamp10.github.io
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.