ResamplingΒΆ
Indexing, iteration
|
|
Function application
|
|
|
|
|
|
|
Upsampling
|
|
|
|
|
Backward fill the new missing values in the resampled data. |
|
Forward fill values for missing resample bins. |
|
Fill missing values introduced by upsampling. |
|
|
|
Computations / descriptive stats
Compute count of resample bins, exclude missing values. |
|
|
Compute the first entry of each column within each group. |
|
Compute the last entry of each column within each group. |
|
Compute maximum of resample bins. |
|
Compute mean of resample bins. |
|
Compute median of resample bins. |
|
Compute minimum of resample bins. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Compute standard deviation of resample bins. |
Compute group sizes. |
|
|
Compute sum of resample bins. |
|
Compute variance of resample bins. |