Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.
biolearn.load.load_nhanes#
- biolearn.load.load_nhanes(year)#
Loads data from the National Health and Nutrition Examination Survey
- Parameters:
year (number) – A year number for which to load data. Not that NHANES data comes in two year groupings and the year passed in should be the later year. Supported inputs are 2010 and 2012
- Returns:
df – A pandas dataframe where each row represents an individual and each column represents a measurement about that individual
- Return type:
Pandas.Dataframe
Examples using biolearn.load.load_nhanes
#
“Phenotypic Ages” in NHANES Data
"Phenotypic Ages" in NHANES Data