torcharrow.NumericalColumn.max¶ NumericalColumn.max()¶ 返回非空值的最大值。 示例 >>> import torcharrow as ta >>> s = ta.column([1,2,None,4]) >>> s.max() 4