摘要: 1. 需要处理xlsb 文件, 查了发现只有pyxlsb可以用,公司防火墙屏蔽了我, 换外网, 得以ping。 pyxlsb和pandas1.0以上版本才兼容, 我的版本是0.25... 更新pip install --upgrade pandas 过不了权限, 添加 --user 过了 2. co 阅读全文
posted @ 2020-03-31 11:37 Nora_L 阅读(147) 评论(0) 推荐(0)
摘要: 1. eval() : the eval function evaluates the “String” like a python expression and returns the result as an integer Syntax: eval(expression, [globals[, 阅读全文
posted @ 2020-03-30 22:40 Nora_L 阅读(101) 评论(0) 推荐(0)
摘要: A function receives a reference to (and will access) the same object in memory as used by the caller. However, it does not receive the box that the ca 阅读全文
posted @ 2020-01-09 20:44 Nora_L 阅读(192) 评论(0) 推荐(0)
摘要: 操作方法一抓一把不赘述 一个查半小时的坑是build system不好使 最后发现是配置文件直接copy paste编码问题 解决方法是手打 阅读全文
posted @ 2019-12-09 17:07 Nora_L 阅读(2489) 评论(0) 推荐(1)