polars-rows-iter
This is a very early state library for simple and convenient row iteration of polars dataframes. Currently are only primitive and string types supported.
Todos:
- Unit-Tests
- Documentation
- DType: DateTime support
- DType: Date support
Example:
use *;
use *;
// for assert_eq
let df = df!.unwrap;
let rows_iter = df..unwrap;
// unwrap rows and collect to vector for assert_eq
let rows_vec = rows_iter.map.;
assert_eq!;