rebrowsernet commited on
Commit
bc3feca
·
1 Parent(s): 1fccbac

Daily update 2026-03-09

Browse files
README.md CHANGED
@@ -59,7 +59,7 @@ Per-event ticket listings from StubHub with section, row, seat, quantity, delive
59
 
60
 
61
 
62
- > **89,072,876** total records from 2024-03-31 to 2026-03-01, **up to 30,000** rows in this sample (0.03% of full dataset).
63
  > Exported as one file per day, up to 1,000 rows each, last 30 days retained.
64
 
65
 
@@ -76,9 +76,9 @@ Per-event ticket listings from StubHub with section, row, seat, quantity, delive
76
  | `faceValue` 🔒 | `float` | 84% | Face value of ticket in dollars (original printed price, 0 or null if not available) |
77
  | `section` | `string` | 100% | Section name/number (e.g., 116, 325, 104) |
78
  | `row` | `string` | 92% | Row within section - letter (A, B, GG), numeric (1-20+), or null if unassigned |
79
- | `seat` | `string` | 35% | Seat range (e.g., "5_6", "1_6", "12_13") or null if unassigned |
80
- | `seatFrom` | `string` | 33% | Starting seat number (e.g., "1", "5", "12") |
81
- | `seatTo` | `string` | 11% | Ending seat number (e.g., "6", "13") |
82
  | `quantity` | `float` | 100% | Number of tickets available in this listing (1-25, typically 2-8) |
83
  | `availableQuantities` | `array` | 100% | Purchasable quantities (e.g., [1,2,3,4] means you can buy 1, 2, 3, or 4 tickets) |
84
  | `ticketClass` | `float` | 100% | Ticket class ID (e.g., 594=Lower, 407=Upper, 954=Upper Level) |
@@ -88,7 +88,7 @@ Per-event ticket listings from StubHub with section, row, seat, quantity, delive
88
  | `listingTypeId` | `float` | 100% | Listing type ID (1=standard ~95%, 14=other ~5%) |
89
  | `starRating` 🔒 | `float` | 98% | Deal star rating 1-5 (5=best deal, null ~0.5-11% of listings) |
90
  | `dealScore` 🔒 | `float` | 98% | Deal quality score 0-10 (e.g., 9.676, higher=better value) |
91
- | `discount` 🔒 | `float` | 98% | Discount factor vs avg price (e.g., 0.798=~80% off avg, negative=above avg) |
92
  | `seatQualityScore` 🔒 | `float` | 98% | Seat quality score (e.g., 4.533, higher=better seat position) |
93
  | `isSeatedTogether` | `bool` | 100% | Whether tickets are seated together (true ~94-96%, false ~4-6%) |
94
  | `isSpeculativeRow` | `bool` | 100% | Whether row is speculative/unconfirmed (true ~1-4%, false ~96-99%) |
@@ -110,10 +110,10 @@ Per-event ticket listings from StubHub with section, row, seat, quantity, delive
110
 
111
  | Value | Count | Share |
112
  | --- | --- | --- |
113
- | Mobile Transfer ticket | 67,678,769 | `███████████████░░░░░` 76.0% |
114
- | Mobile ticket | 20,136,483 | `█████░░░░░░░░░░░░░░░` 22.6% |
115
- | Print-at-Home ticket | 1,139,865 | `░░░░░░░░░░░░░░░░░░░░` 1.3% |
116
- | Physical ticket | 117,754 | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
117
 
118
  </details>
119
 
@@ -124,16 +124,16 @@ Per-event ticket listings from StubHub with section, row, seat, quantity, delive
124
 
125
  | Value | Count | Share |
126
  | --- | --- | --- |
