Thanks for sharing - that’s actually pretty interesting. I knew about Polars, but I didn’t know it performed better. I know about that in passing from folks that are in the Cloud “Data” space, who use SaaS platforms that are heavily Python based. That includes Pandas and Polars, but also Jupyter. That really threw me for a loop, but the more I think about it, the more sense it makes.
In the first project that I had to use polars because the databases couldn’t be processed, I moved from spending 40min just uploading to memory one of the bases on pandas to 10min doing all the process on polars.
That convinced me to move everything forward to polars.
Thanks for sharing - that’s actually pretty interesting. I knew about Polars, but I didn’t know it performed better. I know about that in passing from folks that are in the Cloud “Data” space, who use SaaS platforms that are heavily Python based. That includes Pandas and Polars, but also Jupyter. That really threw me for a loop, but the more I think about it, the more sense it makes.
In the first project that I had to use polars because the databases couldn’t be processed, I moved from spending 40min just uploading to memory one of the bases on pandas to 10min doing all the process on polars.
That convinced me to move everything forward to polars.