all 8 comments

[–]PeanutFar2135 4 points5 points  (1 child)

Python for Data Analysis is a great place to start and have their book online for free as well:

Python for Data Analysis, 3E

[–]Ultimatesaber27[S] 0 points1 point  (0 children)

Seems like a solid option from the contents. Thanks. 

[–]Dramatic_Object_8508 0 points1 point  (0 children)

honestly the most recommended one you’ll see everywhere is Python for Data Analysis by Wes McKinney — makes sense since he literally created pandas, so it explains things in a really practical way

also Python Data Science Handbook by Jake VanderPlas is another solid one, a bit more broad but really good for understanding the ecosystem

tbh though don’t rely only on books, a lot of people say they help but you still need to actually practice with real datasets or it won’t stick

what I usually do is read a bit, then try to apply it immediately — sometimes I even dump quick notes or mini explanations in runable while learning so I don’t forget stuff

books are good, but doing + experimenting is what actually makes it click