Skip to content

Commit 14ae0b1

Browse files
committed
Add docs.
1 parent c2c10da commit 14ae0b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/computation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ for filling missing values via 1D interpolation.
9494
9595
Note that xarray slightly diverges from the pandas ``interpolate`` syntax by
9696
providing the ``use_coordinate`` keyword which facilitates a clear specification
97-
of which values to use as the index in the interpolation.
97+
of which values to use as the index in the interpolation. xarray also provides the ``maxgap`` keyword argument to limit the interpolation to data gaps of length ``maxgap`` or smaller. See
98+
:py:meth:`~xarray.DataArray.interpolate_na` for more.
9899

99100
Aggregation
100101
===========

0 commit comments

Comments
 (0)