热线电话:13121318867

登录
2019-03-21 阅读量: 607
pandas画箱型图和直方图

data.boxplot(column="ApplicantIncome",by="Loan_Status")

data.hist(column="ApplicantIncome",by="Loan_Status",bins=30)

可以看出获得/未获得贷款的人没有明显的收入差异,即收入不是决定性因素。

0.0000
0
关注作者
收藏
评论(0)

发表评论

暂无数据