Pandas DataFrame 的 ndim 属性
定义和用法
The ndim
属性返回 DataFrame 的维度数。
注意:DataFrame 对象始终具有 2 个维度。
语法
dataframe.ndim
返回值
一个 Int,表示 DataFrame 的维度数。
The ndim
属性返回 DataFrame 的维度数。
注意:DataFrame 对象始终具有 2 个维度。
dataframe.ndim
一个 Int,表示 DataFrame 的维度数。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]