Baselight

Art History

Assess the demographic representation of artists through two popular textbooks

@kaggle.joebeachcapital_art_history

Loading...
Loading...

About this Dataset

Art History

This dataset contains data that was used for Holland Stam's thesis work, titled Quantifying art historical narratives. The data was collected to assess the demographic representation of artists through editions of Janson's History of Art and Gardner's Art Through the Ages, two of the most popular art history textbooks used in the American education system. In this package specifically, both artist-level and work-level data was collected along with variables regarding the artists' demographics and numeric metrics for describing how much space they or their work took up in each edition of each textbook.

This package contains three datasets:

  • worksjanson: Contains individual work-level data by edition of Gardner's art history textbook from 1963 until 2011. For each work, there is information about the size of the work and text as displayed in the textbook as well as details about the work's medium and year created. Demographic data about the artist is also included.

  • worksgardner: Contains individual work-level data by edition of Gardner's art history textbook from 1926 until 2020. For each work, there is information about the size of the work as displayed in the textbook as well as the size of the accompanying descriptive text. Demographic data about the artist is also included.

  • artists: Contains various information about artists by edition of Gardner or Janson's art history textbook from 1926 until 2020. Data includes demographic information, space occupied in the textbook, as well as presence in the MoMA and Whitney museums.

Acknowledging arthistory

Citation

Lemus S, Stam H (2022). arthistory: Art History Textbook Data. https://github.com/saralemus7/arthistory, https://saralemus7.github.io/arthistory/.

Examples of analyses are included in Holland Stam's thesis in Quarto files.

Tables

Artists

@kaggle.joebeachcapital_art_history.artists
  • 60.4 KB
  • 3162 rows
  • 14 columns
Loading...

CREATE TABLE artists (
  "artist_name" VARCHAR,
  "edition_number" DOUBLE,
  "year" BIGINT,
  "artist_nationality" VARCHAR,
  "artist_nationality_other" VARCHAR,
  "artist_gender" VARCHAR,
  "artist_race" VARCHAR,
  "artist_ethnicity" VARCHAR,
  "book" VARCHAR,
  "space_ratio_per_page_total" DOUBLE,
  "artist_unique_id" BIGINT,
  "moma_count_to_year" BIGINT,
  "whitney_count_to_year" BIGINT,
  "artist_race_nwi" VARCHAR
);

Share link

Anyone who has the link will be able to view this.