Resampling¶
Indexing, iteration
  | 
|
Dict {group name -> group indices}.  | 
Function application
  | 
|
  | 
|
  | 
|
  | 
Upsampling
  | 
Return the values at the new freq, essentially a reindex.  | 
  | 
|
  | 
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.  | 
  | 
Return number of unique elements in the group.  | 
  | 
|
  | 
|
  | 
|
  | 
Return value at the given quantile.  | 
  | 
|
  | 
Compute standard deviation of resample bins.  | 
Compute group sizes.  | 
|
  | 
Compute sum of resample bins.  | 
  | 
Compute variance of resample bins.  |