Art History
Assess the demographic representation of artists through two popular textbooks
@kaggle.joebeachcapital_art_history
Assess the demographic representation of artists through two popular textbooks
@kaggle.joebeachcapital_art_history
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
);
Anyone who has the link will be able to view this.