cardea.data_loader.load_mimic_data

cardea.data_loader.load_mimic_data(path=None, subset=None)[source]

Returns an entityset loaded with the dataframes in the received path.

Parameters
  • path (str) – The folder path that contains the data.

  • subset (str) – List of tables to include.

Returns

An entityset with loaded data.

Return type

featuretools.EntitySet