lance.LanceDataset.head(num_rows, **kwargs)

Load the first N rows of the dataset.

Parameters:
num_rows : int

The number of rows to load.

**kwargs : dict, optional

See scanner() method for full parameter description.

Returns:

table

Return type:

Table