Skip to content

Commit b9aedd0

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/core/dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,6 +1695,7 @@ def set_coords(self: T_Dataset, names: Hashable | Iterable[Hashable]) -> T_Datas
16951695
See Also
16961696
--------
16971697
Dataset.swap_dims
1698+
Dataset.assign_coords
16981699
"""
16991700
# TODO: allow inserting new coordinates with this method, like
17001701
# DataFrame.set_index?

0 commit comments

Comments
 (0)