Resample objects#
Dataset#
|
DatasetGroupBy object specialized to resampling a specified dimension |
Return values of original object at the new up-sampling frequency; essentially a re-index with new times set to NaN. |
|
|
Backward fill new values at up-sampled frequency. |
|
Interpolate up-sampled data using the original data as knots. |
|
Take new values from nearest original coordinate to up-sampled frequency coordinates. |
|
Forward fill new values at up-sampled frequency. |
|
Reduce this Dataset's data by applying |
|
Reduce this Dataset's data by applying |
|
Backward compatible implementation of |
|
Assign data variables by group. |
|
Assign coordinates by group. |
|
Backward fill new values at up-sampled frequency. |
|
Reduce this Dataset's data by applying |
|
Forward fill new values at up-sampled frequency. |
|
Fill missing values in this object by group. |
|
Return the first element of each group along the group dimension |
|
Return the last element of each group along the group dimension |
|
Apply a function over each Dataset in the groups generated for resampling and concatenate them together into a new Dataset. |
|
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 |
|
Compute the qth quantile over each array in the groups and concatenate them together into a new array. |
|
Reduce the items in this group by applying func along the pre-defined resampling dimension. |
|
Reduce this Dataset's data by applying |
|
Reduce this Dataset's data by applying |
|
Reduce this Dataset's data by applying |
|
Return elements from self or other depending on cond. |
Mapping from group labels to indices. |
DataArray#
|
DataArrayGroupBy object specialized to time resampling operations over a specified dimension |
Return values of original object at the new up-sampling frequency; essentially a re-index with new times set to NaN. |
|
|
Backward fill new values at up-sampled frequency. |
|
Interpolate up-sampled data using the original data as knots. |
|
Take new values from nearest original coordinate to up-sampled frequency coordinates. |
|
Forward fill new values at up-sampled frequency. |
|
Reduce this DataArray's data by applying |
|
Reduce this DataArray's data by applying |
|
Backward compatible implementation of |
|
Assign coordinates by group. |
|
Backward fill new values at up-sampled frequency. |
|
Reduce this DataArray's data by applying |
|
Forward fill new values at up-sampled frequency. |
|
Fill missing values in this object by group. |
|
Return the first element of each group along the group dimension |
|
Return the last element of each group along the group dimension |
|
Apply a function to each array in the group and concatenate them together into a new array. |
|
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 |
|
Compute the qth quantile over each array in the groups and concatenate them together into a new array. |
|
Reduce the items in this group by applying func along the pre-defined resampling dimension. |
|
Reduce this DataArray's data by applying |
|
Reduce this DataArray's data by applying |
|
Reduce this DataArray's data by applying |
|
Return elements from self or other depending on cond. |
Mapping from group labels to indices. |