{"id":19404053,"url":"https://github.com/1ayanabil1/the-nobel-prize","last_synced_at":"2026-05-16T03:40:17.538Z","repository":{"id":203393174,"uuid":"709507438","full_name":"1AyaNabil1/The-Nobel-Prize","owner":"1AyaNabil1","description":" This notebook analyzes Nobel Prize data from 1901 to 2016, exploring factors such as gender, nationality, age, and repeat laureates. It examines trends and patterns, revealing insights about the Nobel Prize's evolution over time, including the dominance of the United States and the representation of women in different prize categories.","archived":false,"fork":false,"pushed_at":"2023-10-24T20:59:19.000Z","size":880,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T12:46:44.923Z","etag":null,"topics":["asking-questions","data-visualization","datacamp","datacamp-projects","dataexploration","decision-making","insights","nobel-award","nobel-laureates","nobel-prize","python"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/1AyaNabil1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-24T20:26:15.000Z","updated_at":"2024-02-28T10:54:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"5bc31060-00ca-47ad-9b0d-072037dc2041","html_url":"https://github.com/1AyaNabil1/The-Nobel-Prize","commit_stats":null,"previous_names":["1ayanabil1/the-nobel-prize"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1AyaNabil1%2FThe-Nobel-Prize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1AyaNabil1%2FThe-Nobel-Prize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1AyaNabil1%2FThe-Nobel-Prize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1AyaNabil1%2FThe-Nobel-Prize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1AyaNabil1","download_url":"https://codeload.github.com/1AyaNabil1/The-Nobel-Prize/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240581268,"owners_count":19824137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asking-questions","data-visualization","datacamp","datacamp-projects","dataexploration","decision-making","insights","nobel-award","nobel-laureates","nobel-prize","python"],"created_at":"2024-11-10T11:32:47.950Z","updated_at":"2026-05-16T03:40:12.504Z","avatar_url":"https://github.com/1AyaNabil1.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Nobel Prize\n\n![Nobel Prize](https://www.nobelprize.org/images/53000-hero-desktop-2x.jpg)\n\nThe Nobel Prize is one of the most prestigious and well-known scientific awards in the world. It is awarded annually to individuals who have made outstanding contributions in various fields, including chemistry, literature, physics, physiology or medicine, economics, and peace. This readme file provides an overview of the content covered in the associated Jupyter notebook.\n\n## Table of Contents\n\n1. [Uploading Data](#1-uploading-data)\n2. [Answering some questions on data](#2-answering-some-questions-on-data)\n    - [2.1 So, who gets the Nobel Prize?](#2.1-so-who-gets-the-nobel-prize)\n    - [2.2 The USA dominance](#2.2-the-usa-dominance)\n    - [2.3 What is the gender of a typical Nobel Prize winner?](#2.3-what-is-the-gender-of-a-typical-nobel-prize-winner)\n    - [2.4 Who is the first woman to win the Nobel Prize?](#2.4-who-is-the-first-woman-to-win-the-nobel-prize)\n    - [2.5 What are the repeat laureates?](#2.5-what-are-the-repeat-laureates)\n    - [2.6 How old are you when they get the prize?](#2.6-how-old-are-you-when-they-get-the-prize)\n    - [2.7 Age differences between prize categories](#2.7-age-differences-between-prize-categories)\n    - [2.8 Who is the oldest and youngest winners?](#2.8-who-is-the-oldest-and-youngest-winners)\n\n## 1. Uploading Data\n\nIn this section, the notebook loads the necessary libraries and imports a dataset of Nobel Prize winners. The dataset is used to answer various questions about the Nobel Prize and its recipients.\n\n## 2. Answering some questions on data\n\n### 2.1 So, who gets the Nobel Prize?\n\nThis section explores the gender and nationality of Nobel Prize winners. It analyzes the representation of male and female laureates and the top 10 nationalities among the winners.\n\n### 2.2 The USA dominance\n\nThe notebook investigates when the United States of America started dominating the Nobel Prize charts. It calculates the proportion of USA-born winners per decade.\n\n### 2.3 What is the gender of a typical Nobel Prize winner?\n\nThis section examines the gender imbalance among Nobel Prize winners, including trends across different prize categories. It visualizes the gender proportions for each category over time.\n\n### 2.4 Who is the first woman to win the Nobel Prize?\n\nThe notebook identifies the first woman to receive a Nobel Prize and determines the category in which she received the award.\n\n### 2.5 What are the repeat laureates?\n\nThis section lists Nobel Prize laureates who have received the award multiple times.\n\n### 2.6 How old are you when they get the prize?\n\nThe notebook calculates the age of Nobel Prize winners when they received the award and visualizes the age trends over time.\n\n### 2.7 Age differences between prize categories\n\nThis section further analyzes age trends but separates the plots for each Nobel Prize category.\n\n### 2.8 Who is the oldest and youngest winners?\n\nThe notebook identifies the oldest and youngest individuals to have ever won a Nobel Prize.\n\nThis readme provides a brief overview of the analysis performed in the associated Jupyter notebook, which explores various aspects of the Nobel Prize and its recipients. You can refer to the notebook for more detailed information and data visualizations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1ayanabil1%2Fthe-nobel-prize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1ayanabil1%2Fthe-nobel-prize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1ayanabil1%2Fthe-nobel-prize/lists"}