dask.dataframe.Index.head

dask.dataframe.Index.head

Index.head(n=5, compute=True)[source]

First n items of the Index.

Caveat, this only checks the first partition.