📜  如何计算 pandas 中的非空值 - Python 代码示例

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

代码示例2
#Count non null values in a pandas dataframe
df.notnull().sum().sum()