📜  找出“your_column”列中缺少多少行 - Python 代码示例

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

代码示例1
print(df['your_column'].isnull().sum())