Aggregation#
| Get the index of the maximal value. | |
| Get the index of the minimal value. | |
| Aggregate values into a list. | |
| Get the maximum value in this Series. | |
| Reduce this Series to the mean value. | |
| Get the median of this Series. | |
| Get the minimal value in this Series. | |
| Compute the most occurring value(s). | |
| Get maximum value, but propagate/poison encountered NaN values. | |
| Get minimum value, but propagate/poison encountered NaN values. | |
| Reduce this Series to the product value. | |
| 
 | Get the quantile value of this Series. | 
| 
 | Get the standard deviation of this Series. | 
| Reduce this Series to the sum value. | |
| 
 | Get variance of this Series. |