marmot.utils.dataio.read_processed_h5file#

read_processed_h5file(processed_hdf5_folder: pathlib.Path, plx_prop_name: str, scenario: str) pandas.core.frame.DataFrame[source]#

Reads Data from processed h5file.

Parameters
  • processed_hdf5_folder (Path) – Directory containing Marmot h5 solution files.

  • plx_prop_name (str) – Name of property, e.g generator_Generation

  • scenario (str) – Name of scenario.

Returns

Requested dataframe.

Return type

pd.DataFrame