Is dataset.select(range(10000)) efficient?
dataset.select(range(10000))
Is this the best way to select a slice of the dataset?