Baselight

Nobel Prizes πŸ…

Nobel Prize Winners from 1901-Present

@kaggle.davinascimento_nobel_prizes

Nobel Prize
@kaggle.davinascimento_nobel_prizes.nobel_prize

  • 537.04 KB
  • 1012 rows
  • 21 columns
id

Id

firstname

Firstname

surname

Surname

born

Born

died

Died

born_country

Born Country

born_country_code

Born Country Code

born_city

Born City

died_country

Died Country

died_country_code

Died Country Code

died_city

Died City

gender

Gender

year

Year

category

Category

overall_motivation

Overall Motivation

motivation

Motivation

organization_name

Organization Name

organization_city

Organization City

organization_country

Organization Country

geo_shape

Geo Shape

geo_point_2d

Geo Point 2D

498Sir NormanAngellThu Dec 26 1872 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Oct 07 1967 00:00:00 GMT+0000 (Coordinated Universal Time)United KingdomGBHolbeachUnited KingdomGBCroydonmale1933Peacenan"for having exposed by his pen the illusion of war and presented a convincing plea for international cooperation and peace"nannannannannan
518PhilipNoel-BakerFri Nov 01 1889 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Oct 08 1982 00:00:00 GMT+0000 (Coordinated Universal Time)United KingdomGBLondonUnited KingdomGBLondonmale1959Peacenan"for his longstanding contribution to the cause of disarmament and peace"nannannannannan
602ThomasMannSun Jun 06 1875 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Aug 12 1955 00:00:00 GMT+0000 (Coordinated Universal Time)GermanyDELΓΌbeckSwitzerlandCHZurichmale1929Literaturenan"principally for his great novel <I>Buddenbrooks</I> which has won steadily increased recognition as one of the classic works of contemporary literature"nannannannannan
667OctavioPazTue Mar 31 1914 00:00:00 GMT+0000 (Coordinated Universal Time)Sun Apr 19 1998 00:00:00 GMT+0000 (Coordinated Universal Time)MexicoMXMexico CityMexicoMXMexico Citymale1990Literaturenan"for impassioned writing with wide horizons characterized by sensuous intelligence and humanistic integrity"nannannannannan
670ToniMorrisonWed Feb 18 1931 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Aug 05 2019 00:00:00 GMT+0000 (Coordinated Universal Time)USAUSLorain OHUSAUSNew York NYfemale1993Literaturenan"who in novels characterized by visionary force and poetic import gives life to an essential aspect of American reality"nannannannannan
709Robert W.FogelFri Jul 01 1927 00:00:00 GMT+0000 (Coordinated Universal Time)Tue Jun 11 2013 00:00:00 GMT+0000 (Coordinated Universal Time)USAUSNew York NYUSAUSOak Lawn ILmale1993Economicsnan"for having renewed research in economic history by applying economic theory and quantitative methods in order to explain economic and institutional change"University of ChicagoChicago ILUSA{"coordinates":[[[[-155.60651897,20.137955566],[-155.586363309,20.122935923],[-155.527193997,20.126268986],[-155.420714618,20.090185489],[-155.332312779,20.046721443],[-155.168042734,19.946827215],[-155.087141189,19.860379834],[-155.085370906,19.727409311],[-155.0574929,19.728530432],[-155.018544075…45.68753333949257, -112.49433391594509
1009GuidoImbensTue Sep 03 1963 00:00:00 GMT+0000 (Coordinated Universal Time)the NetherlandsNLGeldropnannannanmale2021Economicsnan"for their methodological contributions to the analysis of causal relationships"Stanford UniversityStanford CAUSA{"coordinates":[[[[-155.60651897,20.137955566],[-155.586363309,20.122935923],[-155.527193997,20.126268986],[-155.420714618,20.090185489],[-155.332312779,20.046721443],[-155.168042734,19.946827215],[-155.087141189,19.860379834],[-155.085370906,19.727409311],[-155.0574929,19.728530432],[-155.018544075…45.68753333949257, -112.49433391594509
227John C.KendrewSat Mar 24 1917 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Aug 23 1997 00:00:00 GMT+0000 (Coordinated Universal Time)United KingdomGBOxfordUnited KingdomGBCambridgemale1962Chemistrynan"for their studies of the structures of globular proteins"MRC Laboratory of Molecular BiologyCambridgeUnited Kingdomnannan
278Kary B.MullisThu Dec 28 1944 00:00:00 GMT+0000 (Coordinated Universal Time)Wed Aug 07 2019 00:00:00 GMT+0000 (Coordinated Universal Time)USAUSLenoir NCUSAUSNewport Beach CAmale1993Chemistry"for contributions to the developments of methods within DNA-based chemistry""for his invention of the polymerase chain reaction (PCR) method"nannannannannan
418Godfrey N.HounsfieldThu Aug 28 1919 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Aug 12 2004 00:00:00 GMT+0000 (Coordinated Universal Time)United KingdomGBNewarkUnited KingdomGBKingston upon Thamesmale1979Medicinenan"for the development of computer assisted tomography"Central Research Laboratories EMILondonUnited Kingdomnannan

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

Share link

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