标签: dask
dask的read_csv()函数无法一次正确读取所有csv,但是dask_cudf可以。
da = dd.read_csv(os.path.join('data','*。csv'))
print(da.head())