127
- | Upper | 20,808,024 | `████████░░░░░░░░░░░░` 41.9% |
128
- | Lower | 12,920,118 | `█████░░░░░░░░░░░░░░░` 26.0% |
129
- | Balcony | 3,875,624 | `██░░░░░░░░░░░░░░░░░░` 7.8% |
130
- | Upper Level | 2,366,129 | `█░░░░░░░░░░░░░░░░░░░` 4.8% |
131
- | Middle | 2,033,255 | `█░░░░░░░░░░░░░░░░░░░` 4.1% |
132
- | Mezzanine | 1,650,746 | `█░░░░░░░░░░░░░░░░░░░` 3.3% |
133
- | Floor | 1,615,183 | `█░░░░░░░░░░░░░░░░░░░` 3.3% |
134
- | Upper Tier | 1,544,888 | `█░░░░░░░░░░░░░░░░░░░` 3.1% |
135
- | Orchestra | 1,465,187 | `█░░░░░░░░░░░░░░░░░░░` 3.0% |
136
- | 200 Level | 1,346,734 | `█░░░░░░░░░░░░░░░░░░░` 2.7% |
137
 
138
  </details>
139
 
@@ -149,7 +149,7 @@ Daily snapshot of StubHub events with start time, venue ID, availability state,
149
 
150
 
151
 
152
- > **6,767** total records from 2025-10-05 to 2026-03-01, **up to 6,767** rows in this sample (100.0% of full dataset).
153
  > Exported as one file per day, up to 1,000 rows each, last 30 days retained.
154
 
155
 
@@ -171,7 +171,7 @@ Daily snapshot of StubHub events with start time, venue ID, availability state,
171
  | `eventAvailabilityState` | `float` | 100% | Event availability state (0=available, 1=limited, 2=soldout) |
172
  | `venueId` | `float` | 100% | StubHub venue ID (join with stubhub_venues) |
173
  | `minPrice` 🔒 | `float` | 97% | Minimum ticket price in dollars |
174
- | `medianPriceBucket` | `float` | 71% | Median price bucket (0-3 scale) |
175
  | `isUnderHundred` | `bool` | 100% | Event has tickets under $100 |
176
  | `hasActiveListings` | `bool` | 100% | Event has active ticket listings |
177
  | `ticketsRemaining` 🔒 | `float` | 2% | Number of tickets remaining on StubHub |
@@ -196,8 +196,8 @@ Daily snapshot of StubHub events with start time, venue ID, availability state,
196
 
197
  | Value | Count | Share |
198
  | --- | --- | --- |
199
- | 1 | 5,588 | `████████████████░░░` 82.6% |
200
- | 11 | 1,020 | `███░░░░░░░░░░░░░░░░░` 15.1% |
201
  | 6 | 89 | `░░░░░░░░░░░░░░░░░░░░` 1.3% |
202
  | 4 | 69 | `░░░░░░░░░░░░░░░░░░░░` 1.0% |
203
  | 5 | 1 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
@@ -216,7 +216,7 @@ StubHub venue directory with name, city, country, and timezone offset for geogra
216
 
217
 
218
 
219
- > **180** total records from 2025-10-05 to 2026-03-01, **180** rows in this sample (100.0% of full dataset).
220
  > Exported as a single file, overwritten daily.
221
 
222
 
@@ -273,23 +273,23 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
273
  ### Event Listings
274
 
275
 
