Update README.md
Browse files
README.md
CHANGED
|
@@ -55,12 +55,12 @@ This is a sample dataset. To access the full version or request any custom datas
|
|
| 55 |
|
| 56 |
## Dataset Summary
|
| 57 |
|
| 58 |
-
A structured e-commerce order dataset built from real Amazon purchase histories voluntarily shared by users on the
|
| 59 |
|
| 60 |
The sample includes:
|
| 61 |
|
| 62 |
-
- **10 users**
|
| 63 |
-
- **1k order
|
| 64 |
- Marketplace: Amazon.com
|
| 65 |
|
| 66 |
|
|
@@ -81,6 +81,12 @@ The sample includes:
|
|
| 81 |
|
| 82 |
Order data was exported directly from personal Amazon accounts by participating users who consented to share their purchase history.
|
| 83 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
## Dataset Structure
|
| 85 |
|
| 86 |
### Data Fields
|
|
|
|
| 55 |
|
| 56 |
## Dataset Summary
|
| 57 |
|
| 58 |
+
A structured e-commerce order dataset built from real Amazon purchase histories voluntarily shared by users on the platform. Each record represents a single order line item with full pricing breakdown (unit price, tax, discounts, shipping), fulfilment status, and shipping location.
|
| 59 |
|
| 60 |
The sample includes:
|
| 61 |
|
| 62 |
+
- **10 unique users**
|
| 63 |
+
- **1k order items**
|
| 64 |
- Marketplace: Amazon.com
|
| 65 |
|
| 66 |
|
|
|
|
| 81 |
|
| 82 |
Order data was exported directly from personal Amazon accounts by participating users who consented to share their purchase history.
|
| 83 |
|
| 84 |
+
## Anonymization
|
| 85 |
+
|
| 86 |
+
- **User & order IDs** — original identifiers replaced with deterministic SHA-256 pseudonyms (truncated to 8 hex characters), preserving cross-record linkability
|
| 87 |
+
- **Addresses** — reduced to city and country only; street names, house numbers, and postal codes are removed
|
| 88 |
+
- **Dates** — normalized to `YYYY-MM-DD`; time components stripped
|
| 89 |
+
|
| 90 |
## Dataset Structure
|
| 91 |
|
| 92 |
### Data Fields
|