torcharrow.NumericalColumn.mean¶ NumericalColumn.mean()¶ 返回非空值的平均值。 示例 >>> import torcharrow as ta >>> s = ta.column([1,2,None,6]) >>> s.mean() 3.0