Closed rickecon closed 3 years ago
@rickecon Rick, yes, that's right. The dataset is: "Live births by mother's age and newborn's sex [DEMO_FASEC]" The data are given by year with 2018 being the most recent year for the UK.
Further details available from the Eurostat page: https://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=demo_fasec&lang=en
@jpycroft In your PR #3, the
get_fert()
function indemographics.py
downloads fertility data for the U.K. from EuroStat. When I download thedemo_fasec
dataset as you do in yourget_fert()
function, I get the following variables of interest:SEX
,AGE
, and2018
.2018
variable are numbers of live births.SEX
is the gender fo the baby.AGE
is the age of the mother.Are these assumptions correct? Is this your understanding of the data?