Baselight

Google Play Store Apps

Google Play Store App data of 2.3 Million+ applications.

@kaggle.gauthamp10_google_playstore_apps

Loading...
Loading...

About this Dataset

Google Play Store Apps

Context

Google PlayStore Android App Data. (2.3 Million+ App Data)
Backup repo: https://github.com/gauthamp10/Google-Playstore-Dataset

Content

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:

Acknowledgements

I couldn't have build this dataset without the help of Github Education and switched to facundoolano/google-play-scraper for sane reasons.

Inspiration

Took inspiration from: https://www.kaggle.com/lava18/google-play-store-apps to build a big database for students and researchers.

Author

Gautham Prakash

My other projects: github.com/gauthamp10

Website: gauthamp10.github.io

Tables

Google Playstore

@kaggle.gauthamp10_google_playstore_apps.google_playstore
  • 278.27 MB
  • 2312944 rows
  • 24 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.