Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
2 |
license: cc0-1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
+
task_categories:
|
4 |
+
- table-question-answering
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- ecommerce
|
9 |
+
- amazon
|
10 |
+
- product data
|
11 |
+
pretty_name: Amazon product dataset 2020
|
12 |
---
|
13 |
+
|
14 |
+
# What is this?
|
15 |
+
This is a cleaned version of [Amazon Product Dataset 2020](https://www.kaggle.com/datasets/promptcloud/amazon-product-dataset-2020) from Kaggle.
|
16 |
+
|
17 |
+
# Why?
|
18 |
+
- Using via Hugging Face API is easier; Kaggle API is annoying because their [authentication](https://www.kaggle.com/docs/api) is having credentials in a folder.
|
19 |
+
- Cleaned because 13/28 columns are empty.
|