You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be a good idea to remove training white spaces from the dimensions of model, scenario, variable and unit.
The fact that we currently don't do this causes some overhead in fixing these issues that could be fixed automatically.
The text was updated successfully, but these errors were encountered:
Good question, maybe this should be part of pyam anyway. Just as part of the reading in process stripping all the trailing whitespace of all values in all columns.
Then we wouldn't need to even think about where to add it. We could just assume that all the values inside a pyam.IamDataFrame are clean.
It might be a good idea to remove training white spaces from the dimensions of model, scenario, variable and unit.
The fact that we currently don't do this causes some overhead in fixing these issues that could be fixed automatically.
The text was updated successfully, but these errors were encountered: