Upload metadata.json
Browse files- metadata.json +30 -0
metadata.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "maxsold-item-data",
|
| 3 |
+
"description": "MaxSold auction item data with detailed item information",
|
| 4 |
+
"license": "cc-by-4.0",
|
| 5 |
+
"tags": [
|
| 6 |
+
"auction",
|
| 7 |
+
"price-prediction",
|
| 8 |
+
"e-commerce",
|
| 9 |
+
"maxsold",
|
| 10 |
+
"items"
|
| 11 |
+
],
|
| 12 |
+
"num_records": 1041,
|
| 13 |
+
"columns": [
|
| 14 |
+
"item_id",
|
| 15 |
+
"item_auction_id",
|
| 16 |
+
"item_title",
|
| 17 |
+
"item_description",
|
| 18 |
+
"item_viewed",
|
| 19 |
+
"item_starting_bid",
|
| 20 |
+
"item_current_bid",
|
| 21 |
+
"item_proxy_bid",
|
| 22 |
+
"item_start_time",
|
| 23 |
+
"item_end_time",
|
| 24 |
+
"item_bid_count",
|
| 25 |
+
"item_bidding_extended",
|
| 26 |
+
"item_images",
|
| 27 |
+
"item_number_of_images"
|
| 28 |
+
],
|
| 29 |
+
"created_at": "2026-01-26T01:12:30.655884"
|
| 30 |
+
}
|