Datasets:
Data-Scientist-lucky
commited on
Commit
•
d33db1f
1
Parent(s):
e0bd397
First Commit
Browse filesThis file contains a collection of customer reviews for products on Amazon, featuring essential information that captures the review experience. Each entry includes the reviewer's name or alias, a link to their profile, their country, the number of reviews they've submitted, the date the review was posted, the rating given, a brief title summarizing the review, the full text of the review, and the date of the customer's experience with the product. This dataset is designed for analyzing customer satisfaction, sentiment, and trends over time, providing valuable insights for businesses and researchers interested in e-commerce dynamics.
- .gitattributes +1 -0
- Amazon_Reviews.csv +3 -0
.gitattributes
CHANGED
@@ -56,3 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
59 |
+
Amazon_Reviews.csv filter=lfs diff=lfs merge=lfs -text
|
Amazon_Reviews.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f24067bf8b5bd6d85f64ee62155bc0b3eeac76d7362e74def262e8f7dd03f48
|
3 |
+
size 13084277
|