lance-format / lance-format/lance
Support VAEX
Open
@gsilvestrin is already working on this.
Since Aug 17, 2023.
enhancement
- Dominant language
- Rust
- Stars
- 7.1k
- Forks
- 852
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 272
Description
Currently I can't load in a lancedb into vaex in colab.
Vaex uses arrow under the hood too.
import vaex
lance_ds = table.to_lance()
ds = vaex.from_arrow_dataset(lance_ds)
Here is the notebook by @gsilvestrin
https://colab.research.google.com/drive/1R7XerZSxHkV6xDSr3D2ZkE1AJgyCYLHo?usp=sharing
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.