Cardea
Cardea.
load_entityset
Returns an entityset loaded with .csv files in data.
Load the given dataset into an entityset. The dataset must be in FHIR or MIMIC structure format.
data (str) – A directory of all .csv files that should be loaded. To load demo dataset, pass the name of the dataset “kaggle” or “mimic”.
fhir (bool) – An indicator of whether to use FHIR or MIMIC schema.
An entityset with loaded data.
featuretools.EntitySet