Literature Prizewinners Dataset
Prizes of $10,000 and over from 1918 to 2020
@kaggle.michaelbryantds_literature_prizewinners
Prizes of $10,000 and over from 1918 to 2020
@kaggle.michaelbryantds_literature_prizewinners
Claire Grossman et al. have compiled a dataset of “the winners and judges of prizes for prose, poetry, or unspecified genre between 1918 and 2020 with a purse of $10,000 and over.” The 7,100+ entries, shared through the Post45 Data Collective, relate to 50 awards and fellowships, plus the Library of Congress’s poet laureateship. Each entry indicates the prize name, institution, type, genre, year, and dollar amount, plus the winner/judge name, gender, and educational affiliations.
CREATE TABLE winnersandjudges (
"person_id" BIGINT,
"full_name" VARCHAR,
"given_name" VARCHAR,
"last_name" VARCHAR,
"gender" VARCHAR,
"elite_institution" VARCHAR,
"graduate_degree" VARCHAR,
"mfa_degree" VARCHAR,
"iowa_mfa_person_id" VARCHAR,
"stegner" VARCHAR,
"role" VARCHAR,
"prize_institution" VARCHAR,
"prize_name" VARCHAR,
"prize_year" BIGINT,
"prize_genre" VARCHAR,
"prize_type" VARCHAR,
"prize_amount" BIGINT,
"title_of_winning_book" VARCHAR
);Anyone who has the link will be able to view this.