摘要: pd.set_option('display.float_format',lambda x: '%.2f'%x) pd.set_option('display.expand_frame_repr',False) #显示所有列 pd.set_option('display.max_columns', None) #显示所有行 #pd.set_option('display.max_rows', No... 阅读全文
posted @ 2018-10-11 15:23 figo1421 阅读(21915) 评论(0) 推荐(0) 编辑
摘要: 参考https://mp.weixin.qq.com/s/tQV9k8sEcBXUFuczdLxXUw 一、爬虫取数 二、利用pandas进行数据分析及可视化 阅读全文
posted @ 2018-08-28 11:27 figo1421 阅读(556) 评论(0) 推荐(0) 编辑
摘要: 一、requests import requests headers = { 'Cookie': 'q_c1=31653b264a074fc9a57816d1ea93ed8b|1474273938000|1474273938000; d_c0="AGDAs254kAqPTr6NW1U3XTLFzKh 阅读全文
posted @ 2018-07-20 11:32 figo1421 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 引用地址:https://www.kaggle.com/selfishgene/psychology-of-a-professional-athlete 2、特征值的转换 阅读全文
posted @ 2018-07-09 09:26 figo1421 阅读(470) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-07-01 18:39 figo1421 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 参考https://www.cnblogs.com/qunqun/p/8877924.html和https://www.cnblogs.com/Alexzzzz/p/6832253.html 1、位置参数 阅读全文
posted @ 2018-06-29 14:26 figo1421 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 网址http://www.codewars.com/dashboard,挺好的学习编程的地方,比LeetCode简单,且做完有答案。 更新日期:2018-06-28 codewars知识点汇总: 阅读全文
posted @ 2018-06-28 16:56 figo1421 阅读(269) 评论(0) 推荐(0) 编辑