看板 [ Python ]
討論串[問題] 如何修改code讓其跑更快
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓1(1推 0噓 1→)留言2則,0人參與, 最新作者flarehunter (Range)時間11年前 (2014/07/21 14:46), 11年前編輯資訊
0
0
4
內容預覽:
把資料建成key是proteinID, value是GOID list的dict. from collections import defaultdict. GOID_table = defaultdict(list). for row in csv.reader(g):. GOID_table[r
(還有255個字)

推噓3(3推 0噓 7→)留言10則,0人參與, 最新作者sariel0322 (sariel)時間11年前 (2014/07/20 20:16), 11年前編輯資訊
0
0
4
內容預覽:
不好意思,最近需要跑相當大量的資料. 因此需要把code的速度做最有效的提升. 這是我的兩個data. pfam.csv_IPR_NA.csv(csv不小心重複了,不過不是重點:p):. http://ppt.cc/oB18. proteinIDandGOID_norepet.csv:. http:
(還有773個字)
首頁
上一頁
1
下一頁
尾頁