摘要: # 美国人口普查数据分析 #找到有哪些state/region使得state的值为NaN,进行去重操作 #1.state列中哪些值为空 abb_pop['state'].isnull() abb_pop.loc[abb_pop['state'].isnull()] #获取了state值为空对应的行数 阅读全文
posted @ 2019-05-14 20:42 追风zz 阅读(1412) 评论(1) 推荐(0) 编辑
摘要: # NaN 浮点类型 np.nan+1 =>nan Python type(None) // NoneType类型 不能参与运算 阅读全文
posted @ 2019-05-14 20:38 追风zz 阅读(333) 评论(0) 推荐(0) 编辑
摘要: # 下面是简单的git使用 阅读全文
posted @ 2019-05-14 01:01 追风zz 阅读(110) 评论(0) 推荐(0) 编辑