aggregate

module of dascore.proc source

Module for applying aggregations along a specified axis.

Functions

Name Description
aggregate Aggregate values along a specified dimension.
first Get the first value along one or more dimensions.
last Get the last value along one or more dimensions.
max Calculate the maximum along one or more dimensions.
mean Calculate the mean along one or more dimensions.
median Calculate the median along one or more dimensions.
min Calculate the minimum along one or more dimensions.
std Calculate the standard deviation along one or more dimensions.
sum Sum the values along one or more dimensions.