From 14ae0b1153f56144c7a90966512f0a156355cf25 Mon Sep 17 00:00:00 2001 From: dcherian Date: Thu, 12 Sep 2019 09:09:55 -0600 Subject: [PATCH] Add docs. --- doc/computation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/computation.rst b/doc/computation.rst index 3d10774bcac..708388c4e8b 100644 --- a/doc/computation.rst +++ b/doc/computation.rst @@ -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 ===========