Pandas duplicate equivalent to isna sum

后端 未结 0 1638
生来不讨喜
生来不讨喜 2021-02-20 03:36

I have any output that counts the number of na values in my dataframe using this logic

df.isna().sum()
col1   8
col2   0

相关标签:
回答
  • 消灭零回复
提交回复
热议问题