Polars Is The Faster Pandas

  Рет қаралды 17,221

NeuralNine

NeuralNine

Күн бұрын

Пікірлер: 36
@CynicAtLarge
@CynicAtLarge 5 ай бұрын
I moved my entire stack to Polars from Pandas in the past month. It is more intuitive (I am a relatively new programmer), much faster, has a cleaner API and integrates better with databases. If you are just getting going on data analysis you should start with Polars. And there are plenty of resources out there to help you if you want to migrate.
@HocusPolars
@HocusPolars 4 ай бұрын
I couldn't agree more with this. Polars is taking over Pandas! From the moment I started using the library, I said goodbye to Pandas.
@JoseStev
@JoseStev 4 ай бұрын
Agree.
@tigerbojiteol
@tigerbojiteol 5 ай бұрын
I have been heavily using pandas, polars, and duckdb and heres my two cents. 1. If you need dataframe to work with, you should go with polars no doubt. For certain cases, you may have to convert df from polars to pandas but that’s quite rare and that should be done at the end anyway if necessary. 2. If you need fast query to analyze, go with duckdb. You can directly use polars and pandas objects in memory to crunch data. Very light, fast and efficient. 3. Know how to use all these stacks. Don’t just stick with one only.
@SpacemanY2K38
@SpacemanY2K38 5 ай бұрын
Brah, you are in 2050, I barely see people commenting on the topic. Kudos!
@ajax0116
@ajax0116 5 ай бұрын
I started using it this month, even taking documentation from pandas projects and translating them with cluade and ChatGPT. Still use datareader to pandas to polars.
@elmaestroco
@elmaestroco 5 ай бұрын
Given the good press, I've tried to use Polars on a huge dataset. Unfortunately, I couldn't even read my data in, as no API was available. There isn't a file extension that you won't be able to read with Pandas. At this point, Pandas remains the better choice given its compatibility with the Python data science ecosystem.
@ixternal9295
@ixternal9295 5 ай бұрын
Pandas has a ton of useful features that polars lacks. Last time I used polars, reading in excel files and dealing with dates, especially dates with inconsistent formatting, was a major hassle. People like to shit on the pandas API but I don't find polars that much better. Good thing there's duckdb that you can use on top of both. Troubleshooting will be much easier and faster with pandas due to its immense popularity. It almost feels like polars is for the rare edge case where you have too much data for pandas to handle efficiently, but not enough data to warrant using distributed computing. Good for pipelines in certain cases but not necessarily EDA imho.
@thyche7866
@thyche7866 5 ай бұрын
Which edge that polars had over pandas that do you think its better?
@HelmutQ
@HelmutQ 5 ай бұрын
I also do enjoy your occasional more exploratory and less explanatory videos. They are a motivation to go out and explore the "wonders of the world" and acquire the more in-depth insight by oneself. This applies to both Polars and Huggin. Thank you for having drawn my attention to both. But I also do appreciate the videos in which you take the viewers by the hand. In particular with polars a hands-on video would definitely interest me. Your channel is amazing, rich, in-depth, no-nonsens. By now your some 800 Videos provide more information than I was presented with in years of studying in the 80s at your same university. You truely enrich the world. Big achievment at your age. We are living in truely exciting times. A bottom up approach based on first principles has for a long time been a driver for human intellectual developement, I'd say ever since Newton. AI allows us to tackle problems which are either not governed by first principles such as Newtons, Maxwells, Einsteins, Feynmann laws, maths and mathemetical and logical proofs or where following the way from first principles to tangible and useful application is beyond our scope and maybe possibly forever. It allows as to deal with chemistry and biology, consciousness. There is a lot more to AI than just writing amazing programs like the ones you show. I wish to live on for quite another while to see this new form of thought evolve. Your videos make and keep me curious. I see things today I'd have considered SciFi until very recently.
@smibssmibs
@smibssmibs 4 ай бұрын
Strange comment about "pandas supporting Apache Arrow only since version 2" when pandas 2.0 was released in April 2023. Is there any reason not to use recent pandas version today? One great feature in polars is an option to express the query in sql. It makes the code often much more readable.
@Epic-Poetry
@Epic-Poetry 5 ай бұрын
This is an excellent topic for a vid. I've not switched yet. Pandas2 is pyArrow just to reiterate the point, but it's not distributed. My bet is that pandas2 will catch up at pandas3, it's got a massive following and under active development. I've attended one of original pandas public meeting prior pandas2 and their direction of travel is clear. Agreed on the apply function in pandas and its a great point to make in the video.
@TheEcherriman
@TheEcherriman 5 ай бұрын
Thanks. Are there any Technical Analysis libraries please ?
@tthcan8038
@tthcan8038 5 ай бұрын
I guess TA-Lib is what you are looking for
@TheEcherriman
@TheEcherriman 5 ай бұрын
@@tthcan8038 Yes, the equivalent of pandas-ta
@AlexGarcia-ir7fl
@AlexGarcia-ir7fl 5 ай бұрын
Great timing, I was just looking for a polars video.
@ImoodyI
@ImoodyI 5 ай бұрын
That polar case statement looked a lot like a SQL statement
@ronwilliams4184
@ronwilliams4184 5 ай бұрын
Thanks - I rely on videos like yours to keep up with what's new.
@mortezanaghavimoghadam8258
@mortezanaghavimoghadam8258 5 ай бұрын
0:40 and also it is easier to use and more human-readable
@mystackquest
@mystackquest 5 ай бұрын
Duckdb is nx faster pandas 😅. Create one more video about Duckdb
@eboyd53
@eboyd53 5 ай бұрын
I see a transformative package so that code can remain unaffected and all that changes is the import.
@Tom-wm4gy
@Tom-wm4gy 5 ай бұрын
Wow! Mindblowing stuff... Thank you so much for this... Perfect tutorial...
@CaribouDataScience
@CaribouDataScience 5 ай бұрын
Polars wants to be Tidyverse when it grows up😮
@PalataoArmy
@PalataoArmy Ай бұрын
Due to limited memory, I have to stick with modin, yup not that popular compare to polars and pandas.
@Simulation_modelling
@Simulation_modelling 4 ай бұрын
Vielen dank!:)
@Singlton
@Singlton 5 ай бұрын
please , data engineering with Polars using rust!
@dipeshsamrawat7957
@dipeshsamrawat7957 5 ай бұрын
Keep it up 💯
@luckylokhande1574
@luckylokhande1574 5 ай бұрын
Its statement are more familiar with pyspark one
@nocopyrightgameplaystockvi231
@nocopyrightgameplaystockvi231 5 ай бұрын
Polars uses multiple cores
@dipeshsamrawat7957
@dipeshsamrawat7957 5 ай бұрын
Thanks to mention it. 😊
@ShumazSaeed
@ShumazSaeed 5 ай бұрын
Well if we work on low end cpu will it make much difference
@philtoa334
@philtoa334 5 ай бұрын
Thx_.
@denisblack9897
@denisblack9897 5 ай бұрын
Why bother? 😅 Obvious waste of time that you gonna revert right when tou encounter some unsolvable issue
@kmbelly6356rt
@kmbelly6356rt 5 ай бұрын
exactly❤ not every shiny stone is gold.
DuckDB in Python - The Next Pandas Killer?
19:32
NeuralNine
Рет қаралды 36 М.
This Algorithm is 1,606,240% FASTER
13:31
ThePrimeagen
Рет қаралды 857 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,8 МЛН
2024's Biggest Breakthroughs in Math
15:13
Quanta Magazine
Рет қаралды 404 М.
5 Custom Python Decorators For Your Projects
25:40
NeuralNine
Рет қаралды 10 М.
When Should You Use Generators in Python?
10:01
NeuralNine
Рет қаралды 6 М.
DuckDB vs Pandas vs Polars For Python devs
12:05
MotherDuck
Рет қаралды 21 М.
5 Python Libraries You Should Know in 2025!
22:30
Keith Galli
Рет қаралды 68 М.
5 Uncommon Python Features I Love
15:09
Indently
Рет қаралды 170 М.
"Clean" Code, Horrible Performance
22:41
Molly Rocket
Рет қаралды 927 М.
Python Polars - Fastest Data Science Library!
20:54
Python Simplified
Рет қаралды 16 М.