How to read every nth row using Dask read_csv for fast multiple reading in multiple files?

前端 未结 0 630
栀梦
栀梦 2021-01-28 04:41

I\'m trying to read in multiple CSV files into a single dataframe. While this works using list comprehension and Panda\'s concat function, e.g.

import pandas as p         


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