Live data from Hacker News

Python Data Science Handbook

jakevdp.github.io

1–10 of 67 posts

Re: Python Data Science Handbook

#3
These types of books are always interesting to me because they tackle so many different things. They cover a range of topics at a high level (data manipulation, visualization, machine learning) and each could have its own book. They balance teaching programming while introducing concepts (and sometimes theory).

In 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

#5
post #4

Interesting 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.

It was originally published in 2016, and I think this is still the first edition.

Re: Python Data Science Handbook

#8
post #4

Interesting 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?

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

#9
post #4

Interesting 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.

Post reply on HN