:py:mod:`eelib.data.input.extract` ================================== .. py:module:: eelib.data.input.extract .. autoapi-nested-parse:: 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 ~~~~~~~~~ .. autoapisummary:: eelib.data.input.extract.extract_htw .. py:function:: extract_htw(mat_file: str, idx: Optional[int | range | Sequence] = None) -> dict[str, pandas.DataFrame] Extract data from public htw Matlab files. :param mat_file: String to path of HTW Matlab file. :type mat_file: str :param idx: Idx to extract, defaults to None. :type idx: Optional[int | range | Sequence], optional :returns: Dict of DataFrames. :rtype: dict[str, pd.DataFrame]