lance-format/lance

Add `slice()` method to `LanceDataset`

Open

#1,808 opened on Jan 10, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Rust (695 forks)github user discovery
enhancementgood first issuerust

Repository metrics

Stars
 (6,582 stars)
PR merge metrics
 (Avg merge 6d 1h) (219 merged PRs in 30d)

Description

Should be equivalent to LanceDataset.take(list(range(start, end))).

Related: https://github.com/lancedb/lance/issues/1798

Contributor guide