共用方式為


AggregationFunctions 類別

定義數值資料行的匯總函數。

繼承
builtins.object
AggregationFunctions

建構函式

AggregationFunctions()

屬性

ALL

ALL = ['sum', 'max', 'min', 'mean']

DATETIME

DATETIME = ['max', 'min']

MAX

MAX = 'max'

MEAN

MEAN = 'mean'

MIN

MIN = 'min'

SUM

SUM = 'sum'