AggregationFunctions Klasse
Definieren der Aggregationsfunktionen für numerische Spalten.
- Vererbung
-
builtins.objectAggregationFunctions
Konstruktor
AggregationFunctions()
Attribute
ALL
ALL = ['sum', 'max', 'min', 'mean']
DATETIME
DATETIME = ['max', 'min']
MAX
MAX = 'max'
MEAN
MEAN = 'mean'
MIN
MIN = 'min'
SUM
SUM = 'sum'