摘要:
统计所有列的空值:data.isnull().sum() 转化成list: df.isnull().sum().index.tolist() df.isnull().sum().values.tolist() 还可以直接变为字典。 dict(data.isnull().sum()) 阅读全文
posted @ 2018-08-22 23:21
xubling
阅读(4637)
评论(0)
推荐(0)
摘要:
转自https://blog.csdn.net/u014236259/article/details/75212659 在我们安装Python后,如果未安装包管理工具pip,此时需要自己手动安装: 方式1(yum安装):1、首先安装epel扩展源:[root@localhost ~]# yum -y 阅读全文
posted @ 2018-08-22 21:23
xubling
阅读(1112)
评论(0)
推荐(0)
摘要:
如题。 阅读全文
posted @ 2018-08-22 20:40
xubling
阅读(305)
评论(0)
推荐(0)