cardea.data_loader.EntitySetLoader.load_data_entityset¶
-
EntitySetLoader.
load_data_entityset
(folder_path)[source]¶ Returns an entityset loaded with .csv files in folder_path.
Loads .csv files into pandas dataframes then loads them into featuretools’ entityset.
- Parameters
folder_path (dict) – A directory of all .csv files that should be loaded.
- Returns
An entityset with loaded data.
- Return type
featuretools.EntitySet