-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
What is your issue?
Not the greatest issue facing the universe — but for the cause of consistency — should .reset_encoding
be .drop_encoding
, since it drops all encoding attributes?
For comparison:
.reset_coords
— "Given names of coordinates, reset them to become variables."- '.drop_vars` — "Drop variables from this dataset."
Also ref #8258
headtr1ck, mathause, TomNicholas and dcherian