eelib.data.input.extract

Helper module to extract data from different sources.

Author: elenia@TUBS
Copyright 2024 elenia
This file is part of eELib, which is free software under the terms of the GNU GPL Version 3.

Module Contents

Functions

extract_htw(→ dict[str, pandas.DataFrame])

Extract data from public htw Matlab files.

extract_htw(mat_file: str, idx: int | range | Sequence | None = None) dict[str, pandas.DataFrame]

Extract data from public htw Matlab files.

Parameters:
  • mat_file (str) – String to path of HTW Matlab file.

  • idx (Optional[int | range | Sequence], optional) – Idx to extract, defaults to None.

Returns:

Dict of DataFrames.

Return type:

dict[str, pd.DataFrame]