App Store Reviews For A Mobile App
Fictional App Store Reviews for Demo Projects and Labeled Data
@kaggle.sanlian_app_store_reviews_for_a_mobile_app
Fictional App Store Reviews for Demo Projects and Labeled Data
@kaggle.sanlian_app_store_reviews_for_a_mobile_app
CREATE TABLE app_store_reviews (
"date" VARCHAR,
"platform" VARCHAR,
"country" VARCHAR,
"review" VARCHAR,
"star" BIGINT,
"user_id" VARCHAR,
"issue_flag" VARCHAR,
"likes_count" BIGINT,
"dislike_count" BIGINT,
"label" VARCHAR
);
CREATE TABLE labeled_app_store_reviews (
"date" VARCHAR,
"platform" VARCHAR,
"country" VARCHAR,
"review" VARCHAR,
"star" BIGINT,
"user_id" VARCHAR,
"issue_flag" VARCHAR,
"likes_count" BIGINT,
"dislike_count" BIGINT,
"label" VARCHAR
);
Anyone who has the link will be able to view this.