fastexcel icon indicating copy to clipboard operation
fastexcel copied to clipboard

feat: provide a `to_python` method

Open lukapeschke opened this issue 11 months ago • 0 comments

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

lukapeschke avatar Mar 04 '24 13:03 lukapeschke