Upload metadata.json with huggingface_hub
Browse files- metadata.json +17 -0
metadata.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "maxsold-bid-data",
|
| 3 |
+
"description": "MaxSold auction bid history data with bid timing and amounts",
|
| 4 |
+
"license": "cc-by-4.0",
|
| 5 |
+
"tags": [],
|
| 6 |
+
"num_records": 1702,
|
| 7 |
+
"columns": [
|
| 8 |
+
"auction_id",
|
| 9 |
+
"item_id",
|
| 10 |
+
"bid_time",
|
| 11 |
+
"bid_amount",
|
| 12 |
+
"bid_is_proxy",
|
| 13 |
+
"bid_id",
|
| 14 |
+
"bid_count"
|
| 15 |
+
],
|
| 16 |
+
"created_at": "2026-01-26T21:58:07.820798"
|
| 17 |
+
}
|