panstacks / pandata

The Pandata scalable open-source analysis stack
http://pandata.pydata.org
BSD 3-Clause "New" or "Revised" License
68 stars 1 forks source link

Add Polars to stack #3

Closed MarcoGorelli closed 5 months ago

MarcoGorelli commented 1 year ago

May I suggest that you add Polars to the stack?

It can help solve real problems for real people (e.g. https://www.confessionsofadataguy.com/polars-vs-pandas-inside-an-aws-lambda/), and like the rest of the tools, is also free and open source

You already have multiple tools which do similar things in the visualisation part, so I'd suggest having an extra (powerful) tool in the "data API" part

Furthermore, note that the visualisation tools noted typically do support Polars by leveraging the DataFrame Interchange Protocol

jbednar commented 5 months ago

Now that Polars is well supported by hvPlot, it should definitely be added to the stack.