Read and process many files in parallel

前端 未结 0 1803
攒了一身酷
攒了一身酷 2021-01-24 11:18

Using the following code, I\'m trying to read, process and concatenate a bunch of CSV files in parallel.

def read_process(file): 
    df = pd.read_csv(file)
    p         


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