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
Thanks for opening your first issue here at xarray! Be sure to follow the issue template!
If you have an idea for a solution, we would really welcome a Pull Request with proposed changes.
See the Contributing Guide for more.
It may take us a while to respond here, but we really value your contribution. Contributors like you help make xarray better.
Thank you!
thanks for the suggestion. However, considering that we deprecated and removed the inplace parameter a while ago (for example in the issue you linked to), I don't think we will add it back.
You can work around this by assigning the return value of drop to a name or by using call chains:
Is your feature request related to a problem?
there should be a
inplace
arg , to avoid re assigning the variableDescribe the solution you'd like
inplace=True argument, in functions like
.drop
...Additional context
related to #3260 , ...
The text was updated successfully, but these errors were encountered: