File size: 2,348 Bytes
796aad7
 
 
 
 
 
21f172e
6683bbf
21f172e
 
 
afe5339
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21f172e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
license: cc-by-4.0
tags:
- reviews
- walmart
- dataset
- reviews data
- text data
task_categories:
- text-classification
- text-generation
---

# ๐Ÿ›’ Walmart Product Reviews Dataset (6.7K Records)

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.

---

## ๐Ÿ“‘ Dataset Fields

| Column         | Description                                      |
|----------------|--------------------------------------------------|
| `url`          | Direct product page URL                          |
| `name`         | Product name/title                               |
| `sku`          | Product SKU (Stock Keeping Unit)                 |
| `price`        | Product price (numeric, USD)                     |
| `currency`     | Currency code (e.g., USD)                        |
| `avg_rating`   | Average product rating (float)                   |
| `reviews_count`| Total number of reviews for the product          |
| `review_title` | Title of the customer review                     |
| `reviewed_at`  | Timestamp of review publication                  |
| `description`  | Product description text                         |
| `rating`       | Star rating provided by the reviewer (1โ€“5)       |
| `author`       | Reviewerโ€™s username or display name              |

---

## ๐Ÿ” Ideal For

- Exploratory data analysis  
- Sentiment classification on small datasets  
- Product review summarization  
- Retail customer feedback modeling  
- Educational ML/NLP projects  

---

## ๐Ÿ“ Format

- **CSV** file  
- UTF-8 encoded  
- Cleaned and normalized  
- One row per customer review  

---

## ๐Ÿ“Œ Notes

- Focused on a subset of Walmartโ€™s product catalog  
- Ratings and timestamps reflect real purchase feedback

---

## ๐Ÿ“ฌ Credits

This dataset is provided by [CrawlFeeds](https://crawlfeeds.com) as part of its collection of structured ecommerce datasets for AI and analytics.

Explore more datasets: [https://crawlfeeds.com](https://crawlfeeds.com)

---

## ๐Ÿ”– Tags

`walmart reviews`, `retail dataset`, `customer feedback`, `ecommerce data`, `product ratings`, `review dataset`, `nlp reviews`, `csv dataset`, `machine learning data`