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
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.