message_ix_models.model.material.demand.read_base_demand

message_ix_models.model.material.demand.read_base_demand(filepath: str | Path)[source]

Read base year demand data from a YAML file.

Parameters:

filepath – Path to the YAML file containing base demand data.

Returns:

DataFrame with columns: region, year, value.

Return type:

pd.DataFrame