摘要: pandas中DataFrame,Series 都有 isnull()方法,而数据框/单元格却没有,用了就会报错:AttributeError: 'float' object has no attribute 'isnull' 怎么判断单个框是否为 np.nan? 索引一个单元格,用 is 判断 p 阅读全文
posted @ 2017-03-15 11:05 willowj 阅读(8115) 评论(0) 推荐(1)