Skip to content
forked from pydata/xarray

Commit

Permalink
Add docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Sep 12, 2019
1 parent c2c10da commit 14ae0b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/computation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ for filling missing values via 1D interpolation.
Note that xarray slightly diverges from the pandas ``interpolate`` syntax by
providing the ``use_coordinate`` keyword which facilitates a clear specification
of which values to use as the index in the interpolation.
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
:py:meth:`~xarray.DataArray.interpolate_na` for more.

Aggregation
===========
Expand Down

0 comments on commit 14ae0b1

Please sign in to comment.