rust-dataframe icon indicating copy to clipboard operation
rust-dataframe copied to clipboard

A Rust DataFrame implementation, built on Apache Arrow

Results 12 rust-dataframe issues
Sort by recently updated
recently updated
newest added
trafficstars

I think that other than ergonomics (type-casting and APIs in general), I'm satisfied that a dataframe is possible to build. What I'd like to focus on as early as possible...

In the case where one wants to just read data from a datasource, and write to another; a streaming version of readers and writers would increase performance by reducing the...