feat: provide a to_python
method
#197
Labels
🦀 rust 🦀
Pull requests that edit Rust code
feature request
🐍 python 🐍
Pull requests that edit Python code
Milestone
Provide a
to_python
method that would convert data to alist[list[int | float | str | datetime | date | timedelta | None]]
.Add a parameter to
to_pandas
andto_polars
methods to allow falling back on python object creation in caseto_arrow
failsThe text was updated successfully, but these errors were encountered: