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.
Solução
Obrigado pelo seu feedback!
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
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.
Solução
Obrigado pelo seu feedback!