Datasets:
Commit ·
87f7a41
1
Parent(s): 0fb2370
Daily update 2026-03-10
Browse files- README.md +37 -37
- event-listings/chart-growth.svg +2 -2
- event-listings/data/{2026-01-25.csv → 2026-02-24.csv} +2 -2
- event-listings/data/{2026-01-25.parquet → 2026-02-24.parquet} +2 -2
- events/chart-growth.svg +5 -4
- events/data/{2026-01-25.parquet → 2026-02-24.csv} +2 -2
- events/data/{2026-01-25.csv → 2026-02-24.parquet} +2 -2
- events/schema.json +1 -1
- performers/chart-growth.svg +3 -2
- performers/data.csv +2 -2
- performers/data.parquet +2 -2
- venues/data.csv +2 -2
- venues/data.parquet +2 -2
README.md
CHANGED
|
@@ -62,7 +62,7 @@ Per-event ticket listings from Gametime with section, row, seat group, delivery
|
|
| 62 |
|
| 63 |
|
| 64 |
|
| 65 |
-
> **14,
|
| 66 |
> Exported as one file per day, up to 1,000 rows each, last 30 days retained.
|
| 67 |
|
| 68 |
|
|
@@ -113,11 +113,11 @@ Per-event ticket listings from Gametime with section, row, seat group, delivery
|
|
| 113 |
|
| 114 |
| Value | Count | Share |
|
| 115 |
| --- | --- | --- |
|
| 116 |
-
| great | 2,
|
| 117 |
-
| amazing | 1,
|
| 118 |
-
| cheapest |
|
| 119 |
-
| super |
|
| 120 |
-
| zone | 9,
|
| 121 |
|
| 122 |
</details>
|
| 123 |
|
|
@@ -133,7 +133,7 @@ Gametime events with category, local/UTC datetime, deal indicators, venue and pe
|
|
| 133 |
|
| 134 |
|
| 135 |
|
| 136 |
-
> **
|
| 137 |
> Exported as one file per day, up to 1,000 rows each, last 30 days retained.
|
| 138 |
|
| 139 |
|
|
@@ -164,7 +164,7 @@ Gametime events with category, local/UTC datetime, deal indicators, venue and pe
|
|
| 164 |
| `venueId` | `string` | 100% | Venue ID (join with gametime_venues for details) |
|
| 165 |
| `performerIds` | `array` | 100% | Performer IDs (join with gametime_performers for details) |
|
| 166 |
| `popularityScore` 🔒 | `float` | 100% | Event popularity score |
|
| 167 |
-
| `trendingScore` 🔒 | `float` |
|
| 168 |
|
| 169 |
|
| 170 |
|
|
@@ -181,16 +181,16 @@ Gametime events with category, local/UTC datetime, deal indicators, venue and pe
|
|
| 181 |
|
| 182 |
| Value | Count | Share |
|
| 183 |
| --- | --- | --- |
|
| 184 |
-
| music |
|
| 185 |
-
| theater |
|
| 186 |
-
| comedy | 15,
|
| 187 |
-
| cbb | 3,
|
| 188 |
-
| milb | 3,
|
| 189 |
| wcbb | 3,009 | `█░░░░░░░░░░░░░░░░░░░` 2.9% |
|
| 190 |
-
| cbs | 2,
|
| 191 |
-
| other | 2,
|
| 192 |
-
| echl | 1,
|
| 193 |
-
| nba | 1,
|
| 194 |
|
| 195 |
</details>
|
| 196 |
|
|
@@ -206,7 +206,7 @@ Gametime performers with name, abbreviation, slug, category, category group, pri
|
|
| 206 |
|
| 207 |
|
| 208 |
|
| 209 |
-
> **
|
| 210 |
> Exported as a single file, overwritten daily.
|
| 211 |
|
| 212 |
|
|
@@ -247,16 +247,16 @@ Gametime performers with name, abbreviation, slug, category, category group, pri
|
|
| 247 |
|
| 248 |
| Value | Count | Share |
|
| 249 |
| --- | --- | --- |
|
| 250 |
-
| music | 3,
|
| 251 |
-
| comedy |
|
| 252 |
-
| cbb | 548 | `██░░░░░░░░░░░░░░░░░░` 8.
|
| 253 |
| wcbb | 456 | `█░░░░░░░░░░░░░░░░░░░` 6.7% |
|
| 254 |
-
| theater |
|
| 255 |
| cbs | 300 | `█░░░░░░░░░░░░░░░░░░░` 4.4% |
|
| 256 |
| cfb | 223 | `█░░░░░░░░░░░░░░░░░░░` 3.3% |
|
| 257 |
-
| milb |
|
| 258 |
| csoft | 159 | `░░░░░░░░░░░░░░░░░░░░` 2.3% |
|
| 259 |
-
| vball |
|
| 260 |
|
| 261 |
</details>
|
| 262 |
|
|
@@ -343,23 +343,23 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 343 |
### Event Listings
|
| 344 |
|
| 345 |
|
| 346 |
-
[Listings with Deal Badge](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-with-deal) — 4,
|
| 347 |
|
| 348 |
↳ `[{"field":"deal","op":"isNotEmpty"},{"sort":"priceTotal ASC"}]`
|
| 349 |
|
| 350 |
-
[Instant Delivery Listings](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-instant-delivery) — 38,
|
| 351 |
|
| 352 |
↳ `[{"field":"deliveryType","op":"is","value":"instant"},{"sort":"priceTotal ASC"}]`
|
| 353 |
|
| 354 |
-
[Listings with Savings](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-with-savings) — 12,
|
| 355 |
|
| 356 |
↳ `[{"field":"savingsAmount","op":"gt","value":0},{"sort":"savingsPercent DESC"}]`
|
| 357 |
|
| 358 |
-
[Cheapest Deal Listings](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-cheapest-deal) —
|
| 359 |
|
| 360 |
↳ `[{"field":"deal","op":"is","value":"cheapest"},{"sort":"priceTotal ASC"}]`
|
| 361 |
|
| 362 |
-
[Listings by Price (Low to High)](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-by-price) — 12,
|
| 363 |
|
| 364 |
↳ `[{"sort":"priceTotal ASC"}]`
|
| 365 |
|
|
@@ -371,23 +371,23 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 371 |
### Events
|
| 372 |
|
| 373 |
|
| 374 |
-
[Events with Flash Deals](https://rebrowser.net/products/datasets/gametime/events/views/events-with-flash-deals) —
|
| 375 |
|
| 376 |
↳ `[{"field":"flashDealPriceTotal","op":"gt","value":0},{"sort":"datetimeUtc ASC"}]`
|
| 377 |
|
| 378 |
-
[NBA Events](https://rebrowser.net/products/datasets/gametime/events/views/nba-events) — 1,
|
| 379 |
|
| 380 |
↳ `[{"field":"category","op":"is","value":"nba"},{"sort":"datetimeUtc ASC"}]`
|
| 381 |
|
| 382 |
-
[Music & Concert Events](https://rebrowser.net/products/datasets/gametime/events/views/gametime-music-events) —
|
| 383 |
|
| 384 |
↳ `[{"field":"category","op":"is","value":"music"},{"sort":"datetimeUtc ASC"}]`
|
| 385 |
|
| 386 |
-
[Events with Zone Deals](https://rebrowser.net/products/datasets/gametime/events/views/events-with-zone-deals) —
|
| 387 |
|
| 388 |
↳ `[{"field":"zoneDealPriceTotal","op":"gt","value":0},{"sort":"datetimeUtc ASC"}]`
|
| 389 |
|
| 390 |
-
[Events with Exclusive Listings](https://rebrowser.net/products/datasets/gametime/events/views/events-with-exclusives) —
|
| 391 |
|
| 392 |
↳ `[{"field":"hasExclusives","op":"isTrue","value":true},{"sort":"datetimeUtc ASC"}]`
|
| 393 |
|
|
@@ -399,7 +399,7 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 399 |
### Performers
|
| 400 |
|
| 401 |
|
| 402 |
-
[Music Performers](https://rebrowser.net/products/datasets/gametime/performers/views/music-performers) — 3,
|
| 403 |
|
| 404 |
↳ `[{"field":"category","op":"is","value":"music"},{"sort":"name ASC"}]`
|
| 405 |
|
|
@@ -427,7 +427,7 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 427 |
### Venues
|
| 428 |
|
| 429 |
|
| 430 |
-
[Venues in California](https://rebrowser.net/products/datasets/gametime/venues/views/venues-california) —
|
| 431 |
|
| 432 |
↳ `[{"field":"state","op":"is","value":"CA"},{"sort":"name ASC"}]`
|
| 433 |
|
|
@@ -443,7 +443,7 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 443 |
|
| 444 |
↳ `[{"field":"state","op":"is","value":"FL"},{"sort":"name ASC"}]`
|
| 445 |
|
| 446 |
-
[Venues in Illinois](https://rebrowser.net/products/datasets/gametime/venues/views/venues-illinois) —
|
| 447 |
|
| 448 |
↳ `[{"field":"state","op":"is","value":"IL"},{"sort":"name ASC"}]`
|
| 449 |
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
|
| 65 |
+
> **14,387,679** total records from 2025-11-16 to 2026-03-08, **up to 30,000** rows in this sample (0.21% of full dataset).
|
| 66 |
> Exported as one file per day, up to 1,000 rows each, last 30 days retained.
|
| 67 |
|
| 68 |
|
|
|
|
| 113 |
|
| 114 |
| Value | Count | Share |
|
| 115 |
| --- | --- | --- |
|
| 116 |
+
| great | 2,111,305 | `█████████░░░░░░░░░░░` 44.3% |
|
| 117 |
+
| amazing | 1,697,348 | `███████░░░░░░░░░░░░░` 35.6% |
|
| 118 |
+
| cheapest | 615,258 | `███░░░░░░░░░░░░░░░░░` 12.9% |
|
| 119 |
+
| super | 337,250 | `█░░░░░░░░░░░░░░░░░░░` 7.1% |
|
| 120 |
+
| zone | 9,865 | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
|
| 121 |
|
| 122 |
</details>
|
| 123 |
|
|
|
|
| 133 |
|
| 134 |
|
| 135 |
|
| 136 |
+
> **116,666** total records from 2025-11-16 to 2026-03-08, **up to 30,000** rows in this sample (25.7% of full dataset).
|
| 137 |
> Exported as one file per day, up to 1,000 rows each, last 30 days retained.
|
| 138 |
|
| 139 |
|
|
|
|
| 164 |
| `venueId` | `string` | 100% | Venue ID (join with gametime_venues for details) |
|
| 165 |
| `performerIds` | `array` | 100% | Performer IDs (join with gametime_performers for details) |
|
| 166 |
| `popularityScore` 🔒 | `float` | 100% | Event popularity score |
|
| 167 |
+
| `trendingScore` 🔒 | `float` | 82% | Event trending score |
|
| 168 |
|
| 169 |
|
| 170 |
|
|
|
|
| 181 |
|
| 182 |
| Value | Count | Share |
|
| 183 |
| --- | --- | --- |
|
| 184 |
+
| music | 39,017 | `███████░░░░░░░░░░░░░` 37.1% |
|
| 185 |
+
| theater | 32,502 | `██████░░░░░░░░░░░░░░` 30.9% |
|
| 186 |
+
| comedy | 15,762 | `███░░░░░░░░░░░░░░░░░` 15.0% |
|
| 187 |
+
| cbb | 3,885 | `█░░░░░░░░░░░░░░░░░░░` 3.7% |
|
| 188 |
+
| milb | 3,435 | `█░░░░░░░░░░░░░░░░░░░` 3.3% |
|
| 189 |
| wcbb | 3,009 | `█░░░░░░░░░░░░░░░░░░░` 2.9% |
|
| 190 |
+
| cbs | 2,424 | `░░░░░░░░░░░░░░░░░░░░` 2.3% |
|
| 191 |
+
| other | 2,146 | `░░░░░░░░░░░░░░░░░░░░` 2.0% |
|
| 192 |
+
| echl | 1,691 | `░░░░░░░░░░░░░░░░░░░░` 1.6% |
|
| 193 |
+
| nba | 1,252 | `░░░░░░░░░░░░░░░░░░░░` 1.2% |
|
| 194 |
|
| 195 |
</details>
|
| 196 |
|
|
|
|
| 206 |
|
| 207 |
|
| 208 |
|
| 209 |
+
> **8,032** total records from 2025-11-16 to 2026-03-08, **1,000** rows in this sample (12.5% of full dataset).
|
| 210 |
> Exported as a single file, overwritten daily.
|
| 211 |
|
| 212 |
|
|
|
|
| 247 |
|
| 248 |
| Value | Count | Share |
|
| 249 |
| --- | --- | --- |
|
| 250 |
+
| music | 3,810 | `███████████░░░░░░░░░` 55.8% |
|
| 251 |
+
| comedy | 716 | `██░░░░░░░░░░░░░░░░░░` 10.5% |
|
| 252 |
+
| cbb | 548 | `██░░░░░░░░░░░░░░░░░░` 8.0% |
|
| 253 |
| wcbb | 456 | `█░░░░░░░░░░░░░░░░░░░` 6.7% |
|
| 254 |
+
| theater | 348 | `█░░░░░░░░░░░░░░░░░░░` 5.1% |
|
| 255 |
| cbs | 300 | `█░░░░░░░░░░░░░░░░░░░` 4.4% |
|
| 256 |
| cfb | 223 | `█░░░░░░░░░░░░░░░░░░░` 3.3% |
|
| 257 |
+
| milb | 162 | `░░░░░░░░░░░░░░░░░░░░` 2.4% |
|
| 258 |
| csoft | 159 | `░░░░░░░░░░░░░░░░░░░░` 2.3% |
|
| 259 |
+
| vball | 103 | `░░░░░░░░░░░░░░░░░░░░` 1.5% |
|
| 260 |
|
| 261 |
</details>
|
| 262 |
|
|
|
|
| 343 |
### Event Listings
|
| 344 |
|
| 345 |
|
| 346 |
+
[Listings with Deal Badge](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-with-deal) — 4,144,745 records
|
| 347 |
|
| 348 |
↳ `[{"field":"deal","op":"isNotEmpty"},{"sort":"priceTotal ASC"}]`
|
| 349 |
|
| 350 |
+
[Instant Delivery Listings](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-instant-delivery) — 38,940 records
|
| 351 |
|
| 352 |
↳ `[{"field":"deliveryType","op":"is","value":"instant"},{"sort":"priceTotal ASC"}]`
|
| 353 |
|
| 354 |
+
[Listings with Savings](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-with-savings) — 12,383,576 records
|
| 355 |
|
| 356 |
↳ `[{"field":"savingsAmount","op":"gt","value":0},{"sort":"savingsPercent DESC"}]`
|
| 357 |
|
| 358 |
+
[Cheapest Deal Listings](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-cheapest-deal) — 534,283 records
|
| 359 |
|
| 360 |
↳ `[{"field":"deal","op":"is","value":"cheapest"},{"sort":"priceTotal ASC"}]`
|
| 361 |
|
| 362 |
+
[Listings by Price (Low to High)](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-by-price) — 12,521,890 records
|
| 363 |
|
| 364 |
↳ `[{"sort":"priceTotal ASC"}]`
|
| 365 |
|
|
|
|
| 371 |
### Events
|
| 372 |
|
| 373 |
|
| 374 |
+
[Events with Flash Deals](https://rebrowser.net/products/datasets/gametime/events/views/events-with-flash-deals) — 106,500 records
|
| 375 |
|
| 376 |
↳ `[{"field":"flashDealPriceTotal","op":"gt","value":0},{"sort":"datetimeUtc ASC"}]`
|
| 377 |
|
| 378 |
+
[NBA Events](https://rebrowser.net/products/datasets/gametime/events/views/nba-events) — 1,147 records
|
| 379 |
|
| 380 |
↳ `[{"field":"category","op":"is","value":"nba"},{"sort":"datetimeUtc ASC"}]`
|
| 381 |
|
| 382 |
+
[Music & Concert Events](https://rebrowser.net/products/datasets/gametime/events/views/gametime-music-events) — 35,033 records
|
| 383 |
|
| 384 |
↳ `[{"field":"category","op":"is","value":"music"},{"sort":"datetimeUtc ASC"}]`
|
| 385 |
|
| 386 |
+
[Events with Zone Deals](https://rebrowser.net/products/datasets/gametime/events/views/events-with-zone-deals) — 106,500 records
|
| 387 |
|
| 388 |
↳ `[{"field":"zoneDealPriceTotal","op":"gt","value":0},{"sort":"datetimeUtc ASC"}]`
|
| 389 |
|
| 390 |
+
[Events with Exclusive Listings](https://rebrowser.net/products/datasets/gametime/events/views/events-with-exclusives) — 19,851 records
|
| 391 |
|
| 392 |
↳ `[{"field":"hasExclusives","op":"isTrue","value":true},{"sort":"datetimeUtc ASC"}]`
|
| 393 |
|
|
|
|
| 399 |
### Performers
|
| 400 |
|
| 401 |
|
| 402 |
+
[Music Performers](https://rebrowser.net/products/datasets/gametime/performers/views/music-performers) — 3,634 records
|
| 403 |
|
| 404 |
↳ `[{"field":"category","op":"is","value":"music"},{"sort":"name ASC"}]`
|
| 405 |
|
|
|
|
| 427 |
### Venues
|
| 428 |
|
| 429 |
|
| 430 |
+
[Venues in California](https://rebrowser.net/products/datasets/gametime/venues/views/venues-california) — 362 records
|
| 431 |
|
| 432 |
↳ `[{"field":"state","op":"is","value":"CA"},{"sort":"name ASC"}]`
|
| 433 |
|
|
|
|
| 443 |
|
| 444 |
↳ `[{"field":"state","op":"is","value":"FL"},{"sort":"name ASC"}]`
|
| 445 |
|
| 446 |
+
[Venues in Illinois](https://rebrowser.net/products/datasets/gametime/venues/views/venues-illinois) — 118 records
|
| 447 |
|
| 448 |
↳ `[{"field":"state","op":"is","value":"IL"},{"sort":"name ASC"}]`
|
| 449 |
|
event-listings/chart-growth.svg
CHANGED
|
|
|
|
event-listings/data/{2026-01-25.csv → 2026-02-24.csv}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9882c7f3476f18fb491b4d6ff105a123c7a67d072988d07c44e65e33e265b02b
|
| 3 |
+
size 432764
|
event-listings/data/{2026-01-25.parquet → 2026-02-24.parquet}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edd583ce7e076de65c1a8b781401f81bce25df430028f449a86be1b5b35ac45b
|
| 3 |
+
size 54406
|
events/chart-growth.svg
CHANGED
|
|
|
|
events/data/{2026-01-25.parquet → 2026-02-24.csv}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2ed25a430835e5f99b49a8289ee91f3390dd6047311d65ca58de14bab5c0d31
|
| 3 |
+
size 88150
|
events/data/{2026-01-25.csv → 2026-02-24.parquet}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9512e3d9403d84805e8eb1c0d3952e086275183c080266a8954edf03e9e8e76c
|
| 3 |
+
size 27958
|
events/schema.json
CHANGED
|
@@ -164,7 +164,7 @@
|
|
| 164 |
"name": "trendingScore",
|
| 165 |
"type": "float",
|
| 166 |
"description": "Event trending score",
|
| 167 |
-
"fillRate":
|
| 168 |
"premium": true
|
| 169 |
}
|
| 170 |
]
|
|
|
|
| 164 |
"name": "trendingScore",
|
| 165 |
"type": "float",
|
| 166 |
"description": "Event trending score",
|
| 167 |
+
"fillRate": 82,
|
| 168 |
"premium": true
|
| 169 |
}
|
| 170 |
]
|
performers/chart-growth.svg
CHANGED
|
|
|
|
performers/data.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2299655ee13c5b3649f53610ecd6761b6e322fb1badcb0e789081d7ec354ff80
|
| 3 |
+
size 280676
|
performers/data.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae07962064336f5c7759eda34c9b8476157fc00f1dfc8c79b931b065167e2ab0
|
| 3 |
+
size 104545
|
venues/data.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ade0f2b18bfb523a64fa681d0ffd9b6953612b0b18bf52e756aa93ac7ba18d5
|
| 3 |
+
size 299975
|
venues/data.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdce30fc96c52dec26d0d58b1f088f8acca5399e29c87bcdefad8bdf04676939
|
| 3 |
+
size 123654
|