We can reduce friction by figuring out how to load data most efficiently to polars memory.
贡献者指南
技术栈
rust
领域
databackend
议题类型
feature
难度面向新贡献者的预计实现难度,1 表示很小改动,5 表示专家级工作。
4
预计时间有经验贡献者完成调查、实现、测试并准备 pull request 的粗略时间范围。
over 1 week
活动状态议题当前的可参与程度:新鲜、活跃、陈旧、阻塞或等待维护者输入。
active
清晰度议题是否清楚说明期望改动、验收标准和下一步。
needs investigation
前置要求
Rust programmingPolars I/O APIHDF5 format knowledge
新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
20
研究方向
This issue proposes adding HDF5 reading/writing to Polars. Given the lengthy discussion, a contributor should first read through all comments to understand previous design considerations. The key files to examine are likely in the `polars io` crate, such as `src/serde.rs` or similar. One should consider leveraging an existing Rust HDF5 library like `hdf5` or `hdf5 rs`. The implementation must integrate with Polars' lazy and eager APIs. No linked PR exists, so this is open for fresh exploration.