Loading

摘要: 1/2) Installing via supplied binary packages(default on Windows + Mac OS X) You can install all packages using the following lines in an R console: in 阅读全文
posted @ 2018-05-07 22:33 大台灯 阅读(229) 评论(0) 推荐(0) 编辑
摘要: panddas 读入 csv 文件¶ In [9]: import pandas as pd f = open('D:/Project/180414山东癌症交接/初始数据/1973to2015.csv') all_data = pd.read_csv(f) In [30]: df2014 = all 阅读全文
posted @ 2018-05-07 21:28 大台灯 阅读(242) 评论(0) 推荐(0) 编辑