dask_expr._collection.DataFrame.tail

dask_expr._collection.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.