We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a107eac commit 41f3a7bCopy full SHA for 41f3a7b
flox/xarray.py
@@ -161,6 +161,15 @@ def xarray_reduce(
161
DataArray or Dataset
162
Reduced object
163
164
+ See Also
165
+ --------
166
+ flox.core.groupby_reduce
167
+
168
+ Raises
169
+ ------
170
+ NotImplementedError
171
+ ValueError
172
173
Examples
174
--------
175
>>> import xarray as xr
@@ -180,19 +189,6 @@ def xarray_reduce(
180
189
array([3, 2, 2, 2])
181
190
Coordinates:
182
191
* label (label) int64 0 1 2 3
183
-
184
- See Also
185
- --------
186
- flox.core.groupby_reduce
187
188
- Raises
- ------
- NotImplementedError
- ValueError
192
193
- Examples
194
195
- FIXME: Add docs.
196
"""
197
198
if skipna is not None and isinstance(func, Aggregation):
0 commit comments