zaeleus / noodles

Bioinformatics I/O libraries in Rust
MIT License
482 stars 52 forks source link

Support reading files into tabular data formats? #173

Closed endrebak closed 1 year ago

endrebak commented 1 year ago

Have you considered supporting reading files into polars data frames? If it can be done lazily, all the better.

zaeleus commented 1 year ago

You may be interested in projects like oxbow, which is an early attempt at this. It is not a goal of noodles to provide alternative representations of the data.