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