Nobel Prizes 🏅
Nobel Prize Winners from 1901-Present
@kaggle.davinascimento_nobel_prizes
Nobel Prize Winners from 1901-Present
@kaggle.davinascimento_nobel_prizes
CREATE TABLE nobel_prize (
"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.