📜  pandas df 行数 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:30.392000             🧑  作者: Mango

代码示例2
>>> df.count(axis='columns')
0    3
1    2
2    3
3    3
4    3
dtype: int64