add dispatch `pyconvert(PyTable, T)` for T a polars DataFrame
getting a Julia Tables.jl compatible object from a pandas DataFrame is very convenient and I appreciate the functionality. I would love to also see a similar ability for polars DataFrames !
That would indeed be nice. And should be much easier than the Pandas case because the column types are better defined in Polars.
I'm rewriting the conversion internals at the moment, so won't tackle this until after because it will affect how the PyTable stuff works.
This issue has been marked as stale because it has been open for 30 days with no activity. If the issue is still relevant then please leave a comment, or else it will be closed in 7 days.
This issue has been closed because it has been stale for 7 days. You can re-open it if it is still relevant.