Python Data Science Handbook
jakevdp.github.io
Python Data Science Handbook
1–10 of 67 posts
Re: Python Data Science Handbook
#2Re: Python Data Science Handbook
#3In short I think it's hard to strike an appropriate balance between these but this seems to be a good intro level book.
Re: Python Data Science Handbook
#4Re: Python Data Science Handbook
#5Interesting 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
#6Interesting 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
#7Re: Python Data Science Handbook
#8Interesting 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.
What's wrong with Pandas?
Re: Python Data Science Handbook
#9Interesting 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.
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.