dask.dataframe.DataFrame.tail# DataFrame.tail(n: int = 5, compute: bool = True)# Last n rows of the dataset Caveat, the only checks the last n rows of the last partition.