spectral.utils.io.load_simulation_data#
- spectral.utils.io.load_simulation_data(data_dir: Path | str, filename_base: str, prefer: Literal['parquet', 'pickle'] = 'parquet') DataFrame[source]#
Load simulation data with automatic fallback between parquet and pickle.
- Parameters:
- Returns:
pd.DataFrameLoaded dataframe
- Raises:
FileNotFoundErrorIf neither parquet nor pickle file exists