Skip to product information
1 of 1

Pandas is one of the most powerful, flexible, and efficient scientific computing packages in Python. With this book, you will explore data in pandas through dozens of practice problems with detailed solutions in iPython notebooks.

This book will provide you with clean, clear recipes, and solutions that explain how to handle common data manipulation and scientific computing tasks with pandas. You will work with different types of datasets, and perform data manipulation and data wrangling effectively. You will explore the power of pandas DataFrames and find out about boolean and multi-indexing. Tasks related to statistical and time series computations, and how to implement them in financial and scientific applications are also covered in this book.

By the end of this book, you will have all the knowledge you need to master pandas, and perform fast and accurate scientific computing.

What you will learn
  • Master the fundamentals of pandas 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 a tidy form to make data analysis and visualization easier
  • Prepare messy real-world 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 direct hooks to matplotlib and seaborn
About the Author

Theodore Petrou is a data scientist and the founder of Dunder Data, a professional educational company focusing on exploratory data analysis. He is also the head of Houston Data Science, a meetup group with more than 2,000 members that has the primary goal of getting local data enthusiasts together in the same room to practice data science. Before founding Dunder Data, Ted was a data scientist at Schlumberger, a large oil services company, where he spent the vast majority of his time exploring data.

Table of Contents
  1. Pandas Foundations
  2. Essential DataFrame Operations
  3. Beginning Data Analysis
  4. Selecting Subsets of Data
  5. Boolean Indexing
  6. Index Alignment
  7. Grouping for Aggregation, Filtration and Transformation
  8. Restructuring Data into Tidy Form
  9. Joining multiple pandas objects
  10. Time Series
  11. Visualization


View full details