图书标签: Python 数据分析 python大数据分析 Python基础教程 计算机 编程 python python培训
发表于2024-06-23
Python for Data Analysis pdf epub mobi txt 电子书 下载 2024
这本书主要是用 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 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的定量分析师。
主要是介绍包
评分例子非常实用,刚开始干活的时候很多事情照着上面做就行了。
评分其实算是围绕pandas的一些具体实例应用说明 https://www.kaggle.com/nookki/python-for-analysis/notebook https://github.com/wesm/pybook
评分非常详尽的工具书
评分入门
這本書的作者是 Pandas 模塊的開發者。整本書裏的內容基本上也都是圍繞着 Pandas 這個 Python 的數據分析模塊展開的。中間還夾雜了 Numpy 和 Scipy 的一些科學計算功能的介紹。 整本書比較工具化,看書名就知道。主要介紹的是數據分析時怎麼運用Python。所以如果你期望看到一...
评分一年前看过这本书,当时我还是一个Python小白,因为没有编程基础,连基本的语法都不会。所以最开始看这本书,就在第二章Ipython编译器这里卡了很久。在网上搜索各种信息后,安装了Anaconda3和jupyter notebook后,算是可以实现书的程序了。 然而,在第一章里就有部分语法是不...
评分pandas主要基于numpy.ndarray构造了更高级的Series和DataFrame数据结构。这本书主要就是说明基于这两种数据结构的API用法。这些API主要是对原本numpy操作的补充。行列Index在DataFrame的加强对于各种数据逻辑操作帮助比较大。对pyplot的绘图函数也和两种数据结构绑定的很好。越...
评分书的内容不错,很适合做量化建模工具书,但是这个翻译真是不敢恭维,有些地方翻译的语句不通,有些地方直接译错了,比如刚才看到第220页写的“通常,我们不会使用DataFrame中一个或多个列作为行索引”,感觉这话说反了,看了一下英文原版电子版,原文是“It‘s not unusual to ...
Python for Data Analysis pdf epub mobi txt 电子书 下载 2024