message_ix_models.tools.iea.web.load_data

message_ix_models.tools.iea.web.load_data(provider: str, edition: str, query_expr="MEASURE == 'TJ' and TIME >= 1980", path: Path | None = None) DataFrame[source]

Load data from the IEA World Energy Balances.

Parameters:
Returns:

The data frame has one column for each of DIMS, plus “Value”.

Return type:

pandas.DataFrame