ToucanToco / fastexcel

A Python wrapper around calamine
http://fastexcel.toucantoco.dev/
MIT License
85 stars 4 forks source link

feat: provide a `to_python` method #197

Open lukapeschke opened 4 months ago

lukapeschke commented 4 months ago

Provide a to_python method that would convert data to a list[list[int | float | str | datetime | date | timedelta | None]].

Add a parameter to to_pandas and to_polars methods to allow falling back on python object creation in case to_arrow fails