Column.size ()


Column.size ()

大小( )

检索列中的术语数。

返回值:

列中的项数。

使用示例:

print(Column([1.0, 2.0], [c0, c1]).size())