App Store Dataset
Multiple genre applications with price available on Apple App store
@kaggle.ysf12ff_app_store_dataset
Multiple genre applications with price available on Apple App store
@kaggle.ysf12ff_app_store_dataset
CREATE TABLE applestore (
"id" BIGINT,
"track_name" VARCHAR,
"size_bytes" BIGINT,
"currency" VARCHAR,
"price" DOUBLE,
"rating_count_tot" BIGINT,
"rating_count_ver" BIGINT,
"user_rating" DOUBLE,
"user_rating_ver" DOUBLE,
"ver" VARCHAR,
"cont_rating" VARCHAR,
"prime_genre" VARCHAR,
"sup_devices_num" BIGINT,
"ipadsc_urls_num" BIGINT,
"lang_num" BIGINT,
"vpp_lic" BIGINT
);
Anyone who has the link will be able to view this.