Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Amazon Best-Sellers – Ratings and Reviews Dataset
|
5 |
+
license: cc-by-nc-2.0
|
6 |
+
tags:
|
7 |
+
- amazon
|
8 |
+
- ecommerce
|
9 |
+
- reviews
|
10 |
+
- sentiment-analysis
|
11 |
+
- recommendation-systems
|
12 |
+
- product-analysis
|
13 |
+
- nlp
|
14 |
+
---
|
15 |
+
|
16 |
+
This dataset provides a free trial sample of best-selling products and their customer reviews from a leading e-commerce platform, designed to support product intelligence, sentiment analysis, and market trend evaluation. This sample is provided for evaluation purposes only. It includes a curated subset of the full dataset.
|
17 |
+
To access the complete dataset, request additional attributes, or explore alternative product segments, please contact the data provider directly.
|
18 |
+
|
19 |
+
## Key Features
|
20 |
+
- **2,700** top product records across diverse categories.
|
21 |
+
- **256,000+** individual customer reviews and ratings.
|
22 |
+
- Rich, structured metadata for both products and reviews.
|
23 |
+
- Suitable for supervised and unsupervised machine learning tasks.
|
24 |
+
|
25 |
+
The dataset is delivered as plain CSV files (one per table) with a consistent schema for easy ingestion into analysis pipelines or ML workflows.
|
26 |
+
|
27 |
+
## Dataset Description
|
28 |
+
|
29 |
+
- **Access:** Free sample dataset
|
30 |
+
- **Curated by:** https://datahive.ai
|
31 |
+
- **Language(s) (NLP):** English
|
32 |
+
- **License:** Creative Commons Non-Commercial 4.0 (CC BY-NC 4.0)
|
33 |
+
|
34 |
+
### Files Included
|
35 |
+
1. **products.csv** – Product-level data
|
36 |
+
2. **reviews.csv** – Review-level data
|
37 |
+
|
38 |
+
### PRODUCTS CSV Fields
|
39 |
+
- `url` – Direct link to the product page on Amazon.
|
40 |
+
- `asin` – Amazon Standard Identification Number.
|
41 |
+
- `title` – Product title.
|
42 |
+
- `description` – Product description text.
|
43 |
+
- `category_breadcrumbs` – Full category path for the product.
|
44 |
+
- `main_image` – URL of the main product image.
|
45 |
+
- `alt_images` – JSON array of URLs for alternate product images.
|
46 |
+
- `rating` – Average product rating (numeric).
|
47 |
+
- `number_of_ratings` – Total number of ratings for the product.
|
48 |
+
|
49 |
+
### REVIEWS CSV Fields
|
50 |
+
- `review_text` – Full text of the customer review.
|
51 |
+
- `star_rating` – Numeric star rating (1–5).
|
52 |
+
- `helpfulness_count` – Number of users who marked the review as helpful.
|
53 |
+
- `verified_purchase` – Boolean indicating verified purchase status.
|
54 |
+
- `submission_date` – Date the review was posted.
|
55 |
+
- `user_id` – Anonymized reviewer identifier.
|
56 |
+
|
57 |
+
### Source Data
|
58 |
+
Data was collected from publicly accessible Amazon Best-Seller listings and customer reviews that did not require paywalls, or proprietary access. Only content available in the public domain was used, and all data is provided for research and trial purposes under CC BY-NC 4.0 licensing.
|
59 |
+
|
60 |
+
## Uses
|
61 |
+
- **Sentiment Analysis** – Train models to classify sentiment or detect product satisfaction drivers.
|
62 |
+
- **Recommendation Systems** – Build recommender pipelines using ratings, reviews, and product similarity.
|
63 |
+
- **Market Analysis** – Track product popularity, review trends, and pricing indicators.
|
64 |
+
- **Pricing Analysis** – Use review volume and sentiment to correlate customer satisfaction with price perception.
|
65 |
+
|
66 |
+
## Dataset Card Contact
|
67 |