Skip to content

Commit 88fe863

Browse files
committed
add a see also section [skip-ci]
1 parent 1d81a49 commit 88fe863

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

xarray/core/computation.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,12 @@ def apply_to_dataset(func, obj, *args, **kwargs):
11641164
-----
11651165
If a ``DataArray``, the data variable of the temporary ``Dataset`` will have a
11661166
generic name. The original name will be restored for the result of the call.
1167+
1168+
See Also
1169+
--------
1170+
Dataset.map
1171+
Dataset.pipe
1172+
DataArray.pipe
11671173
"""
11681174
from .dataarray import DataArray
11691175

0 commit comments

Comments
 (0)