276
- [High Deal Score Listings (8+)](https://rebrowser.net/products/datasets/stubhub/event-listings/views/high-deal-score-listings) — 16,349,246 records
277
 
278
  ↳ `[{"field":"dealScore","op":"gte","value":8},{"sort":"dealScore DESC"}]`
279
 
280
- [Listings with Face Value Data](https://rebrowser.net/products/datasets/stubhub/event-listings/views/listings-with-face-value) — 73,353,868 records
281
 
282
  ↳ `[{"field":"faceValue","op":"isNotEmpty"},{"sort":"price ASC"}]`
283
 
284
- [Mobile Transfer Ticket Listings](https://rebrowser.net/products/datasets/stubhub/event-listings/views/mobile-transfer-tickets) — 59,252,505 records
285
 
286
  ↳ `[{"field":"ticketTypeName","op":"is","value":"Mobile Transfer ticket"},{"sort":"price ASC"}]`
287
 
288
- [Lower Level Ticket Listings](https://rebrowser.net/products/datasets/stubhub/event-listings/views/lower-level-tickets) — 11,685,663 records
289
 
290
  ↳ `[{"field":"ticketClassName","op":"is","value":"Lower"},{"sort":"price ASC"}]`
291
 
292
- [Multi-Ticket Listings (4+ tickets)](https://rebrowser.net/products/datasets/stubhub/event-listings/views/multi-ticket-listings) — 38,896,870 records
293
 
294
  ↳ `[{"field":"quantity","op":"gte","value":4},{"sort":"quantity DESC"}]`
295
 
@@ -301,23 +301,23 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
301
  ### Events
302
 
303
 
304
- [Events with Active Listings](https://rebrowser.net/products/datasets/stubhub/events/views/events-with-active-listings) — 2,253 records
305
 
306
  ↳ `[{"field":"hasActiveListings","op":"isTrue"},{"sort":"eventStartDatetime ASC"}]`
307
 
308
- [Active Events (Not Postponed/Cancelled)](https://rebrowser.net/products/datasets/stubhub/events/views/active-events) — 2,123 records
309
 
310
  ↳ `[{"field":"eventState","op":"eq","value":1},{"sort":"eventStartDatetime ASC"}]`
311
 
312
- [Fast Selling Events](https://rebrowser.net/products/datasets/stubhub/events/views/fast-selling-events) — 1,855 records
313
 
314
  ↳ `[{"field":"isFastSelling","op":"isTrue"},{"sort":"minPrice ASC"}]`
315
 
316
- [Upcoming Events (Next 30 Days)](https://rebrowser.net/products/datasets/stubhub/events/views/upcoming-events) — 2,289 records
317
 
318
  ↳ `[{"field":"eventStartDatetime","op":"gte","value":"now"},{"field":"eventStartDatetime","op":"lte","value":"now+30d"},{"sort":"eventStartDatetime ASC"}]`
319
 
320
- [Events with Tickets Under $50](https://rebrowser.net/products/datasets/stubhub/events/views/budget-events-under-50) — 1,493 records
321
 
322
  ↳ `[{"field":"minPrice","op":"lt","value":50},{"sort":"minPrice ASC"}]`
323
 
@@ -329,7 +329,7 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
329
  ### Venues
330
 
331
 
332
- [United States Venues](https://rebrowser.net/products/datasets/stubhub/venues/views/us-venues) — 156 records
333
 
334
  ↳ `[{"field":"addressCountryCode","op":"is","value":"US"},{"sort":"name ASC"}]`
335
 
@@ -341,11 +341,11 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
341
 
342
  ↳ `[{"field":"addressCountryCode","op":"isNot","value":"US"},{"sort":"addressCountry ASC"}]`
343
 
344
- [North America Venues](https://rebrowser.net/products/datasets/stubhub/venues/views/north-america-venues) — 36 records
345
 
346
  ↳ `[{"field":"addressCountryCode","op":"is","value":"US"},{"field":"addressCountryCode","op":"is","value":"CA"},{"sort":"addressCountry ASC"}]`
347
 
348
- [Venues by City](https://rebrowser.net/products/datasets/stubhub/venues/views/venues-by-city) — 172 records
349
 
350
  ↳ `[{"sort":"addressCity ASC"}]`
351
 
 
59
 
60
 
61
 
62
+ > **95,265,659** total records from 2024-03-31 to 2026-03-01, **up to 30,000** rows in this sample (0.03% of full dataset).
63
  > Exported as one file per day, up to 1,000 rows each, last 30 days retained.
64
 
65
 
 
76
  | `faceValue` 🔒 | `float` | 84% | Face value of ticket in dollars (original printed price, 0 or null if not available) |
77
  | `section` | `string` | 100% | Section name/number (e.g., 116, 325, 104) |
78
  | `row` | `string` | 92% | Row within section - letter (A, B, GG), numeric (1-20+), or null if unassigned |
79
+ | `seat` | `string` | 38% | Seat range (e.g., "5_6", "1_6", "12_13") or null if unassigned |
80
+ | `seatFrom` | `string` | 34% | Starting seat number (e.g., "1", "5", "12") |
81
+ | `seatTo` | `string` | 12% | Ending seat number (e.g., "6", "13") |
82
  | `quantity` | `float` | 100% | Number of tickets available in this listing (1-25, typically 2-8) |
83
  | `availableQuantities` | `array` | 100% | Purchasable quantities (e.g., [1,2,3,4] means you can buy 1, 2, 3, or 4 tickets) |
84
  | `ticketClass` | `float` | 100% | Ticket class ID (e.g., 594=Lower, 407=Upper, 954=Upper Level) |
 
88
  | `listingTypeId` | `float` | 100% | Listing type ID (1=standard ~95%, 14=other ~5%) |
89
  | `starRating` 🔒 | `float` | 98% | Deal star rating 1-5 (5=best deal, null ~0.5-11% of listings) |
90
  | `dealScore` 🔒 | `float` | 98% | Deal quality score 0-10 (e.g., 9.676, higher=better value) |
91
+ | `discount` 🔒 | `float` | 94% | Discount factor vs avg price (e.g., 0.798=~80% off avg, negative=above avg) |
92
  | `seatQualityScore` 🔒 | `float` | 98% | Seat quality score (e.g., 4.533, higher=better seat position) |
93
  | `isSeatedTogether` | `bool` | 100% | Whether tickets are seated together (true ~94-96%, false ~4-6%) |
94
  | `isSpeculativeRow` | `bool` | 100% | Whether row is speculative/unconfirmed (true ~1-4%, false ~96-99%) |
 
110
 
111
  | Value | Count | Share |
112
  | --- | --- | --- |
113
+ | Mobile Transfer ticket | 70,291,835 | `███████████████░░░░░` 73.8% |
114
+ | Mobile ticket | 23,671,459 | `█████░░░░░░░░░░░░░░░` 24.8% |
115
+ | Print-at-Home ticket | 1,176,873 | `░░░░░░░░░░░░░░░░░░░░` 1.2% |
116
+ | Physical ticket | 125,487 | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
117
 
118
  </details>
119
 
 
124
 
125
  | Value | Count | Share |
126
  | --- | --- | --- |
127
+ | Upper | 21,691,489 | `████████░░░░░░░░░░░░` 42.2% |
128
+ | Lower | 13,347,107 | `█████░░░░░░░░░░░░░░░` 25.9% |
129
+ | Balcony | 3,986,259 | `██░░░░░░░░░░░░░░░░░░` 7.7% |
130
+ | Upper Level | 2,431,037 | `█░░░░░░░░░░░░░░░░░░░` 4.7% |
131
+ | Middle | 2,100,930 | `█░░░░░░░░░░░░░░░░░░░` 4.1% |
132
+ | Mezzanine | 1,715,159 | `█░░░░░░░░░░░░░░░░░░░` 3.3% |
133
+ | Floor | 1,694,852 | `█░░░░░░░░░░░░░░░░░░░` 3.3% |
134
+ | Upper Tier | 1,580,074 | `█░░░░░░░░░░░░░░░░░░░` 3.1% |
135
+ | Orchestra | 1,491,099 | `█░░░░░░░░░░░░░░░░░░░` 2.9% |
136
+ | 200 Level | 1,398,027 | `█░░░░░░░░░░░░░░░░░░░` 2.7% |
137
 
138
  </details>
139
 
 
149
 
150
 
151
 
152
+ > **6,783** total records from 2025-10-05 to 2026-03-08, **up to 6,783** rows in this sample (100.0% of full dataset).
153
  > Exported as one file per day, up to 1,000 rows each, last 30 days retained.
154
 
155
 
 
171
  | `eventAvailabilityState` | `float` | 100% | Event availability state (0=available, 1=limited, 2=soldout) |
172
  | `venueId` | `float` | 100% | StubHub venue ID (join with stubhub_venues) |
173
  | `minPrice` 🔒 | `float` | 97% | Minimum ticket price in dollars |
174
+ | `medianPriceBucket` | `float` | 72% | Median price bucket (0-3 scale) |
175
  | `isUnderHundred` | `bool` | 100% | Event has tickets under $100 |
176
  | `hasActiveListings` | `bool` | 100% | Event has active ticket listings |
177
  | `ticketsRemaining` 🔒 | `float` | 2% | Number of tickets remaining on StubHub |
 
196
 
197
  | Value | Count | Share |
198
  | --- | --- | --- |
199
+ | 1 | 5,588 | `████████████████░░░` 82.4% |
200
+ | 11 | 1,036 | `███░░░░░░░░░░░░░░░░░` 15.3% |
201
  | 6 | 89 | `░░░░░░░░░░░░░░░░░░░░` 1.3% |
202
  | 4 | 69 | `░░░░░░░░░░░░░░░░░░░░` 1.0% |
203
  | 5 | 1 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
 
216
 
217
 
218
 
219
+ > **180** total records from 2025-10-05 to 2026-03-08, **180** rows in this sample (100.0% of full dataset).
220
  > Exported as a single file, overwritten daily.
221
 
222
 
 
273
  ### Event Listings
274
 
275
 
276
+ [High Deal Score Listings (8+)](https://rebrowser.net/products/datasets/stubhub/event-listings/views/high-deal-score-listings) — 16,679,969 records
277
 
278
  ↳ `[{"field":"dealScore","op":"gte","value":8},{"sort":"dealScore DESC"}]`
279
 
280
+ [Listings with Face Value Data](https://rebrowser.net/products/datasets/stubhub/event-listings/views/listings-with-face-value) — 74,556,016 records
281
 
282
  ↳ `[{"field":"faceValue","op":"isNotEmpty"},{"sort":"price ASC"}]`
283
 
284
+ [Mobile Transfer Ticket Listings](https://rebrowser.net/products/datasets/stubhub/event-listings/views/mobile-transfer-tickets) — 60,333,215 records
285
 
286
  ↳ `[{"field":"ticketTypeName","op":"is","value":"Mobile Transfer ticket"},{"sort":"price ASC"}]`
287
 
288
+ [Lower Level Ticket Listings](https://rebrowser.net/products/datasets/stubhub/event-listings/views/lower-level-tickets) — 11,848,543 records
289
 
290
  ↳ `[{"field":"ticketClassName","op":"is","value":"Lower"},{"sort":"price ASC"}]`
291
 
292
+ [Multi-Ticket Listings (4+ tickets)](https://rebrowser.net/products/datasets/stubhub/event-listings/views/multi-ticket-listings) — 39,788,590 records
293
 
294
  ↳ `[{"field":"quantity","op":"gte","value":4},{"sort":"quantity DESC"}]`
295
 
 
301
  ### Events
302
 
303
 
304
+ [Events with Active Listings](https://rebrowser.net/products/datasets/stubhub/events/views/events-with-active-listings) — 2,321 records
305
 
306
  ↳ `[{"field":"hasActiveListings","op":"isTrue"},{"sort":"eventStartDatetime ASC"}]`
307
 
308
+ [Active Events (Not Postponed/Cancelled)](https://rebrowser.net/products/datasets/stubhub/events/views/active-events) — 2,192 records
309
 
310
  ↳ `[{"field":"eventState","op":"eq","value":1},{"sort":"eventStartDatetime ASC"}]`
311
 
312
+ [Fast Selling Events](https://rebrowser.net/products/datasets/stubhub/events/views/fast-selling-events) — 1,904 records
313
 
314
  ↳ `[{"field":"isFastSelling","op":"isTrue"},{"sort":"minPrice ASC"}]`
315
 
316
+ [Upcoming Events (Next 30 Days)](https://rebrowser.net/products/datasets/stubhub/events/views/upcoming-events) — 2,361 records
317
 
318
  ↳ `[{"field":"eventStartDatetime","op":"gte","value":"now"},{"field":"eventStartDatetime","op":"lte","value":"now+30d"},{"sort":"eventStartDatetime ASC"}]`
319
 
320
+ [Events with Tickets Under $50](https://rebrowser.net/products/datasets/stubhub/events/views/budget-events-under-50) — 1,533 records
321
 
322
  ↳ `[{"field":"minPrice","op":"lt","value":50},{"sort":"minPrice ASC"}]`
323
 
 
329
  ### Venues
330
 
331
 
332
+ [United States Venues](https://rebrowser.net/products/datasets/stubhub/venues/views/us-venues) — 29 records
333
 
334
  ↳ `[{"field":"addressCountryCode","op":"is","value":"US"},{"sort":"name ASC"}]`
335
 
 
341
 
342
  ↳ `[{"field":"addressCountryCode","op":"isNot","value":"US"},{"sort":"addressCountry ASC"}]`
343
 
344
+ [North America Venues](https://rebrowser.net/products/datasets/stubhub/venues/views/north-america-venues) — 37 records
345
 
346
  ↳ `[{"field":"addressCountryCode","op":"is","value":"US"},{"field":"addressCountryCode","op":"is","value":"CA"},{"sort":"addressCountry ASC"}]`
347
 
348
+ [Venues by City](https://rebrowser.net/products/datasets/stubhub/venues/views/venues-by-city) — 45 records
349
 
350
  ↳ `[{"sort":"addressCity ASC"}]`
351
 
event-listings/chart-growth.svg CHANGED
event-listings/data/2026-01-24.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:caeaea860dfb45b95bdab555bea4069f83fc1f0071fdc66c9340a39acbb41ec2
3
- size 286931
 
 
 
 
event-listings/data/{2026-01-22.csv → 2026-02-21.csv} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9de15c1f57dfaa9a19558e99d8953d87f5098f5cacad8b52c318701239d3c34
3
- size 291720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64a91b6bdaa30feff1788b2d5d38b9eef26274322d1b711b7638e6f8c7c21f83
3
+ size 284175
event-listings/data/{2026-01-24.parquet → 2026-02-21.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dd0dc5dab68ad9f0593efa604e162f3d68d73c6a79f3e81248e65d19b4e7bf14
3
- size 47659
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32229f1b4cb46b42d4d6a45434d006ecbb0d908f176576ad5a74e9ded34bde64
3
+ size 43080
event-listings/data/{2026-01-23.csv → 2026-02-22.csv} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c278eafd76fdbd2a7f158ceb15e199f47c330995d659e4ccac8963f72e0060b0
3
- size 289490
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2dd60eeeade32d250023018217fbe23bb12405ec8666ad4c98020911e10975d
3
+ size 291454
event-listings/data/{2026-01-22.parquet → 2026-02-22.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8bf9ff7a27e961d56cf028b16e2c24b0d47954728a987c40f800bd42ee57dbce
3
- size 44141
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3394b577f83f693b501a91e37492d4c8533e60d2fa8bdd4384fec409a3569b1c
3
+ size 45287
event-listings/data/2026-02-23.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f260d5f2e3f293bf78238b53fc26368b65339a1b259d8ea6c05f8bd7e080e7e
3
+ size 283903
event-listings/data/{2026-01-23.parquet → 2026-02-23.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c778e931cc7243ad57ec6efb3084a3bd0bf78955d93b62ffa40bd76b34def3cd
3
- size 41294
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42cce4917b896705cdb993027ff0020351ae3af62c9182d6f5a49a754d6461a2
3
+ size 40315
event-listings/schema.json CHANGED
@@ -66,21 +66,21 @@
66
  "name": "seat",
67
  "type": "string",
68
  "description": "Seat range (e.g., \"5_6\", \"1_6\", \"12_13\") or null if unassigned",
69
- "fillRate": 35,
70
  "premium": false
71
  },
72
  {
73
  "name": "seatFrom",
74
  "type": "string",
75
  "description": "Starting seat number (e.g., \"1\", \"5\", \"12\")",
76
- "fillRate": 33,
77
  "premium": false
78
  },
79
  {
80
  "name": "seatTo",
81
  "type": "string",
82
  "description": "Ending seat number (e.g., \"6\", \"13\")",
83
- "fillRate": 11,
84
  "premium": false
85
  },
86
  {
@@ -150,7 +150,7 @@
150
  "name": "discount",
151
  "type": "float",
152
  "description": "Discount factor vs avg price (e.g., 0.798=~80% off avg, negative=above avg)",
153
- "fillRate": 98,
154
  "premium": true
155
  },
156
  {
 
66
  "name": "seat",
67
  "type": "string",
68
  "description": "Seat range (e.g., \"5_6\", \"1_6\", \"12_13\") or null if unassigned",
69
+ "fillRate": 38,
70
  "premium": false
71
  },
72
  {
73
  "name": "seatFrom",
74
  "type": "string",
75
  "description": "Starting seat number (e.g., \"1\", \"5\", \"12\")",
76
+ "fillRate": 34,
77
  "premium": false
78
  },
79
  {
80
  "name": "seatTo",
81
  "type": "string",
82
  "description": "Ending seat number (e.g., \"6\", \"13\")",
83
+ "fillRate": 12,
84
  "premium": false
85
  },
86
  {
 
150
  "name": "discount",
151
  "type": "float",
152
  "description": "Discount factor vs avg price (e.g., 0.798=~80% off avg, negative=above avg)",
153
+ "fillRate": 94,
154
  "premium": true
155
  },
156
  {
events/chart-growth.svg CHANGED
events/data/2026-01-22.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:60a2fb0712e3f597b8d69f6f817f603064abed8e3f63664eef05401660aa7ee4
3
- size 10776
 
 
 
 
events/data/2026-01-23.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef86979b99f49ce433e44ace25902ac8497b7d2f60a17c9fb8754d317c06d623
3
- size 11280
 
 
 
 
events/data/2026-01-24.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9cb75d0721fb2af9dc8026cedf63253ce019f203d434d22ee20b5844867242c6
3
- size 10624
 
 
 
 
events/data/{2026-01-23.csv → 2026-02-21.csv} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a3fa908cb5b3c44efacbadbb7f69eb71bfebbcfdbc59999e0d756aaf571b0a6
3
- size 6656
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b3ba716c99d3c25d80703893975bb57f439ee42ddc456046ad37a904507e2e5
3
+ size 8299
events/data/2026-02-21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:328f485c38a34c0bf5a809acc06f4c12d14862b7a82b1ee457d3af2dfd008b45
3
+ size 11752
events/data/{2026-01-24.csv → 2026-02-22.csv} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8fbbd9ae20d187c2b770cf23e0109fbfc73cf815789d6f4f4faf1c2d394f8807
3
- size 3974
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3702b1d5b3c379d65ca76a4008a7983cfcb11140ad318d571a3e800619413bb
3
+ size 8675
events/data/2026-02-22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59967992f9a5c42056140460c29b4fd9658fa9177e3f98eb0f4be1b76555f320
3
+ size 11996
events/data/{2026-01-22.csv → 2026-02-23.csv} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e9e412e88e251a12e477e8c86b8f53f6c075c69c271250bb8e9436626944b50
3
- size 4687
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd32cf4e0ed0ae913efc8d26a5c5d05470605b51673a01a6a73cd0e3a1e1af12
3
+ size 6367
events/data/2026-02-23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0ad64c4e696e9e363c642b6b42c5428f9068aac17ece278b9ee7b924aa9943a
3
+ size 11179
events/schema.json CHANGED
@@ -101,7 +101,7 @@
101
  "name": "medianPriceBucket",
102
  "type": "float",
103
  "description": "Median price bucket (0-3 scale)",
104
- "fillRate": 71,
105
  "premium": false
106
  },
107
  {
 
101
  "name": "medianPriceBucket",
102
  "type": "float",
103
  "description": "Median price bucket (0-3 scale)",
104
+ "fillRate": 72,
105
  "premium": false
106
  },
107
  {
venues/chart-growth.svg CHANGED
venues/data.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:352300760abb17c075a077608e074dc38686c9128e0346af970796f99d36995a
3
  size 25780
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ead37f5d88e2ae687cc8dcc55100d581e60d9d95814f85d1f47ce3c747f32d28
3
  size 25780
venues/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3054ddbf3e4298d6b5974e0d1ad4aff6b7115e302b32af509caf7863e7702045
3
- size 13646
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66f08f794787e6c6c81b84b78a166e553d09d6ca449a95d2f9cba5a0653365e1
3
+ size 13578