Commit ·
c4c472d
1
Parent(s): f2b0c4a
Daily update 2026-02-27
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ configs:
|
|
| 36 |
Satellite radio channel lineup with genres, categories, channel numbers across platforms, and real-time play-by-play track history across SiriusXM music channels.
|
| 37 |
|
| 38 |
|
| 39 |
-
The [SiriusXM dataset](https://rebrowser.net/products/datasets/siriusxm) on Rebrowser is **free** — but HuggingFace has file size limits, so this dataset contains a limited sample. For the full dataset (59.
|
| 40 |
|
| 41 |
|
| 42 |
This dataset contains **2** entities, each in its own folder: Radio Channels (`channels`), Channel Plays (`channel-plays`). See below for a full field breakdown, sample counts, and data distributions for each.
|
|
@@ -151,7 +151,7 @@ Real-time track play log for SiriusXM channels — every song played with artist
|
|
| 151 |
|
| 152 |
|
| 153 |
|
| 154 |
-
> **59,
|
| 155 |
> Exported as one file per day, up to 10,000 rows each, last 60 days retained.
|
| 156 |
|
| 157 |
|
|
@@ -216,23 +216,23 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 216 |
### Channel Plays
|
| 217 |
|
| 218 |
|
| 219 |
-
[Recent Track Plays](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/recent-plays) — 59,
|
| 220 |
|
| 221 |
↳ `[{"sort":"playedAt DESC"}]`
|
| 222 |
|
| 223 |
-
[Plays with Album Metadata](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/plays-with-albums) — 1,
|
| 224 |
|
| 225 |
↳ `[{"field":"album","op":"isNotEmpty"},{"sort":"playedAt DESC"}]`
|
| 226 |
|
| 227 |
-
[Music Channel Plays](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/music-channel-plays) — 54,
|
| 228 |
|
| 229 |
↳ `[{"field":"channelCategoryName","op":"is","value":"Music"},{"sort":"playedAt DESC"}]`
|
| 230 |
|
| 231 |
-
[Pop Channel Plays](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/pop-channel-plays) — 14,
|
| 232 |
|
| 233 |
↳ `[{"field":"channelGenreName","op":"is","value":"Pop"},{"sort":"playedAt DESC"}]`
|
| 234 |
|
| 235 |
-
[Long-Form Content (5+ Min)](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/long-form-content) —
|
| 236 |
|
| 237 |
↳ `[{"field":"durationSeconds","op":"gt","value":300},{"sort":"playedAt DESC"}]`
|
| 238 |
|
|
|
|
| 36 |
Satellite radio channel lineup with genres, categories, channel numbers across platforms, and real-time play-by-play track history across SiriusXM music channels.
|
| 37 |
|
| 38 |
|
| 39 |
+
The [SiriusXM dataset](https://rebrowser.net/products/datasets/siriusxm) on Rebrowser is **free** — but HuggingFace has file size limits, so this dataset contains a limited sample. For the full dataset (59.6M records, updated daily), visit [rebrowser.net/products/datasets/siriusxm](https://rebrowser.net/products/datasets/siriusxm).
|
| 40 |
|
| 41 |
|
| 42 |
This dataset contains **2** entities, each in its own folder: Radio Channels (`channels`), Channel Plays (`channel-plays`). See below for a full field breakdown, sample counts, and data distributions for each.
|
|
|
|
| 151 |
|
| 152 |
|
| 153 |
|
| 154 |
+
> **59,600,066** total records from 2021-10-10 to 2026-02-22, **up to 600,000** rows in this sample (1.0% of full dataset).
|
| 155 |
> Exported as one file per day, up to 10,000 rows each, last 60 days retained.
|
| 156 |
|
| 157 |
|
|
|
|
| 216 |
### Channel Plays
|
| 217 |
|
| 218 |
|
| 219 |
+
[Recent Track Plays](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/recent-plays) — 59,081,360 records
|
| 220 |
|
| 221 |
↳ `[{"sort":"playedAt DESC"}]`
|
| 222 |
|
| 223 |
+
[Plays with Album Metadata](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/plays-with-albums) — 1,522,401 records
|
| 224 |
|
| 225 |
↳ `[{"field":"album","op":"isNotEmpty"},{"sort":"playedAt DESC"}]`
|
| 226 |
|
| 227 |
+
[Music Channel Plays](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/music-channel-plays) — 54,706,421 records
|
| 228 |
|
| 229 |
↳ `[{"field":"channelCategoryName","op":"is","value":"Music"},{"sort":"playedAt DESC"}]`
|
| 230 |
|
| 231 |
+
[Pop Channel Plays](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/pop-channel-plays) — 14,489,522 records
|
| 232 |
|
| 233 |
↳ `[{"field":"channelGenreName","op":"is","value":"Pop"},{"sort":"playedAt DESC"}]`
|
| 234 |
|
| 235 |
+
[Long-Form Content (5+ Min)](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/long-form-content) — 150,931 records
|
| 236 |
|
| 237 |
↳ `[{"field":"durationSeconds","op":"gt","value":300},{"sort":"playedAt DESC"}]`
|
| 238 |
|
channel-plays/chart-growth.svg
CHANGED
|
|
|
|
channel-plays/data/{2025-12-15.csv → 2026-02-13.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:567952c8eddb1fb78128a8981c8bb0ac6f62ac1124935b13bba3877fdf537ce4
|
| 3 |
+
size 1754329
|
channel-plays/data/{2025-12-15.parquet → 2026-02-13.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:aad57d0933dadde9ef352518e11502d3b84dac90d15b3f9e648a7f1ba2ad0ed8
|
| 3 |
+
size 551271
|
channels/data.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 600379
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6238f1d7a3e8ce8ca38c67f1e9ec8c6b815ff0f6dbcaca81a7d006db1f462f48
|
| 3 |
size 600379
|
channels/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:2057cd37fa0283b23041f43acb444dfbe1d26d854018aab0a886589f2e9cee09
|
| 3 |
+
size 161735
|