I have a dask dataframe created using chunks of a certain blocksize:
blocksize
df = dd.read_csv(filepath, blocksize = blocksize * 1024 * 1024)