Polars - An Introduction to Polars v1 for Python Data Analytics!

  Рет қаралды 9,699

BugBytes

BugBytes

Күн бұрын

Пікірлер: 41
@bugbytes3923
@bugbytes3923 Ай бұрын
☕ Buy a coffee: ko-fi.com/bugbytes ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐
@Mshiunwu
@Mshiunwu 5 ай бұрын
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.
@bugbytes3923
@bugbytes3923 5 ай бұрын
@@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!
@RajaseelanGaneswaran
@RajaseelanGaneswaran 5 ай бұрын
Love this video. great intro!
@bugbytes3923
@bugbytes3923 5 ай бұрын
Thanks a lot!
@Pradeep_prasad
@Pradeep_prasad 5 ай бұрын
Thank you for introducing new library❤
@bugbytes3923
@bugbytes3923 5 ай бұрын
@@Pradeep_prasad no problem thanks for watching!
@ringpolitiet
@ringpolitiet 5 ай бұрын
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.
@bugbytes3923
@bugbytes3923 5 ай бұрын
Great suggestions, thank you - I'll look into some follow-up videos, including the polars/pandas/duckdb comparison.
@md.musfiqurrahaman8612
@md.musfiqurrahaman8612 5 ай бұрын
Subscribed ! For amazing contents and consistency! Keep it up!♥
@bugbytes3923
@bugbytes3923 5 ай бұрын
@@md.musfiqurrahaman8612 thanks a lot, much appreciated!
@blackice214
@blackice214 4 ай бұрын
This is great very easy to understand and do ETL using Polars
@bugbytes3923
@bugbytes3923 4 ай бұрын
Thanks! It's awesome for ETL jobs, agreed.
@jamesinaz8042
@jamesinaz8042 5 ай бұрын
Awesome 💯 will try it out soon
@bugbytes3923
@bugbytes3923 5 ай бұрын
Thanks a lot, and good luck!
@knolljo
@knolljo 5 ай бұрын
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 😅
@bugbytes3923
@bugbytes3923 5 ай бұрын
@@knolljo I’ll need to check out marimo notebooks!
@knolljo
@knolljo 5 ай бұрын
@@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.
@suyashdahale4355
@suyashdahale4355 5 ай бұрын
Best polars tutorial so far 👍
@bugbytes3923
@bugbytes3923 5 ай бұрын
@@suyashdahale4355 thanks a lot!
@smellypunks
@smellypunks 5 ай бұрын
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.
@michaelmaguire6709
@michaelmaguire6709 5 ай бұрын
Perfect!
@bugbytes3923
@bugbytes3923 5 ай бұрын
@@michaelmaguire6709 thanks!
@serychristianrenaud
@serychristianrenaud 5 ай бұрын
Thanks ...🎉
@bugbytes3923
@bugbytes3923 5 ай бұрын
@@serychristianrenaud thanks for watching!
@ahmedbadal3795
@ahmedbadal3795 5 ай бұрын
am at 15:00 enjoying it so far what a great tutorial thanks for it why does polars seem better then pandas
@bugbytes3923
@bugbytes3923 5 ай бұрын
@@ahmedbadal3795 thanks a lot!
@tmb8807
@tmb8807 5 ай бұрын
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.
@bugbytes3923
@bugbytes3923 5 ай бұрын
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.
@tmb8807
@tmb8807 5 ай бұрын
@@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).
@yasithawijethunga5742
@yasithawijethunga5742 5 ай бұрын
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
@frameff9073
@frameff9073 5 ай бұрын
🎉🎉🎉
@bugbytes3923
@bugbytes3923 5 ай бұрын
Thanks a lot!!
@lhassanaitmouss389
@lhassanaitmouss389 5 ай бұрын
Thanks 🎉 (select, filter, with_columns, groupBy, …) seems like Spark 😅
@bugbytes3923
@bugbytes3923 5 ай бұрын
True! Some similarities with PySpark!
@patcher2944
@patcher2944 5 ай бұрын
What is i64 means below age
@bugbytes3923
@bugbytes3923 5 ай бұрын
@@patcher2944 int64 (integer)
@NoName-lq7kt
@NoName-lq7kt 5 ай бұрын
Looks really cool too bad I'll never get a tech job
@ringpolitiet
@ringpolitiet 5 ай бұрын
That's the spirit.
@alexandrodisla6285
@alexandrodisla6285 5 ай бұрын
I know Polars.
@KoIcanovMikhail
@KoIcanovMikhail 2 ай бұрын
never took data to pandas !!!!
Tutorials - Matt Harrison: Getting Started with Polars
2:14:28
PyCon US
Рет қаралды 16 М.
DuckDB and SQL - for Data Analysis and Processing
24:31
BugBytes
Рет қаралды 6 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 37 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 41 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 17 МЛН
Multimodal Data Analysis with LLMs and Python - Tutorial
1:42:52
freeCodeCamp.org
Рет қаралды 59 М.
Why I chose Python & Polars for Data Analysis
24:33
John Watson Rooney
Рет қаралды 7 М.
Learning Pandas for Data Analysis? Start Here.
22:50
Rob Mulla
Рет қаралды 122 М.
Python Polars - Fastest Data Science Library!
20:54
Python Simplified
Рет қаралды 16 М.
Modern Python logging
21:32
mCoding
Рет қаралды 208 М.
DuckDB in Python - The Next Pandas Killer?
19:32
NeuralNine
Рет қаралды 36 М.
Systems Design in an Hour
1:11:00
Jordan has no life
Рет қаралды 33 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 37 МЛН