17K Mobile Strategy Games
Every strategy game on the Apple App Store
@kaggle.tristan581_17k_apple_app_store_strategy_games
Every strategy game on the Apple App Store
@kaggle.tristan581_17k_apple_app_store_strategy_games
CREATE TABLE appstore_games (
"url" VARCHAR,
"id" BIGINT,
"name" VARCHAR,
"subtitle" VARCHAR,
"icon_url" VARCHAR,
"average_user_rating" DOUBLE,
"user_rating_count" DOUBLE,
"price" DOUBLE,
"in_app_purchases" VARCHAR,
"description" VARCHAR,
"developer" VARCHAR,
"age_rating" VARCHAR,
"languages" VARCHAR,
"size" DOUBLE,
"primary_genre" VARCHAR,
"genres" VARCHAR,
"original_release_date" TIMESTAMP,
"current_version_release_date" TIMESTAMP
);
Anyone who has the link will be able to view this.