Skip rows with datasets.Dataset.map()

You can use a batched map to return as many rows as you want given a batch of rows. See docs

Yes, using a batched map as mentioned earlier :slight_smile:

1 Like