Upload metadata.json with huggingface_hub
Browse files- metadata.json +27 -0
metadata.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "maxsold-enriched-auction-data",
|
| 3 |
+
"description": "MaxSold enriched auction data with location and category information",
|
| 4 |
+
"license": "cc-by-4.0",
|
| 5 |
+
"tags": [
|
| 6 |
+
"auction",
|
| 7 |
+
"price-prediction",
|
| 8 |
+
"e-commerce",
|
| 9 |
+
"maxsold",
|
| 10 |
+
"enriched",
|
| 11 |
+
"location"
|
| 12 |
+
],
|
| 13 |
+
"num_records": 490,
|
| 14 |
+
"columns": [
|
| 15 |
+
"auction_id",
|
| 16 |
+
"enriched_auction_type",
|
| 17 |
+
"enriched_auction_category",
|
| 18 |
+
"enriched_auction_displayRegion",
|
| 19 |
+
"enriched_auction_approxLocation_city",
|
| 20 |
+
"enriched_auction_approxLocation_countryCode",
|
| 21 |
+
"enriched_auction_approxLocation_regionCode",
|
| 22 |
+
"enriched_auction_approxLocation_postalCode",
|
| 23 |
+
"enriched_auction_approxLocation_lat",
|
| 24 |
+
"enriched_auction_approxLocation_lng"
|
| 25 |
+
],
|
| 26 |
+
"created_at": "2026-01-26T20:48:23.610460"
|
| 27 |
+
}
|