Hello All the examples that I came across for using dask thus far has been multiple csv files in a folder being read using dask read_csv call.
if I am provided an xlsx file with multiple tabs, can I use anything in dask to read them parallely?
P.S. I am using pandas 0.19.2 with python 2.7