Nobel Prize Winners
This dataset list all Nobel laureates (persons and organizations) from 1902.
@kaggle.joebeachcapital_nobel_prize
This dataset list all Nobel laureates (persons and organizations) from 1902.
@kaggle.joebeachcapital_nobel_prize
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
);
Anyone who has the link will be able to view this.