ToucanToco/fastexcel

Provide functions returning `polars.DataFrame`

lukapeschke opened this issue · 3 comments

These should be implemented in rust directly. It'd allow us to prevent the arrow -> PyBytes -> arrow -> pandas memory overhead

Like pandas polars should maybe be a extra.

Like pandas polars should maybe be a extra.

Yup that's the plan :) Forgot to specify it in the issue, thank you!

done with #87