We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8303c08 commit e29db17Copy full SHA for e29db17
1 file changed
clouddrift/binning.py
@@ -22,7 +22,7 @@ def binned_statistics(
22
statistics: str | list | Callable[[np.ndarray], float] = "count",
23
) -> xr.Dataset:
24
"""
25
- Perform N-dimensional binning and compute mean of values in each bin. The result is returned as an Xarray Dataset.
+ Perform N-dimensional binning and compute statistics of values in each bin. The result is returned as an Xarray Dataset.
26
27
Parameters
28
----------
0 commit comments