CoolFace
Datasetpublic

itsmebatuhan/SpotifyGlobalChartTotalsLyrics

๐ŸŽต Spotify Global Chart Totals & Lyrics Overview This dataset compiles cumulative chart performance statistics and song lyrics for every track that has appeared on Spotify's Global Weekly Chart from September 29, 2013 through July 23, 2026. Each row represents a single song and its lifetime achievements on the chart, including total weeks on chart, peak position, duration at peak, streaming milestones, and full lyrics. The dataset contains 8,058 unique records.โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/itsmebatuhan/SpotifyGlobalChartTotalsLyrics.

sourceHugging Faceotherupdated 1mo agoView on Hugging Face
0likes27downloads
Dataset Card

๐ŸŽต Spotify Global Chart Totals & Lyrics

Dataset Description

Overview

This dataset compiles cumulative chart performance statistics and song lyrics for every track that has appeared on Spotify's Global Weekly Chart from September 29, 2013 through July 23, 2026.

Each row represents a single song and its lifetime achievements on the chart, including total weeks on chart, peak position, duration at peak, streaming milestones, and full lyrics. The dataset contains 8,058 unique records.

Coverage

  • โ€”Date range: 2013-09-29 to 2026-07-23
  • โ€”Chart: Spotify Global Weekly Chart
  • โ€”Records: 8,058
  • โ€”Granularity: One row per song (lifetime aggregate, not weekly snapshots)

Important Notes

  • โ€”Totals do not include time spent outside the weekly chart. If a song drops off the chart and later re-enters, only the weeks actually spent on the chart are counted toward wks, t10, and total. The gap between chart runs is excluded.
  • โ€”This is an aggregate dataset. It does not provide week-by-week position or streaming data.
  • โ€”The artist and title column is the original combined field from the source. artist name and song name are parsed versions provided for convenience.
  • โ€”Some values in x? may be empty, indicating the song spent a single week at its peak position.

Dataset Structure

Data Fields

  • โ€”`artist and title` (string): Combined artist and song title string from the original source.
  • โ€”`wks` (int64): Total weeks spent on the chart.
  • โ€”`t10` (float64): Total weeks spent in the Top 10.
  • โ€”`pk` (int64): Peak position reached on the chart.
  • โ€”`x?` (string): Duration at the peak position (e.g., "(x13)" indicating 13 weeks). May be empty if only 1 week.
  • โ€”`PkStreams` (int64): Number of streams during the peak week.
  • โ€”`total` (int64): Cumulative total streams while on the weekly chart.
  • โ€”`artist name` (string): Parsed artist name.
  • โ€”`song name` (string): Parsed song name.
  • โ€”`lyrics` (string): Full lyrics of the song.

Data Instances

An example of the data represented in CSV format:

csv
artist and title,wks,t10,pk,x?,PkStreams,total,artist name,song name,lyrics
"The Weeknd - Blinding Lights",347,64.0,1,"(x13)",52375259,5441240333,"The Weeknd","Blinding Lights","Yeah I've been tryna call I've been on my own for long enough..."

@misc{batudev_2026,
	title={Spotify Global Chart Totals & Lyrics},
	url={[https://www.kaggle.com/dsv/18468282](https://www.kaggle.com/dsv/18468282)},
	DOI={10.34740/KAGGLE/DSV/18468282},
	publisher={Kaggle},
	author={batudev},
	year={2026}
}