Python for Data Analysis - Wesly McKinney

Python for Data Analysis

Wesly McKinney

出版时间

2013-06-15

ISBN

9781549329784

评分

★★★★★
书籍介绍

这本书主要是用 pandas 连接 SciPy 和 NumPy,用pandas做数据处理是Pycon2012上一个很热门的话题。另一个功能强大的东西是Sage,它将很多开源的软件集成到统一的 Python 接口。

Python for Data Analysis is concerned with the nuts and bolts of manipulating, processing, cleaning, and crunching data in Python. It is also a practical, modern introduction to scientific computing in Python, tailored for data-intensive applications. This is a book about the parts of the Python language and libraries you’ll need to effectively solve a broad set of data analysis problems. This book is not an exposition on analytical methods using Python as the implementation language.

Written by Wes McKinney, the main author of the pandas library, this hands-on book is packed with practical cases studies. It’s ideal for analysts new to Python and for Python programmers new to scientific computing.

Use the IPython interactive shell as your primary development environment

Learn basic and advanced NumPy (Numerical Python) features

Get started with data analysis tools in the pandas library

Use high-performance tools to load, clean, transform, merge, and reshape data

Create scatter plots and static or interactive visualizations with matplotlib

Apply the pandas groupby facility to slice, dice, and summarize datasets

Measure data by points in time, whether it’s specific instances, fixed periods, or intervals

Learn how to solve problems in web analytics, social sciences, finance, and economics, through detailed examples

Wes McKinney 资深数据分析专家,对各种Python库(包括NumPy、pandas、matplotlib以及IPython等)等都有深入研究,并在大量的实践中积累了丰富的经验。撰写了大量与Python数据分析相关的经典文章,被各大技术社区争相转载,是Python和开源技术社区公认的权威人物之一。开发了用于数据分析的著名开源Python库——pandas,广获用户好评。在创建Lambda Foundry(一家致力于企业数据分析的公司)之前,他曾是AQR Capital Management的定量分析师。

目录
Chapter 1 Preliminaries
What Is This Book About?
Why Python for Data Analysis?
Essential Python Libraries
Installation and Setup

显示全部
用户评论
pandas之父写的,可以作为reference
入门级SOP合集
人生苦短, 我学python。 好书, 入门以后的中阶读物? 最主要的是实践中很多用得上
例子非常实用,刚开始干活的时候很多事情照着上面做就行了。
pandas更新的速度太快了,不如看文档来得实在
最近又在翻阅,还是很喜欢。
用Python 3.6的我哭晕在角落..
其实算是围绕pandas的一些具体实例应用说明 https://www.kaggle.com/nookki/python-for-data-analysis/notebook https://github.com/wesm/pydata-book
收藏