Python 中找出含有nan的所有行

nan_rows = df[df.isnull().T.any().T]

posted @ 2016-11-18 19:42  春暖夏微凉。  阅读(6404)  评论(0编辑  收藏  举报