2018年1月21日
摘要: 阅读全文
posted @ 2018-01-21 20:17 hailuo 阅读(25350) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-01-21 18:21 hailuo 阅读(18531) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-01-21 18:13 hailuo 阅读(601) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-01-21 18:02 hailuo 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-01-21 17:48 hailuo 阅读(1099) 评论(0) 推荐(0) 编辑
摘要: 1 最小值与最大值 2 3 def f(x): 4 5 return pd.Series([x.min(),x.max(),index=['min','max']) 6 7 frame.apply(f) 8 9 10 11 浮点值的格式化 12 13 format=lambda x:'%.2f' % x 14 15 frame.applymap(format... 阅读全文
posted @ 2018-01-21 10:35 hailuo 阅读(1860) 评论(0) 推荐(0) 编辑