Pandas Cookbook
Theodore Petrou
- 出版商: Packt Publishing
- 出版日期: 2017-10-24
- 售價: $2,170
- 貴賓價: 9.5 折 $2,062
- 語言: 英文
- 頁數: 538
- 裝訂: Paperback
- ISBN: 1784393878
- ISBN-13: 9781784393878
-
相關分類:
Python
-
其他版本:
Pandas 1.x Cookbook - Second Edition
買這商品的人也買了...
-
$2,430$2,309 -
$403Elasticsearch 技術解析與實戰
-
$1,440Learning pandas : High-performance data manipulation and analysis in Python, 2/e
-
$2,170$2,062 -
$1,224Python Machine Learning, 2/e (Paperback)
-
$990Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython, 2/e (Paperback)
-
$1,170$1,112 -
$490$417 -
$352機器學習算法實踐 — 推薦系統的協同過濾理論及其應用
-
$1,824Cybersecurity Ops with bash: Attack, Defend, and Analyze from the Command Line
-
$2,261$2,142 -
$352別拿相關當因果:因果關係簡易入門
-
$446JRockit 權威指南 : 深入理解 JVM
-
$454JVM G1 源碼分析和調優
-
$1,188Practical Haskell: A Real World Guide to Programming
-
$520$411 -
$2,310$2,195 -
$1,320Cognitive Virtual Assistants Using Google Dialogflow: Develop Complex Cognitive Bots Using the Google Dialogflow Platform
-
$427Python數據分析 活用Pandas庫
-
$352Arduino 項目案例:遊戲開發
-
$454實時數字信號處理 (從MATLAB到C基於TMS320C6x DSP), 3/e
-
$534$507 -
$354$336 -
$662中文版Rhino 7完全自學教程
-
$1,500$1,425
相關主題
商品描述
Key Features
- Use the power of pandas to solve most complex scientific computing problems with ease
- Leverage fast, robust data structures in pandas to gain useful insights from your data
- Practical, easy to implement recipes for quick solutions to common problems in data using pandas
Book Description
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.
Some of his projects included using targeted sentiment analysis to discover the root cause of part failure from engineer text, developing customized client/server dashboarding applications, and real-time web services to avoid the mispricing of sales items. Ted received his masters degree in statistics from Rice University, and used his analytical skills to play poker professionally and teach math before becoming a data scientist. Ted is a strong supporter of learning through practice and can often be found answering questions about pandas on Stack Overflow.
Table of Contents
- Pandas Foundations
- Essential DataFrame Operations
- Beginning Data Analysis
- Selecting Subsets of Data
- Boolean Indexing
- Index Alignment
- Grouping for Aggregation, Filtration and Transformation
- Restructuring Data into Tidy Form
- Joining multiple pandas objects
- Time Series
- Visualization