The dask documentation states: "BColz is an on-disk, chunked, compressed, column-store. These attributes make it very attractive for dask.dataframe which can operate particularly well on it. There is a special from_bcolz function."
However, I could not find an example how to save a dask dataframe to bcolz. What is the recommended way to do this?