Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,67 @@ tags:
|
|
4 |
- reviews
|
5 |
- walmart
|
6 |
- dataset
|
7 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- reviews
|
5 |
- walmart
|
6 |
- dataset
|
7 |
+
---
|
8 |
+
|
9 |
+
# 🛒 Walmart Product Reviews Dataset (6.7K Records)
|
10 |
+
|
11 |
+
This dataset contains **6,700+ structured customer reviews** from Walmart.com. Each entry includes product-level metadata along with review details, making it ideal for small-scale machine learning models, sentiment analysis, and ecommerce insights.
|
12 |
+
|
13 |
+
---
|
14 |
+
|
15 |
+
## 📑 Dataset Fields
|
16 |
+
|
17 |
+
| Column | Description |
|
18 |
+
|----------------|--------------------------------------------------|
|
19 |
+
| `url` | Direct product page URL |
|
20 |
+
| `name` | Product name/title |
|
21 |
+
| `sku` | Product SKU (Stock Keeping Unit) |
|
22 |
+
| `price` | Product price (numeric, USD) |
|
23 |
+
| `currency` | Currency code (e.g., USD) |
|
24 |
+
| `avg_rating` | Average product rating (float) |
|
25 |
+
| `reviews_count`| Total number of reviews for the product |
|
26 |
+
| `review_title` | Title of the customer review |
|
27 |
+
| `reviewed_at` | Timestamp of review publication |
|
28 |
+
| `description` | Product description text |
|
29 |
+
| `rating` | Star rating provided by the reviewer (1–5) |
|
30 |
+
| `author` | Reviewer’s username or display name |
|
31 |
+
|
32 |
+
---
|
33 |
+
|
34 |
+
## 🔍 Ideal For
|
35 |
+
|
36 |
+
- Exploratory data analysis
|
37 |
+
- Sentiment classification on small datasets
|
38 |
+
- Product review summarization
|
39 |
+
- Retail customer feedback modeling
|
40 |
+
- Educational ML/NLP projects
|
41 |
+
|
42 |
+
---
|
43 |
+
|
44 |
+
## 📁 Format
|
45 |
+
|
46 |
+
- **CSV** file
|
47 |
+
- UTF-8 encoded
|
48 |
+
- Cleaned and normalized
|
49 |
+
- One row per customer review
|
50 |
+
|
51 |
+
---
|
52 |
+
|
53 |
+
## 📌 Notes
|
54 |
+
|
55 |
+
- Focused on a subset of Walmart’s product catalog
|
56 |
+
- Ratings and timestamps reflect real purchase feedback
|
57 |
+
|
58 |
+
---
|
59 |
+
|
60 |
+
## 📬 Credits
|
61 |
+
|
62 |
+
This dataset is provided by [CrawlFeeds](https://crawlfeeds.com) as part of its collection of structured ecommerce datasets for AI and analytics.
|
63 |
+
|
64 |
+
Explore more datasets: [https://crawlfeeds.com](https://crawlfeeds.com)
|
65 |
+
|
66 |
+
---
|
67 |
+
|
68 |
+
## 🔖 Tags
|
69 |
+
|
70 |
+
`walmart reviews`, `retail dataset`, `customer feedback`, `ecommerce data`, `product ratings`, `review dataset`, `nlp reviews`, `csv dataset`, `machine learning data`
|