随笔分类 -  python

摘要:[问题]使用pandas时遇到ValueError: numpy.dtype has the wrong size, try recompiling [原因] 这是因为 Python 包的版本问题,例如安装了较旧版本的 Numpy,但安装了较新版本的 Pandas。 [解决方法] 查看Numpy版本 阅读全文
posted @ 2017-06-06 17:42 hellowcf 阅读(1990) 评论(0) 推荐(0)
摘要:使用python进行接口测试得时候可以使用requests模块,是基于 urllib,采用 Apache2 Licensed 开源协议的 HTTP 库 安装requests是模块 pip install requests requests模块的使用 requests支持http的请求类型,如get, 阅读全文
posted @ 2017-06-06 17:03 hellowcf 阅读(677) 评论(0) 推荐(0)