[Parquet] Reading parquet file into an ndarray
Open
parquet
- Dominant language
- Rust
- Stars
- 3.6k
- Forks
- 1.3k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 169
Description
*Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-6712
What's the best way to read a .parquet file into a rust ndarray structure?
Can it be effective with the current API? I assume row iteration is not the best idea :)
I can imagine that even parallel column loading would be possible.
Contributor guide
Assessment
This issue has not been assessed yet.