Pandas DataFrame 的 size 属性
定义和用法
size
属性返回 DataFrame 中元素的数量。
元素的数量是行数 * 列数。
在我们的示例中,DataFrame 有 169 行和 4 列:169 * 4 = 676
语法
dataframe.size
返回值
一个整数,表示 DataFrame 中元素的数量。
size
属性返回 DataFrame 中元素的数量。
元素的数量是行数 * 列数。
在我们的示例中,DataFrame 有 169 行和 4 列:169 * 4 = 676
dataframe.size
一个整数,表示 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]