摘要: 参考书籍:《利用Python进行数据分析》 DataFrame简介: DataFrame是一个表格型的数据结构,它含有一组有序的列,每列可以是不同的值类型(数值、字符串、布尔值等)。DataFrame既有行索引也有列索引,它可以被看做由Series组成的字典(共用同一个索引)。跟其他类似的数据结构相 阅读全文
posted @ 2017-12-25 17:50 Jansora 阅读(11388) 评论(0) 推荐(0) 编辑
摘要: 1: commands 被 subprocess 所取代:举例 Python2中使用getoutput: Python3中使用getoutput: 2: Python2中的urllib被移植到Python3的urllib.request中:举例: Python2中使用urlopen: Python3 阅读全文
posted @ 2017-12-25 13:44 Jansora 阅读(371) 评论(0) 推荐(0) 编辑