Skip to content

Commit 30cb42d

Browse files
authored
assign_coords docs: see also Dataset.set_coords (#7231)
1 parent c000690 commit 30cb42d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/core/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ def assign_coords(
601601
--------
602602
Dataset.assign
603603
Dataset.swap_dims
604+
Dataset.set_coords
604605
"""
605606
coords_combined = either_dict_or_kwargs(coords, coords_kwargs, "assign_coords")
606607
data = self.copy(deep=False)

0 commit comments

Comments
 (0)