Relative Content

Tag Archive for pythonpandasdataframedaskdask-dataframe

Unable to read an empty file in dask

I have some py code to compare a given pair of files. I am using dask for lazy computation. There could sometimes be an empty file in one of the files. When I try to read an empty file with headers, it always fails.