AggregationFunctions 類別
定義數值資料行的匯總函數。
- 繼承
-
builtins.objectAggregationFunctions
建構函式
AggregationFunctions()
屬性
ALL
ALL = ['sum', 'max', 'min', 'mean']
DATETIME
DATETIME = ['max', 'min']
MAX
MAX = 'max'
MEAN
MEAN = 'mean'
MIN
MIN = 'min'
SUM
SUM = 'sum'