Freigeben über


AggregationFunctions Klasse

Definieren der Aggregationsfunktionen für numerische Spalten.

Vererbung
builtins.object
AggregationFunctions

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'