message_ix_models.model.material.data_generic.read_data_generic

message_ix_models.model.material.data_generic.read_data_generic(scenario: Scenario) tuple[DataFrame, DataFrame][source]

Read and clean data from the generic furnace and boiler techno-economic file.

Parameters:

scenario (Scenario) – Scenario instance to build generic technologies on.

Returns:

  • DataFrame with static techno-economic data.

  • DataFrame with time-series data.

Return type:

tuple of pd.DataFrame