2020年2月10日

摘要: 1 from functools import reduce 2 def str2float(s): 3 def char2num(s): 4 digits = {'0': 0, '1': 1, '2': 2, '3': 3, '4': 4, '5': 5, '6': 6, '7': 7, '8': 阅读全文
posted @ 2020-02-10 17:57 一切为了生活 阅读(263) 评论(0) 推荐(0) 编辑

2020年2月8日

摘要: 2020-02-08 14:28:37 项目地址:https://www.kesci.com/home/project/5d03909fe727f8002c54f1ff 1 #调整展示列顺序 2 columns = ['区域', '小区', '面积', '户型', '总价/万元', '单价', '产 阅读全文
posted @ 2020-02-08 16:07 一切为了生活 阅读(344) 评论(0) 推荐(0) 编辑

2020年2月5日

摘要: 2020-02-05练习过程中,参照了博文 https://www.cnblogs.com/LiErRui/articles/11588718.html 1 #按照职业分组算出每个职业的平均年龄 2 groups=users.groupby('occupation') 3 avg_age=group 阅读全文
posted @ 2020-02-05 11:31 一切为了生活 阅读(2455) 评论(0) 推荐(0) 编辑

2019年11月17日

摘要: cmd远程访问mysql数据库,针对denied for access.....调试解决方案 阅读全文
posted @ 2019-11-17 00:33 一切为了生活 阅读(634) 评论(0) 推荐(0) 编辑