Fasten python dataframe vectorialisation

后端 未结 0 1477
走了就别回头了
走了就别回头了 2020-12-02 07:12

I have the below dummy dataframe:

import pandas
tab_size = 300000

tab_de_merde = [[i*1, 0, i*3, [i*7%3, i*11%3] ] for i in range(tab_size)]
colnames = [\'Id\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题