dask.dataframe.DataFrame.tail

dask.dataframe.DataFrame.tail

DataFrame.tail(n=5, compute=True)

Last n rows of the dataset

Caveat, the only checks the last n rows of the last partition.