Upload folder using huggingface_hub
Browse files- README.md +22 -0
- amazon_cleaned.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# Amazon Product 2020 Cleaned Dataset
|
3 |
+
|
4 |
+
This dataset contains cleaned and preprocessed Amazon product data with:
|
5 |
+
- Normalized text descriptions
|
6 |
+
- Processed images (stored as PNG bytes)
|
7 |
+
- Standardized categories and prices
|
8 |
+
- Cleaned product specifications
|
9 |
+
|
10 |
+
## Columns
|
11 |
+
- Uniq Id: Unique identifier for each product
|
12 |
+
- Product Name: Cleaned product names
|
13 |
+
- Category: Standardized category hierarchy
|
14 |
+
- Selling Price: Normalized price values
|
15 |
+
- Model Number: Standardized model numbers
|
16 |
+
- About Product: Cleaned product descriptions
|
17 |
+
- Product Specification: Normalized specifications
|
18 |
+
- Product Url: Valid product URLs
|
19 |
+
- Processed Image: PNG image bytes
|
20 |
+
- Product Description: Combined product information
|
21 |
+
- Normalized Description: Lemmatized and normalized text
|
22 |
+
|
amazon_cleaned.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:414cbe42115132c71e70130706bd57a593dbeb9adf3d127672be83273935d3a3
|
3 |
+
size 579426791
|