Baselight

Nobel Prize Winners

This dataset list all Nobel laureates (persons and organizations) from 1902.

@kaggle.joebeachcapital_nobel_prize

Loading...
Loading...

About this Dataset

Nobel Prize Winners

This dataset list all Nobel laureates (persons and organizations) from 1902. One Nobel Laureate may be awarded more than one Nobel Prize.

The dataset is published by Nobel Media AB: https://www.nobelprize.org/about/

Tables

Nobel Prize Laureates

@kaggle.joebeachcapital_nobel_prize.nobel_prize_laureates
  • 5.08 MB
  • 989 rows
  • 21 columns
Loading...

CREATE TABLE nobel_prize_laureates (
  "id" BIGINT,
  "firstname" VARCHAR,
  "surname" VARCHAR,
  "born" TIMESTAMP,
  "died" TIMESTAMP,
  "born_country" VARCHAR,
  "born_country_code" VARCHAR,
  "born_city" VARCHAR,
  "died_country" VARCHAR,
  "died_country_code" VARCHAR,
  "died_city" VARCHAR,
  "gender" VARCHAR,
  "year" BIGINT,
  "category" VARCHAR,
  "overall_motivation" VARCHAR,
  "motivation" VARCHAR,
  "organization_name" VARCHAR,
  "organization_city" VARCHAR,
  "organization_country" VARCHAR,
  "geo_shape" VARCHAR,
  "geo_point_2d" VARCHAR
);

Share link

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