书籍 Python Data Science Handbook的封面

Python Data Science Handbook

Jake VanderPlas

出版时间

2016-06-25

ISBN

9781491912058

评分

★★★★★
书籍介绍
For many researchers, Python is a first-class tool mainly because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the Python Data Science Handbook do you get them all-IPython, NumPy, Pandas, Matplotlib, Scikit-Learn, and other related tools. Working scientists and data crunchers familiar with reading and writing Python code will find this comprehensive desk reference ideal for tackling day-to-day issues: manipulating, transforming, and cleaning data; visualizing different types of data; and using data to build statistical or machine learning models. Quite simply, this is the must-have reference for scientific computing in Python. With this handbook, you'll learn how to use: IPython and Jupyter: provide computational environments for data scientists using Python NumPy: includes the ndarray for efficient storage and manipulation of dense data arrays in Python Pandas: features the DataFrame for efficient storage and manipulation of labeled/columnar data in Python Matplotlib: includes capabilities for a flexible range of data visualizations in Python Scikit-Learn: for efficient and clean Python implementations of the most important and established machine learning algorithms
用户评论
好书,而且免费。
比 Google 和看文档快点
比Mckinney那本更适合做工具书
前四章重新看了遍 发现不少初期学的时候没注意的小技巧、、第五章作为ml的简单入门也是写的很易懂了、、
比 Python for data analysis 那本好啊
实践有余而理论不足 对数据处理来说很全能了,知识范围面很广 基于sklearn模块编写 感觉灵活性差些
Great toolbox!
conceptions in this version are moreorless clearer than the Chinese translation version. suitable for beginners. But better to use together with the documents of numpy and pandas. some operations used in the book are deprecated now.
Nunpy, Pandas, Matplotlib三剑客,讲的挺清楚。
basic python reference for numpy, pandas, matplotlib; introduction to machine learning with sklearn
Z-Library