Call Of Duty Mobile Reviews Dataset
Anonymized Reviews for NLP and Gaming Insights
@kaggle.kanchana1990_call_of_duty_mobile_reviews_dataset
Anonymized Reviews for NLP and Gaming Insights
@kaggle.kanchana1990_call_of_duty_mobile_reviews_dataset
This dataset contains 50,000 user reviews for the popular mobile game Call of Duty Mobile. The reviews are collected from the Google Play Store and include anonymized usernames, review content, and user ratings. The dataset has been cleaned to remove URLs and preserve only meaningful feedback for analysis.
This large dataset is ideal for various data science applications, including:
The dataset contains the following columns:
userName
: Anonymized usernames (e.g., User101
, User102
).content
: The text of the review provided by the user.score
: The rating given by the user (on a scale of 1 to 5).CREATE TABLE call_of_duty_reviews_50000 (
"username" VARCHAR,
"content" VARCHAR,
"score" BIGINT
);
Anyone who has the link will be able to view this.