Buckets:
| import os | |
| # Random seed for reproducibility | |
| SEED = 42 | |
| # Record counts | |
| NUM_USERS = 10_000 | |
| NUM_PRODUCTS = 500 | |
| NUM_TRANSACTIONS = 50_000 | |
| # Output directory (set by HF Jobs, fallback for local dev) | |
| OUTPUT_DIR = os.environ.get("OUTPUT_DIR", "./output") | |
| # Product categories | |
| CATEGORIES = [ | |
| "Electronics", | |
| "Books", | |
| "Clothing", | |
| "Home & Garden", | |
| "Sports", | |
| "Toys", | |
| "Food & Drinks", | |
| "Health & Beauty", | |
| "Automotive", | |
| "Music", | |
| ] | |
| # Payment methods | |
| PAYMENT_METHODS = ["credit_card", "debit_card", "paypal", "bank_transfer", "crypto"] | |
Xet Storage Details
- Size:
- 564 Bytes
- Xet hash:
- e626580395e86be25665e32ecc5c11876628c1a3b72d4365bb1877edf0dd2eb1
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.