Python Data Science Handbook
11–20 of 67 posts
Re: Python Data Science Handbook
#12Interesting choice of Pandas in this day and age. Maybe he’s after imparting general concepts that you could apply to any tabular data manipulator rather than selecting for the latest shiny tool.
why? It's the industry standard as far as my reach goes. What other framework would you replace it with? No, polars or spark is not a good answer, those are optimized for data engineering performance, not a holistic approach to data science.
Can you expand on why Polars isn't optimised for a holistic approach to data science?
Re: Python Data Science Handbook
#13Re: Python Data Science Handbook
#14He's a great writer and I miss his blog. He had an awesome post on pivot table that I think is now a part of this book.
Re: Python Data Science Handbook
#15Re: Python Data Science Handbook
#16Interesting choice of Pandas in this day and age. Maybe he’s after imparting general concepts that you could apply to any tabular data manipulator rather than selecting for the latest shiny tool.
Re: Python Data Science Handbook
#17Earlier quoted context omitted.
What's wrong with Pandas?
I probably wouldn’t rewrite an entire data science stack that used pandas, but most people would use polars if starting a new project today.
Re: Python Data Science Handbook
#18Interesting choice of Pandas in this day and age. Maybe he’s after imparting general concepts that you could apply to any tabular data manipulator rather than selecting for the latest shiny tool.
why? It's the industry standard as far as my reach goes. What other framework would you replace it with? No, polars or spark is not a good answer, those are optimized for data engineering performance, not a holistic approach to data science.
Today all serious DS work will ultimately become data engineering work anyway. The time when DS can just fiddle around in notebooks all day has passed.