MCPcopy
hub / github.com/pydata/xarray / reset_coords

Method reset_coords

xarray/core/dataarray.py:1003–1008  ·  view source on GitHub ↗
(
        self,
        names: Dims = None,
        *,
        drop: Literal[False] = False,
    )

Source from the content-addressed store, hash-verified

1001
1002 @overload
1003 def reset_coords(
1004 self,
1005 names: Dims = None,
1006 *,
1007 drop: Literal[False] = False,
1008 ) -> Dataset: ...
1009
1010 @overload
1011 def reset_coords(

Callers 2

test_coord_coordsMethod · 0.95
test_reset_coordsMethod · 0.95

Calls 2

_replaceMethod · 0.95
to_datasetMethod · 0.45

Tested by 2

test_coord_coordsMethod · 0.76
test_reset_coordsMethod · 0.76