Thinking in Pandas (Apress)
Thursday, 25 June 2020

With the explanatory subtitle "How to Use the Python Data Analysis Library the Right Way", this book shows how to work effectively with pandas, the Python data analysis library, by exploring its underlying implementation and data structures.  Author Hannah Stepanek explains how to load and normalize data in pandas efficiently, and reviews some of the most commonly used loaders and several of their most powerful options. The book also shows how to 

<ASIN:148425838X>

access and transform data efficiently, what methods to avoid, and when to employ more advanced performance techniques.

Author: Hannah Stepanek
Publisher: Apress
Date: June 2020
Pages: 200
ISBN: 978-1484258385
Print: 148425838X
Kindle:  B089RYM2DZ
Audience: Python developers
Level: Intermediate
Category: Python 

 

  • Understand the underlying data structure of pandas and why it performs the way it does under certain circumstances
  • Discover how to use pandas to extract, transform, and load data correctly with an emphasis on performance
  • Choose the right DataFrame so that the data analysis is simple and efficient.
  • Improve performance of pandas operations with other Python libraries

For recommendations of Python books see Books for Pythonistas and Python Books For Beginners in our Programmer's Bookshelf section.

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner
 


Python All-in-One, 2nd Ed (For Dummies)

Authors: John Shovic and Alan Simpson
Publisher: For Dummies
Date: April 2021
Pages: 720
ISBN: 978-1119787600
Print: 1119787602
Kindle: B091DGDLK8
Audience: People wanting to learn Python
Rating: 2
Reviewer: Mike James
All-in-one refers to the fact that this is seven books put together - why?



Learn Enough Python to Be Dangerous (Pearson)

Author: Michael Hartl
Publisher: Addison-Wesley
Date: June 2023
Pages: 448
ISBN: 978-0138050955
Print: 0138050953
Kindle: ‎ B0C4VCSD1G
Audience: Python
Rating: 2
Reviewer: Ian Elliot
Learning Python is a great idea but "enough to be dangerous"?


More Reviews