ipychart icon indicating copy to clipboard operation
ipychart copied to clipboard

Any interest in supporting polars instead of just pandas?

Open deanm0000 opened this issue 9 months ago • 2 comments

I think in the plots.py functions there'd need to be a check if data is either pandas or polars and then _create_chart_data_agg would be for pandas and there'd be a _create_chart_data_agg_pl function that would do the same thing except from polars.

This is just an example, of course there are a bunch of other functions to contend with.

deanm0000 avatar Oct 17 '23 14:10 deanm0000