Top 500 Music Albums

Description: Top 500 music albums of all time

Source: Kaggle

Processing: cleaned original .csv by removing some foreign characters and removing superfluous sub-sub-genre columns

Columns:

  • Album Rank (numerical): rank of the album, 1-500
  • Year (numerical): year the album was released
  • Album (string): name of the album
  • Artist (string): name of the artist
  • Genre (string): genre of the album, such as rock, blues
  • Subgenre (string): more specific classification of genre, such as acoustic rock or experimental new wave
  • Album Art (string): cover art for each album

Found a bug in the documentation? Let us know at documentation@code.org