会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Forever77
博客园
首页
新随笔
联系
订阅
管理
2019年8月17日
缺失值和异常值处理
摘要: 一、缺失值 1.空值判断 isnull()空值为True,非空值为False notnull() 空值为False,非空值为True 0 False 1 False 2 False 3 True 4 False 5 True dtype: bool 0 1 1 2 2 3 4 hello dtype
阅读全文
posted @ 2019-08-17 11:57 Forever77
阅读(1122)
评论(0)
推荐(0)
编辑
公告