Datasets:
Commit ·
a600776
1
Parent(s): 952cd92
Daily update 2026-04-08
Browse files- README.md +13 -13
- event-listings/data/{2026-02-23.csv → 2026-03-25.csv} +2 -2
- event-listings/data/{2026-02-23.parquet → 2026-03-25.parquet} +2 -2
- events/data/{2026-02-23.parquet → 2026-03-25.csv} +2 -2
- events/data/{2026-02-23.csv → 2026-03-25.parquet} +2 -2
- performers/data.csv +2 -2
- performers/data.parquet +2 -2
- venues/data.csv +2 -2
- venues/data.parquet +2 -2
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) — 5,
|
| 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) — 50,
|
| 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) — 16,
|
| 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) — 16,
|
| 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) — 42,
|
| 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 |
|
|
@@ -435,11 +435,11 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 435 |
|
| 436 |
↳ `[{"field":"state","op":"is","value":"TX"},{"sort":"name ASC"}]`
|
| 437 |
|
| 438 |
-
[Venues in New York](https://rebrowser.net/products/datasets/gametime/venues/views/venues-new-york) —
|
| 439 |
|
| 440 |
↳ `[{"field":"state","op":"is","value":"NY"},{"sort":"name ASC"}]`
|
| 441 |
|
| 442 |
-
[Venues in Florida](https://rebrowser.net/products/datasets/gametime/venues/views/venues-florida) —
|
| 443 |
|
| 444 |
↳ `[{"field":"state","op":"is","value":"FL"},{"sort":"name ASC"}]`
|
| 445 |
|
|
|
|
| 343 |
### Event Listings
|
| 344 |
|
| 345 |
|
| 346 |
+
[Listings with Deal Badge](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-with-deal) — 5,324,113 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) — 50,654 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) — 16,284,456 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) — 699,496 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) — 16,284,456 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) — 126,124 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,353 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) — 42,563 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) — 126,477 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) — 36,503 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,019 records
|
| 403 |
|
| 404 |
↳ `[{"field":"category","op":"is","value":"music"},{"sort":"name ASC"}]`
|
| 405 |
|
|
|
|
| 435 |
|
| 436 |
↳ `[{"field":"state","op":"is","value":"TX"},{"sort":"name ASC"}]`
|
| 437 |
|
| 438 |
+
[Venues in New York](https://rebrowser.net/products/datasets/gametime/venues/views/venues-new-york) — 222 records
|
| 439 |
|
| 440 |
↳ `[{"field":"state","op":"is","value":"NY"},{"sort":"name ASC"}]`
|
| 441 |
|
| 442 |
+
[Venues in Florida](https://rebrowser.net/products/datasets/gametime/venues/views/venues-florida) — 184 records
|
| 443 |
|
| 444 |
↳ `[{"field":"state","op":"is","value":"FL"},{"sort":"name ASC"}]`
|
| 445 |
|
event-listings/data/{2026-02-23.csv → 2026-03-25.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:cc1f0372044ed243f0ecbd10d831e078656ed1f30127bf16f92d951753b3832a
|
| 3 |
+
size 429754
|
event-listings/data/{2026-02-23.parquet → 2026-03-25.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:1ee3e6783131e1e609f44ae3eaeb8e671192506519883a38955608cd4b036a01
|
| 3 |
+
size 53395
|
events/data/{2026-02-23.parquet → 2026-03-25.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-02-23.csv → 2026-03-25.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
|
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:502e0f46c906185915f3152f370874e5b3384b9db27376ca2bfaa313eb956509
|
| 3 |
+
size 280013
|
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:fe6098a69b4235f1c8771643c3baa2c35ae2eecb6b9b11d5fa3a6440ed98b328
|
| 3 |
+
size 105395
|
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:a8bcfa5563ff8aac0b134572443f45ac5c4de677751c21c3ee484c82b0a82183
|
| 3 |
+
size 299703
|
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:8359533bd4340e9b5db0b4518091cdd1a2742e804f113f5178965ebfd89e965b
|
| 3 |
+
size 123366
|