Open

Description
Polars is an up and coming alternative for Pandas which already has more then 17.000 GitHub Stars: https://pola-rs.github.io/polars-book/
I wonder if it would be possible to provide an export_to_polars and import_from_polars function without too much effort?
As a workaround Polars could already be used with polars.from_pandas, but this involves copying the whole data.