Python中文网

编程书籍推荐:Python数据分析(影印版) [Python for Data Analysis],由东南大学出版社2013-05-01月出版,本书发行作者信息: [美] 麦金尼(Wes McKinney) 编此次为第1次发行, 国际标准书号为:9787564142049,品牌为南京东南大学出版社, 这本书采用平装开本为16开,附件信息:未知,纸张采为胶版纸,全书共有452页字数57万 8000字,值得推荐的Python Book。

此书内容摘要

你是否在寻找一本完整介绍Python操纵、处理、提取和压缩结构化数据的指南《Python数据分析(影印版)》包含了许多实例分析,通过若干个Pvthon库——包括NumPy,pandas,matplotlib和IPython——为伤:展示了如何高效地解决大量数据分析的问题。
《Python数据分析(影印版)》由Wes McKinney撰写,他是pandas库的主要作者。《Python数据分析(影印版)》也是一本具有实践性的指南,指导那些使用Python进行科学计算的数据密集型应用。它适用于刚刚开始使用Python的分析师,或者是进入科学计算领域的Python程序员。

关于此书作者

Wes McKinney,是pandas的主要作者,pandas是Python中流行的数据分析开源库。他一开始是AQR资产管理公司的量化分析师,后来创办了Lambda Foundry——一家企业数据分析公司。Wes是Python和开源社区的活跃讲师和参与者。

编辑们的推荐

使用IPytflon交互式shell作为你的主要开发环境
学习NumPy(Numerical Python)的基础和高级特性
接触pandas库中的数据分析工具
使用高性能工具来加载、抽取、转换、合并和改造数据
使用rrmtplotlib来创建散点图和静态或者交互式可视化数据
运用pandas的groupby功能来对数据集进行切片、切块和汇总
通过具体实例来学习如何解决web分析、社交科学、金融和经济领域的问题

Python数据分析(影印版) [Python for Data Analysis]图书的目录

Preface
1. Preliminaries
What Is This Book About?
Why Python for Data Analysis?
Python as Glue
Solving the "Two-Language" Problem
Why Not Python?
Essential Python Libraries
NumPy
pandas
matplotlib
IPython
SciPy
Installation and Setup
Windows
Apple OS X
GNU/Linux
Python 2 and Python 3
Integrated Development Environments (IDEs)
Community and Conferences
Navigating This Book
Code Examples
Data for Examples
Import Conventions
Jargon
Acknowledgements

2. Introductory Examples
1.usa.gov data from bit.ly
Counting Time Zones in Pure Python
Counting Time Zones with pandas
MovieLens 1M Data Set
Measuring rating disagreement
US Baby Names 1880-2010
Analyzing Naming Trends
Conclusions and The Path Ahead

3. IPython: An Interactive Computing and Development Environment
IPython Basics
Tab Completion
Introspection
The %run Command
Executing Code from the Clipboard
Keyboard Shortcuts
Exceptions and Tracebacks
Magic Commands
Qt-based Rich GUI Console
Matplotlib Integration and Pylab Mode
Using the Command History
Searching and Reusing the Command History
Input and Output Variables
Logging the Input and Output
Interacting with the Operating System
Shell Commands and Aliases
Directory Bookmark System
Software Development Tools
Interactive Debugger
Timing Code: %time and %timeit
Basic Profiling: %prun and %run-p
Profiling a Function Line-by-Line
IPython HTML Notebook
Tips for Productive Code Development Using IPython
Reloading Module Dependencies
Code Design Tips
Advanced IPython Features
Making Your Own Classes IPython-friendly
Profiles and Configuration
Credits

4. NumPy Basics: Arrays and Vectorized Computation
The NumPy ndarray: A Multidimensional Array Object
Creating ndarrays
Data Types for ndarrays
……

5.Gettinq Started with pandas
6.Data Loading,Storage,and File Formats
7.Data Wrangling:Clean t Transform l Merge t Reshape
8.Plotting and Visualization.
9.Data Aggregation and Group Operations
10.Time Series
11.Financial and Economic Data Applications
12.Advanced NumPy
Appendix:Python Language Essentials
Index

部分内容试读

暂无.

关于此书评价

“科学和数据分析领域已经等了这本书好几年了:具有具体的实用建议以及如何聚沙成塔的见解。它应该会成为接下来若干年里Pyttlon科学计算方面的经典参考资料。”
——Fernando Perez UC Berkeley大学的助理研究员,也是IPython的原创作者之一

书摘内容

暂无.

Python数据分析(影印版) [Python for Data Analysis]最新最全的试读、书评、目录、简介信息由Python中文网整理提供。

上一篇:没有了

下一篇:Python大学教程