Baselight

🌍 WhatsApp Business Reviews: App Store

A Deep Dive into WhatsApp Business Feedback

@kaggle.kanchana1990_whatsapp_business_reviews_app_store

Loading...
Loading...

About this Dataset

🌍 WhatsApp Business Reviews: App Store

Dataset Overview:
This meticulously curated dataset amalgamates user reviews of the WhatsApp Business application from the App Stores of three distinct nations: Australia, Canada, and the United States. Encompassing a wealth of insights, the dataset is an invaluable resource for data scientists aiming to delve into consumer feedback, analyze sentiment trends, and extract meaningful patterns relevant to business strategies and app improvements.
The dataset brings together a comprehensive collection of user interactions and sentiments, shedding light on various facets of the user experience across different geographic locales. With data ethically mined and responsibly aggregated, it ensures a respectful approach towards user privacy while offering rich analytical opportunities.

Data Science Applications:
This dataset serves as a fertile ground for a multitude of data science endeavors including sentiment analysis, trend forecasting, natural language processing, and customer feedback analytics. Researchers and practitioners can employ this dataset to harness predictive insights, gauge app performance, and refine user engagement strategies.

Column Descriptors:

  • ID: Unique identifier for each review entry.
  • Date: Timestamp of the review.
  • UserName (Hashed): Anonymized username of the reviewer.
  • UserUrl (Hashed): Anonymized URL of the user's review profile.
  • Version: App version the review pertains to.
  • Score: User-provided rating for the app.
  • Title: Title of the review.
  • Text: Body text of the review, providing detailed feedback.
  • URL: URL of the review on the App Store (anonymized if containing personal identifiers).
  • Country: The country from which the review was posted.
  • AppId: Unique identifier for the WhatsApp Business application.

Ethical Considerations:
In the assembly of this dataset, utmost care was taken to ensure the ethical sourcing of data, with a keen focus on maintaining the anonymity of the users. Personal identifiers such as usernames and user URLs have been hashed to uphold privacy and confidentiality. SHA-256 was used.

Acknowledgements:
Gratitude is extended to the platforms that facilitated the aggregation of this data, acknowledging their pivotal role in fostering a space where user feedback can thrive and inform better business and technological outcomes.

Tables

Hashed Wab Reviews

@kaggle.kanchana1990_whatsapp_business_reviews_app_store.hashed_wab_reviews
  • 281.38 KB
  • 1459 rows
  • 11 columns
Loading...

CREATE TABLE hashed_wab_reviews (
  "id" BIGINT,
  "date" TIMESTAMP,
  "username" VARCHAR,
  "userurl" VARCHAR,
  "version" VARCHAR,
  "score" BIGINT,
  "title" VARCHAR,
  "text" VARCHAR,
  "url" VARCHAR,
  "country" VARCHAR,
  "appid" BIGINT
);

Share link

Anyone who has the link will be able to view this.