Data-Scientist-lucky commited on
Commit
34ed364
1 Parent(s): 59082a6

Amazon Customer Reviews Dataset Description This dataset contains customer reviews for products on Amazon, sourced from Trustpilot. It includes essential details about the review experience, such as ratings, review titles, review texts, and additional metadata. This dataset is useful for analyzing customer satisfaction, sentiment, and trends over time. Data Source Website: Trustpilot Collection Method: Web scraping using Python's requests and BeautifulSoup libraries. Dataset Structure The dataset includes the following columns: Reviewer Name: The name or alias of the reviewer. Profile Link: A link to the reviewer's profile. Country: The country of the reviewer. Review Count: The number of reviews submitted by the reviewer. Review Date: The date when the review was posted. Rating: The rating given by the reviewer (e.g., stars). Review Title: A brief title summarizing the review. Review Text: The full text of the review. Date of Experience: The date when the customer experienced the product or service. Potential Uses Sentiment Analysis: Gauge customer sentiment towards products. Customer Satisfaction Tracking: Monitor trends in ratings over time. Product Improvement: Identify common themes for product enhancement. Market Segmentation: Understand regional preferences through demographic data. Competitor Analysis: Compare customer feedback with competitors. Recommendation Systems: Inform algorithms to enhance personalized shopping experiences. Trend Analysis: Correlate sentiment changes with marketing efforts. Collection Methodology Data Source: Trustpilot's Amazon review page. Tools Used: Python libraries (requests and BeautifulSoup) for web scraping. Data Extraction: Key details extracted from HTML elements. Handling Missing Data: Placeholder text used for missing fields. Aggregation: Compiled into a structured dataset. Delays: Managed server load with pauses between requests.

Browse files

Amazon Customer Reviews Dataset
Description
This dataset contains customer reviews for products on Amazon, sourced from Trustpilot. It includes essential details about the review experience, such as ratings, review titles, review texts, and additional metadata. This dataset is useful for analyzing customer satisfaction, sentiment, and trends over time.

Data Source
Website: Trustpilot
Collection Method: Web scraping using Python's requests and BeautifulSoup libraries.
Dataset Structure
The dataset includes the following columns:

Reviewer Name: The name or alias of the reviewer.
Profile Link: A link to the reviewer's profile.
Country: The country of the reviewer.
Review Count: The number of reviews submitted by the reviewer.
Review Date: The date when the review was posted.
Rating: The rating given by the reviewer (e.g., stars).
Review Title: A brief title summarizing the review.
Review Text: The full text of the review.
Date of Experience: The date when the customer experienced the product or service.
Potential Uses
Sentiment Analysis: Gauge customer sentiment towards products.
Customer Satisfaction Tracking: Monitor trends in ratings over time.
Product Improvement: Identify common themes for product enhancement.
Market Segmentation: Understand regional preferences through demographic data.
Competitor Analysis: Compare customer feedback with competitors.
Recommendation Systems: Inform algorithms to enhance personalized shopping experiences.
Trend Analysis: Correlate sentiment changes with marketing efforts.
Collection Methodology
Data Source: Trustpilot's Amazon review page.
Tools Used: Python libraries (requests and BeautifulSoup) for web scraping.
Data Extraction: Key details extracted from HTML elements.
Handling Missing Data: Placeholder text used for missing fields.
Aggregation: Compiled into a structured dataset.
Delays: Managed server load with pauses between requests.

Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text2text-generation
5
+ - text-generation
6
+ - translation
7
+ - summarization
8
+ - question-answering
9
+ - sentence-similarity
10
+ language:
11
+ - en
12
+ tags:
13
+ - finance
14
+ size_categories:
15
+ - 10K<n<100K
16
+ ---