摘要: 统计数据:pd.describe() · 缺失值:df.isnull() #df就是加载进来的数据,DataFrame类型的 ·异常值: 箱型图模型 画图 ·分布: 核密度估计:sns.kdeplot() 直方图图:sns.distplot() 判断方法:df.info() 分类: 连续型(cont 阅读全文
posted @ 2019-04-01 21:22 vlj 阅读(558) 评论(0) 推荐(0)