☕ Buy a coffee: ko-fi.com/bugbytes ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐
@Mshiunwu5 ай бұрын
Thanks for your sharing. I've been a heavy R user for the last ten years. I think Polars is closer to dplyr than Pandas. Now I know a better way to migrate my previous code.
@bugbytes39235 ай бұрын
@@Mshiunwu thanks for the comment! Glad to hear that Polars is more similar to R - should be easier to pick up for anyone moving to Python!
@RajaseelanGaneswaran5 ай бұрын
Love this video. great intro!
@bugbytes39235 ай бұрын
Thanks a lot!
@Pradeep_prasad5 ай бұрын
Thank you for introducing new library❤
@bugbytes39235 ай бұрын
@@Pradeep_prasad no problem thanks for watching!
@ringpolitiet5 ай бұрын
Thanks for the video. A polars/pandas/duckdb video would be lovely. Would also be nice if you could then showcase the lazy evaluation/query optimizer in polars compared to pandas. And if you're talking about duckdb which is SQL adjacent, maybe also some words about the SQL interface in polars.
@bugbytes39235 ай бұрын
Great suggestions, thank you - I'll look into some follow-up videos, including the polars/pandas/duckdb comparison.
@md.musfiqurrahaman86125 ай бұрын
Subscribed ! For amazing contents and consistency! Keep it up!♥
@bugbytes39235 ай бұрын
@@md.musfiqurrahaman8612 thanks a lot, much appreciated!
@blackice2144 ай бұрын
This is great very easy to understand and do ETL using Polars
@bugbytes39234 ай бұрын
Thanks! It's awesome for ETL jobs, agreed.
@jamesinaz80425 ай бұрын
Awesome 💯 will try it out soon
@bugbytes39235 ай бұрын
Thanks a lot, and good luck!
@knolljo5 ай бұрын
polars is super nice to work with, did some data analysis in the last few months. Combined with marimo notebooks it felt like super powers 😅
@bugbytes39235 ай бұрын
@@knolljo I’ll need to check out marimo notebooks!
@knolljo5 ай бұрын
@@bugbytes3923 Definitely worth it! The ability to have reactive and easy to use interactive elements makes it amazing to work with, plus the notebooks are saved as .py files and can even be exported as standalone scripts, I love that as a git user.
@suyashdahale43555 ай бұрын
Best polars tutorial so far 👍
@bugbytes39235 ай бұрын
@@suyashdahale4355 thanks a lot!
@smellypunks5 ай бұрын
I have been using pandas for years and was waiting to switch to polars which I started to do this year. Lots of pandas scripts to migrate!! I do enjoy Polars even small things like showing strings in “” helps. But some methods seem more verbose than needed and there are some conversations that seem to have been changed unnecessarily. On Nulls very happy to move always from Pandas hellish null handling.
@michaelmaguire67095 ай бұрын
Perfect!
@bugbytes39235 ай бұрын
@@michaelmaguire6709 thanks!
@serychristianrenaud5 ай бұрын
Thanks ...🎉
@bugbytes39235 ай бұрын
@@serychristianrenaud thanks for watching!
@ahmedbadal37955 ай бұрын
am at 15:00 enjoying it so far what a great tutorial thanks for it why does polars seem better then pandas
@bugbytes39235 ай бұрын
@@ahmedbadal3795 thanks a lot!
@tmb88075 ай бұрын
Been using Polars for about a year, and I can't see myself using pandas again. Way faster at basically everything, and even though the code can end up looking quite verbose the syntax comes much more naturally to me. Lacking a built-in plot method was the only snag, but it has that now. And as you said, I'm sure there are some integrations with other libraries that might not work, but there's always the to_pandas method.
@bugbytes39235 ай бұрын
Exactly how I feel too! I'll probably not go back to Pandas much, unless required, although it's served me well for a long time.
@tmb88075 ай бұрын
@@bugbytes3923Indeed. Pandas is still very ingrained (understandably so) so it’ll probably take time for things to move generally. But I’m excited about the possibilities. I’ve even seen it demonstrated that, due to the streaming API allowing it to process larger-than-memory data, Polars is capable of replacing Spark on a single node for some workflows (not all, of course).
@yasithawijethunga57425 ай бұрын
Can't use htmx and jquery together for a dropdown in django? I added a htmx get request to a dropdown. But when I use jquery select2 plugin for the dropdown, htmx get not working