moma_sample {bayesrules}R Documentation

Museum of Modern Art (MoMA) data sample

Description

A random sample of 100 artists represented in the Museum of Modern Art in New York City. The data was made available by MoMA itself and downloaded in December 2020. It does not include information about artist collectives or companies.

Usage

moma_sample

Format

A data frame with 100 rows and 10 variables. Each row represents an individual artist in the MoMA collection.

artist

name

country

country of origin

birth

year of birth

death

year of death

alive

whether or not the artist was living at the time of data collection (December 2020)

genx

whether or not the artist is Gen X or younger, ie. born during 1965 or after

gender

gender identity (as perceived by MoMA employees)

count

number of the artist's works in the MoMA collection

year_acquired_min

first year MoMA acquired one of the artist's works

year_acquired_max

most recent year MoMA acquired one of the artist's works

Source

https://github.com/MuseumofModernArt/collection/blob/master/Artworks.csv/.


[Package bayesrules version 0.0.2 Index]