pandas 取出某一列的数值是缺失值的行

df[df['列的字段名'].isnull()]

原文地址:https://www.cnblogs.com/leoych/p/13255257.html