Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Pandas Cookbook: Recipes for Scientific Computing, Time Series Analysis and Data Visualization using Python

Posted By: arundhati
Pandas Cookbook: Recipes for Scientific Computing, Time Series Analysis and Data Visualization using Python

Theodore Petrou, "Pandas Cookbook: Recipes for Scientific Computing, Time Series Analysis and Data Visualization using Python"
English | ISBN: 1784393878 | 2017 | 532 pages | AZW3 | 21 MB

Publisher's Note: A new second edition, updated completely for pandas 1.x with additional chapters, has now been published. This edition from 2017 is outdated and is based on pandas 0.20.
Key Features
Use the power of pandas 0.20 to solve most complex scientific computing problems with ease
Leverage fast, robust data structures in pandas 0.20 to gain useful insights from your data
Practical, easy to implement recipes for quick solutions to common problems in data using pandas 0.20
Book Description
This book will provide you with unique, idiomatic, and fun recipes for both fundamental and advanced data manipulation tasks with pandas 0.20. Some recipes focus on achieving a deeper understanding of basic principles, or comparing and contrasting two similar operations. Other recipes will dive deep into a particular dataset, uncovering new and unexpected insights along the way.
The pandas library is massive, and it's common for frequent users to be unaware of many of its more impressive features. The official pandas documentation, while thorough, does not contain many useful examples of how to piece together multiple commands like one would do during an actual analysis. This book guides you, as if you were looking over the shoulder of an expert, through practical situations that you are highly likely to encounter.
Many advanced recipes combine several different features across the pandas 0.20 library to generate results.
What you will learn
Master the fundamentals of pandas 0.20 to quickly begin exploring any dataset
Isolate any subset of data by properly selecting and querying the data
Split data into independent groups before applying aggregations and transformations to each group
Restructure data into tidy form to make data analysis and visualization easier
Prepare real-world messy datasets for machine learning
Combine and merge data from different sources through pandas SQL-like operations
Utilize pandas unparalleled time series functionality
Create beautiful and insightful visualizations through pandas 0.20 direct hooks to Matplotlib and Seaborn