MCPcopy Index your code
hub / github.com/pydata/xarray / drop_encoding

Method drop_encoding

xarray/core/variable.py:938–940  ·  view source on GitHub ↗

Return a new Variable without encoding.

(self)

Source from the content-addressed store, hash-verified

936 return self.drop_encoding()
937
938 def drop_encoding(self) -> Self:
939 """Return a new Variable without encoding."""
940 return self._replace(encoding={})
941
942 def _copy(
943 self,

Callers 2

reset_encodingMethod · 0.95

Calls 1

_replaceMethod · 0.95

Tested by 1