message_ix_models.model.transport.CHN_IND.split_variable

message_ix_models.model.transport.CHN_IND.split_variable(s) DataFrame[source]

Split strings in pandas.Series s into Variable and Mode.

Parameters:

s (pandas.Series)

Returns:

DataFrame – DataFrame with two columns: Variable names and their respective Mode.

Return type:

pandas.DataFrame