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
I propose a helper that goes through the columns of a pandas data frame and returns a dict with the keys being column names and the values being united arrays. Of course this would only work on our data frames with a .units attribute, but it would reduce boiler plate in places.
The text was updated successfully, but these errors were encountered:
I propose a helper that goes through the columns of a pandas data frame and returns a dict with the keys being column names and the values being united arrays. Of course this would only work on our data frames with a
.units
attribute, but it would reduce boiler plate in places.The text was updated successfully, but these errors were encountered: