Cardea
EntitySetLoader.
load_data_entityset
Returns an entityset loaded with .csv files in folder_path.
Loads .csv files into pandas dataframes then loads them into featuretools’ entityset.
folder_path (dict) – A directory of all .csv files that should be loaded.
An entityset with loaded data.
featuretools.EntitySet