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
What is your issue?
Not the greatest issue facing the universe — but for the cause of consistency — should
.reset_encodingbe.drop_encoding, since it drops all encoding attributes?For comparison:
.reset_coords— "Given names of coordinates, reset them to become variables."Also ref #8258