Uber Customer Reviews Dataset (2024)
Sentiment Analysis and Insights from 12,000+ Google Play Store Reviews
@kaggle.kanchana1990_uber_customer_reviews_dataset_2024
Sentiment Analysis and Insights from 12,000+ Google Play Store Reviews
@kaggle.kanchana1990_uber_customer_reviews_dataset_2024
CREATE TABLE uber_reviews_without_reviewid (
"username" VARCHAR,
"userimage" VARCHAR,
"content" VARCHAR,
"score" BIGINT,
"thumbsupcount" BIGINT,
"reviewcreatedversion" VARCHAR,
"at" TIMESTAMP,
"replycontent" VARCHAR,
"repliedat" TIMESTAMP,
"appversion" VARCHAR
);
Anyone who has the link will be able to view this.