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_fhs#
- biolearn.load.load_fhs()#
Loads data from the Framingham Heart Study
- Returns:
df – A pandas dataframe where each row represents an individual and each column represents a measurement about that individual
- Return type:
Pandas.Dataframe