course content

Course Content

Exploratory Data Analysis (EDA) Essentials: The Nobel Prizes Project

Exploratory Data Analysis (EDA) Essentials: The Nobel Prizes Project

Which Sex Is the Most Commonly Represented?Which Sex Is the Most Commonly Represented?

Now we want to understand which gender is most commonly represented in every category of the awards.

The categories are Economic Sciences, Physics, Chemistry, Peace, Physiology or Medicine, and Literature.

Task

  1. Create a new column called "female_winner" with True if the winner was a woman;
  2. Create a column with the decade of the "awardYear". We do this in order to make our graph clearer;
  3. Group the results by decade and category on the "female_winner" column, with the mean aggregator.

Everything was clear?

Section 1. Chapter 5

Start learning today and achieve
coding mastery

  • Master Python, SQL, JavaScript & more.
  • Learn with Step-by-Step Lessons.
  • Get Ready for Real-World Projects.
  • Earn a Certificate Upon Completion.