PythonCall.jl icon indicating copy to clipboard operation
PythonCall.jl copied to clipboard

add dispatch `pyconvert(PyTable, T)` for T a polars DataFrame

Open akdienes opened this issue 2 years ago • 3 comments

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 !

akdienes avatar Feb 28 '23 18:02 akdienes

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.

cjdoris avatar Mar 03 '23 08:03 cjdoris

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.

github-actions[bot] avatar Aug 29 '23 01:08 github-actions[bot]

This issue has been closed because it has been stale for 7 days. You can re-open it if it is still relevant.

github-actions[bot] avatar Sep 06 '23 01:09 github-actions[bot]