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
In Python 3.6+, keyword arguments preserve the order in which they are written. We should update assign and assign_coords to rely on this in the next major release, as has been done in pandas: pandas-dev/pandas#14207
The text was updated successfully, but these errors were encountered:
shoyer
changed the title
Update assign to rely on our for **kwargs
Update assign to preserve order for **kwargs
Feb 10, 2018
In Python 3.6+, keyword arguments preserve the order in which they are written. We should update
assign
andassign_coords
to rely on this in the next major release, as has been done in pandas:pandas-dev/pandas#14207
The text was updated successfully, but these errors were encountered: