48 comments (48 comments)45 reactions (45 reactions)0 assignees (0 assignees)Rust2,826 forks (2,826 forks)batch import
A-ioacceptedenhancementhelp wantedpython
Repository metrics
- Stars
- 38,496 stars (38,496 stars)
- PR merge metrics
- Avg merge 8d 3h (Avg merge 8d 3h)156 merged PRs in 30d (156 merged PRs in 30d)
Description
We can reduce friction by figuring out how to load data most efficiently to polars memory.
Contributor guide
- Research direction
- Investigate HDF5 library bindings (e.g., hdf5 rust) and design an I/O module for Polars. Consider optional dependency gating and memory efficient loading of HDF5 datasets into Polars DataFrames.
- Tech stack
- rustpython
- Domain
- backenddata
- Issue type
- Feature
- Prerequisites
- RustHDF5