File size: 1,466 Bytes
3e34383 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | {
"name": "MaxSold Bid History Dataset",
"description": "Comprehensive bid-level data from MaxSold online auctions including bid timing, amounts, and proxy bid indicators",
"file_path": "/home/appuser/Auction-Price-Prediction/data/processed/bids/bid_data.parquet",
"file_size_mb": 272.75,
"created_at": "2026-01-27T17:31:01.087335Z",
"total_rows": 33593686,
"unique_auction_ids": 24608,
"unique_item_ids": 2828317,
"items_with_zero_bids": 204972,
"total_items_in_item_dataset": 3033289,
"columns": [
"auction_id",
"item_id",
"bid_time",
"bid_amount",
"bid_is_proxy",
"bid_id",
"bid_count"
],
"column_descriptions": {
"auction_id": "Unique identifier for the auction",
"item_id": "Unique identifier for the item",
"bid_time": "Timestamp when the bid was placed (ISO 8601 format with timezone)",
"bid_amount": "Dollar amount of the bid",
"bid_is_proxy": "Boolean indicating if this was an automatic proxy bid",
"bid_id": "Sequential bid identifier (counts down from bid_count to 1)",
"bid_count": "Total number of bids on this item"
},
"statistics": {
"avg_bids_per_auction": 1365.15,
"avg_bids_per_item": 11.88,
"percentage_items_with_bids": 93.24
},
"source": "MaxSold API",
"source_item_dataset": "jpearce610/item_data",
"license": "Research and Educational Use",
"tags": [
"auction",
"bids",
"maxsold",
"e-commerce",
"time-series"
]
} |