I can write a massive dask data frame to disk like so:
raw_data.to_csv(r'C:\Bla\SubFolder\*.csv')
This produces chunked data of the original (massaged) dataset in the subfolder:
C:\Bla\SubFolder\
Just wondering, can I force dask to write the data as one file?