jpearce610 commited on
Commit
3e34383
·
verified ·
1 Parent(s): f78275c

bid data upload

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