otld.utils.pandas_utils.excel_to_dict¶
- otld.utils.pandas_utils.excel_to_dict(path: str, custom_args: dict = None, **kwargs) dict[DataFrame] ¶
Convert an Excel workbook to a dictionary of data frames
- Args:
path (str): Path to an Excel workbook custom_args (dict, optional):Any arguments to be passed to read_excel. Defaults to None.
- Returns:
dict[pd.DataFrame]: Dictionary of data frames.