Baselight

Literature Prizewinners Dataset

Prizes of $10,000 and over from 1918 to 2020

@kaggle.michaelbryantds_literature_prizewinners

Loading...
Loading...

About this Dataset

Literature Prizewinners Dataset

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.

Source: https://view.data.post45.org/mlpwinners

Tables

Winnersandjudges

@kaggle.michaelbryantds_literature_prizewinners.winnersandjudges
  • 152.42 KB
  • 7133 rows
  • 18 columns
Loading...

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
);

Share link

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