MoMA_dataset

These two csv files contain data about MoMA artworks and their corresponding artists.

They are simplified and "cleaned" versions of the original dataset available here: https://github.com/MuseumofModernArt/collection

Schema of the data

The first dataset called artworks contains 44 193 rows, with the 3 following attributes:

  • Title
  • Year
  • ConstituentID

The second dataset called artists contains 15 000 rows, with the 4 following attributes:

  • ConstituentID
  • DisplayName
  • Nationality
  • Gender