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.
Solución
¡Gracias por tus comentarios!
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
What data sources can we use to analyze the gender distribution?
Can you provide a summary of the current gender distribution in each category?
How should we visualize the gender predominance across the different award fields?
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.
Solución
¡Gracias por tus comentarios!