GroupBy objects#
Dataset#
|
|
|
Apply a function to each Dataset in the group and concatenate them together into a new Dataset. |
|
Reduce the items in this group by applying func along some dimension(s). |
|
Assign data variables by group. |
|
Assign coordinates by group. |
|
Return the first element of each group along the group dimension |
|
Return the last element of each group along the group dimension |
|
Fill missing values in this object by group. |
|
Compute the qth quantile over each array in the groups and concatenate them together into a new array. |
|
Return elements from self or other depending on cond. |
|
Reduce this Dataset's data by applying |
|
Reduce this Dataset's data by applying |
|
Reduce this Dataset's data by applying |
|
Reduce this Dataset's data by applying |
|
Reduce this Dataset's data by applying |
|
Reduce this Dataset's data by applying |
|
Reduce this Dataset's data by applying |
|
Reduce this Dataset's data by applying |
|
Reduce this Dataset's data by applying |
|
Reduce this Dataset's data by applying |
|
Reduce this Dataset's data by applying |
|
Reduce this Dataset's data by applying |
|
Reduce this Dataset's data by applying |
Mapping from group labels to indices. |
|
|
Sort or "shuffle" the underlying object. |
DataArray#
|
|
|
Apply a function to each array in the group and concatenate them together into a new array. |
|
Reduce the items in this group by applying func along some dimension(s). |
|
Assign coordinates by group. |
|
Return the first element of each group along the group dimension |
|
Return the last element of each group along the group dimension |
|
Fill missing values in this object by group. |
|
Compute the qth quantile over each array in the groups and concatenate them together into a new array. |
|
Return elements from self or other depending on cond. |
|
Reduce this DataArray's data by applying |
|
Reduce this DataArray's data by applying |
|
Reduce this DataArray's data by applying |
|
Reduce this DataArray's data by applying |
|
Reduce this DataArray's data by applying |
|
Reduce this DataArray's data by applying |
|
Reduce this DataArray's data by applying |
|
Reduce this DataArray's data by applying |
|
Reduce this DataArray's data by applying |
|
Reduce this DataArray's data by applying |
|
Reduce this DataArray's data by applying |
|
Reduce this DataArray's data by applying |
|
Reduce this DataArray's data by applying |
Mapping from group labels to indices. |
|
|
Sort or "shuffle" the underlying object. |
Grouper Objects#
|
Grouper object for binning numeric data. |
|
Grouper object for grouping by a categorical variable. |
|
Grouper object specialized to resampling the time coordinate. |
|
Allows grouping using a custom definition of seasons. |
|
Allows grouping using a custom definition of seasons. |