devmaxjasper commited on
Commit
52ca6be
·
verified ·
1 Parent(s): e392b9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- pretty_name: Spotify Public Playlists (Oct 2024)
3
  dataset_summary: >-
4
  CSV export of 91,906 Spotify public playlists captured from a PostgreSQL dump
5
- in October 2024, including playlist metadata, owner info, follower counts,
6
  cover images, JSON blobs with the raw Spotify payload, and historical
7
  snapshots.
8
  language:
@@ -19,10 +19,10 @@ task_categories:
19
  - tabular-classification
20
  ---
21
 
22
- # Spotify Public Playlists (October 2024)
23
 
24
  This repository contains an open dataset with **91,906** Spotify playlists that
25
- were present in a PostgreSQL backup captured in **October 2024**. Each row
26
  represents a playlist and includes high-level metadata (name, owner, follower
27
  count), cover image URLs, JSON payloads with the full Spotify response, and
28
  various bookkeeping columns (status, popularity histograms, history, etc.).
@@ -106,8 +106,8 @@ chunked `pandas.read_csv(..., chunksize=10_000)`.
106
 
107
  ## Publishing to Hugging Face
108
 
109
- 1. **Create dataset repo**: `huggingface-cli repo create <namespace>/spotify-playlists-2024 --type dataset`.
110
- 2. **Clone with Git LFS**: `GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/<namespace>/spotify-playlists-2024` then `cd` into it and run `git lfs install`.
111
  3. **Copy assets**: Bring over `playlists.csv`, `export_playlists_to_csv.py`, `README.md`, and `LICENSE`.
112
  4. **Track large files**: `git lfs track "*.csv" "*.sql"`. Commit the updated `.gitattributes`.
113
  5. **Push**: `git add . && git commit -m "Add Spotify playlists dataset" && git push`.
@@ -119,16 +119,16 @@ you want to allow full reproducibility for others.
119
  ## License
120
 
121
  Creative Commons Attribution 4.0 International (CC BY 4.0). See `LICENSE` for
122
- the full text. When using the dataset, credit “Spotify Public Playlists (Oct 2024)”
123
  and include a link back to the Hugging Face dataset page or this repository.
124
 
125
  ## Citation
126
 
127
  ```
128
- @dataset{spotify_public_playlists_oct2024,
129
- title = {Spotify Public Playlists (October 2024)},
130
  author = {Max and contributors},
131
- year = {2024},
132
  howpublished = {Hugging Face Datasets},
133
  note = {CC-BY 4.0}
134
  }
 
1
  ---
2
+ pretty_name: Spotify Public Playlists (Nov 2025)
3
  dataset_summary: >-
4
  CSV export of 91,906 Spotify public playlists captured from a PostgreSQL dump
5
+ in November 2025, including playlist metadata, owner info, follower counts,
6
  cover images, JSON blobs with the raw Spotify payload, and historical
7
  snapshots.
8
  language:
 
19
  - tabular-classification
20
  ---
21
 
22
+ # Spotify Public Playlists (November 2025)
23
 
24
  This repository contains an open dataset with **91,906** Spotify playlists that
25
+ were present in a PostgreSQL backup captured in **November 2025**. Each row
26
  represents a playlist and includes high-level metadata (name, owner, follower
27
  count), cover image URLs, JSON payloads with the full Spotify response, and
28
  various bookkeeping columns (status, popularity histograms, history, etc.).
 
106
 
107
  ## Publishing to Hugging Face
108
 
109
+ 1. **Create dataset repo**: `huggingface-cli repo create <namespace>/spotify-playlists-2025 --type dataset`.
110
+ 2. **Clone with Git LFS**: `GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/<namespace>/spotify-playlists-2025` then `cd` into it and run `git lfs install`.
111
  3. **Copy assets**: Bring over `playlists.csv`, `export_playlists_to_csv.py`, `README.md`, and `LICENSE`.
112
  4. **Track large files**: `git lfs track "*.csv" "*.sql"`. Commit the updated `.gitattributes`.
113
  5. **Push**: `git add . && git commit -m "Add Spotify playlists dataset" && git push`.
 
119
  ## License
120
 
121
  Creative Commons Attribution 4.0 International (CC BY 4.0). See `LICENSE` for
122
+ the full text. When using the dataset, credit “Spotify Public Playlists (Oct 2025)”
123
  and include a link back to the Hugging Face dataset page or this repository.
124
 
125
  ## Citation
126
 
127
  ```
128
+ @dataset{spotify_public_playlists_nov2025,
129
+ title = {Spotify Public Playlists (November 2025)},
130
  author = {Max and contributors},
131
+ year = {2025},
132
  howpublished = {Hugging Face Datasets},
133
  note = {CC-BY 4.0}
134
  }