Proportion of Females
We aim to analyze the gender distribution across all categories of the awards, including Economic Sciences, Physics, Chemistry, Peace, Physiology or Medicine, and Literature, to identify which gender predominates in each field.
Swipe to start coding
-
Create a new column in the
nobel
DataFrame that identifies if a laureate isfemale
. -
Calculate the decade for each Nobel Prize award.
-
Compute the proportion of female winners for each decade and category.
-
Plot the proportion of female winners per decade by categories.
Soluzione
Grazie per i tuoi commenti!
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Awesome!
Completion rate improved to 16.67
Proportion of Females
We aim to analyze the gender distribution across all categories of the awards, including Economic Sciences, Physics, Chemistry, Peace, Physiology or Medicine, and Literature, to identify which gender predominates in each field.
Swipe to start coding
-
Create a new column in the
nobel
DataFrame that identifies if a laureate isfemale
. -
Calculate the decade for each Nobel Prize award.
-
Compute the proportion of female winners for each decade and category.
-
Plot the proportion of female winners per decade by categories.
Soluzione
Grazie per i tuoi commenti!