AaltoSciComp / python-for-scicomp

Python for scientific computing course
https://aaltoscicomp.github.io/python-for-scicomp/
Other
25 stars 31 forks source link

Polars as an alternative to Pandas #282

Closed eglerean closed 2 weeks ago

eglerean commented 4 months ago

Polars is a rust based alternative to Pandas. I could include a note box in the materials for those who want to try it. Do you think this is a good idea?

eglerean commented 4 months ago

Here on why this is not like dask or other similar libraries for large datasets https://blog.jetbrains.com/pycharm/2024/07/polars-vs-pandas/

bast commented 3 months ago

+1 for adding a note that it exists so that people can explore it.