dsp_pandas.io module#
Helper to read and write data from and to different formats.
- dsp_pandas.io.read_all_excel_sheets(fname: str | Path, index_col: int = 0, drop_empty: bool = True) SimpleNamespace[source]#
Import all sheets as pandas DataFrames from an Excel table into a SimpleNamespace object.
- Parameters:
- Returns:
Object with all the sheet names as attributes. White space are replaced by underscores.
- Return type:
SimpleNamespace