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
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Given a wide dataframe with country, year, and several data columns, when an aggregate is added (e.g. "Europe") just for one of the columns (and no aggregation is specified for the rest of the columns) and there was already data for that region, the data for the rest of columns is deleted for that particular region (in this line). This is an unusual scenario, because you would normally want to replace all data for a certain region, not just certain columns. However, the expected behaviour would be to just replace the region data for the specified column.
This seems to be the only dependency between datautils and owid-catalog. Would be great if we made steps towards reducing (or even eliminating) this dependency. More details in this thread: https://owid.slack.com/archives/C0193RW5E2J/p1670340579873829
Let's gather here all issues that the function currently has, and possibly consider the features that it should have in the near future.
The text was updated successfully, but these errors were encountered: