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
 


Teach Yourself Java in 21 Days, 8th Ed (Sams)

Author:  Rogers Cadenhead
Publisher: Sams
Pages: 672
ISBN:  978-0672337956
Print: 0672337959
Kindle:B082J486LS
Audience: Beginning Java Programmers
Rating: 4
Reviewer: Mike James
Java! Its still more than relevant and at edition 8 this must be a classic?



High Performance SQL Server, 2nd Ed (Apress)

Author: Benjamin Nevarez
Publisher: Apress
Pages: 420
ISBN: 978-1484264904
Print: 1484264908
Kindle: B08TQR3NMF
Audience: SQL Server DBAs and Devs
Rating: 4.5
Reviewer: Ian Stirk

This book aims to improve the performance of your SQL Server, how does it fare?


More Reviews