Commit ·
9e4b53e
1
Parent(s): 9af9084
Daily update 2026-05-06
Browse files
README.md
CHANGED
|
@@ -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) — 6,
|
| 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) — 61,
|
| 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) — 19,
|
| 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) — 19,
|
| 363 |
|
| 364 |
↳ `[{"sort":"priceTotal ASC"}]`
|
| 365 |
|
|
@@ -371,7 +371,7 @@ 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 |
|
|
@@ -379,15 +379,15 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 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) — 49,
|
| 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) — 4,
|
| 403 |
|
| 404 |
↳ `[{"field":"category","op":"is","value":"music"},{"sort":"name ASC"}]`
|
| 405 |
|
|
@@ -407,7 +407,7 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 407 |
|
| 408 |
↳ `[{"field":"category","op":"is","value":"cbb"},{"sort":"name ASC"}]`
|
| 409 |
|
| 410 |
-
[Theater Performers](https://rebrowser.net/products/datasets/gametime/performers/views/theater-performers) —
|
| 411 |
|
| 412 |
↳ `[{"field":"category","op":"is","value":"theater"},{"sort":"name ASC"}]`
|
| 413 |
|
|
@@ -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 |
|
|
|
|
| 343 |
### Event Listings
|
| 344 |
|
| 345 |
|
| 346 |
+
[Listings with Deal Badge](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-with-deal) — 6,395,246 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) — 61,849 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) — 19,949,585 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) — 847,600 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) — 19,949,585 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) — 146,021 records
|
| 375 |
|
| 376 |
↳ `[{"field":"flashDealPriceTotal","op":"gt","value":0},{"sort":"datetimeUtc ASC"}]`
|
| 377 |
|
|
|
|
| 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) — 49,874 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) — 146,021 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) — 52,151 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) — 4,410 records
|
| 403 |
|
| 404 |
↳ `[{"field":"category","op":"is","value":"music"},{"sort":"name ASC"}]`
|
| 405 |
|
|
|
|
| 407 |
|
| 408 |
↳ `[{"field":"category","op":"is","value":"cbb"},{"sort":"name ASC"}]`
|
| 409 |
|
| 410 |
+
[Theater Performers](https://rebrowser.net/products/datasets/gametime/performers/views/theater-performers) — 393 records
|
| 411 |
|
| 412 |
↳ `[{"field":"category","op":"is","value":"theater"},{"sort":"name ASC"}]`
|
| 413 |
|
|
|
|
| 427 |
### Venues
|
| 428 |
|
| 429 |
|
| 430 |
+
[Venues in California](https://rebrowser.net/products/datasets/gametime/venues/views/venues-california) — 406 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) — 133 records
|
| 447 |
|
| 448 |
↳ `[{"field":"state","op":"is","value":"IL"},{"sort":"name ASC"}]`
|
| 449 |
|
event-listings/data/{2026-03-23.parquet → 2026-04-22.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:a150933aaa11dc008a1f218f9523cd60925ec38093cd6b65bfac6ed85b7b29f8
|
| 3 |
+
size 361
|
events/data/2026-03-23.parquet → event-listings/data/2026-04-22.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:70160de9c314b342844c785a7e7d8e4577cf523d4b460feab37ff8ff160c4fca
|
| 3 |
+
size 941
|
event-listings/data/2026-03-23.csv → events/data/2026-04-22.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:0938e4f9331f871453c3471323057cb0e031f41847c6fa2e0fd269ff90d5b8ec
|
| 3 |
+
size 335
|
events/data/{2026-03-23.csv → 2026-04-22.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:4c1daa631ae5d445e34c127552d04fddc4d9e32a1dd02c6dd09ce165f4defc1f
|
| 3 |
+
size 786
|