图书标签: Python 数据分析 python大数据分析 Python基础教程 计算机 编程 python python培训
发表于2024-11-25
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 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的定量分析师。
用Python 3.6的我哭晕在角落..
评分大概扫了一遍,比较适合后面用的时候遇到问题来找解决方法,大体知道讲了什么就好
评分就着coursera的一门课翻完了。。。代码太多,有点无聊,不过还算系统。可以拿来当工具书用——
评分就着coursera的一门课翻完了。。。代码太多,有点无聊,不过还算系统。可以拿来当工具书用——
评分用Python 3.6的我哭晕在角落..
最近这一年来,一直在纠结于各种编程语言,从硕士的matlab到R,然后是perl, shell, awk和sed。最后碰到一个做生物实验的访问学者,和我说他都用python分析数据,好吧,看来python我是得必须学了。 这本书主要讲了两个东西numpy和pandas,本质上就是R的vector和dataframe。由于...
评分 评分 评分这本书是Pandas的模块作者写的书。 总的来说Python提供了很多方便,但是这种方便还是需要付出一定的学习成本的。使用Pandas可以把Python基本当作R用 用NumPy和SymPy还有SciPy把Python当作Matlab用。但是目前所有这些模块都还在开发阶段所以有很多问题需要解决,用户体验并不是...
评分1.调试轮子的时候发现,pandas由于基于numpy,有多个float数据类型(float16/float32/float64),多个float类型会被pandas认为是不同类导致无法进行后续处理,用apply方法把数据全转成字符串再转回来就行。 但是如果直接用type查看类型返回的class都是float。 不定期更新…
Python for Data Analysis pdf epub mobi txt 电子书 下载 2024