Python数据科学手册

所属分类:其他
开发工具:Python
文件大小:48241KB
下载次数:3
上传日期:2020-07-21 09:25:31
上 传 者zby0904010
说明:  python数据科学手册PDF+源代码,非常好的学习数据科学的资料,建议下载学习。
(Python Data Science Handbook)

文件列表:
Python数据科学手册\Python Data Science Handbook.pdf (22321280, 2019-10-10)
PythonDataScienceHandbook-master\LICENSE-CODE (1083, 2017-11-13)
PythonDataScienceHandbook-master\LICENSE-TEXT (18650, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\00.00-Preface.ipynb (13353, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\01.00-IPython-Beyond-Normal-Python.ipynb (7834, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\01.01-Help-And-Documentation.ipynb (14784, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\01.02-Shell-Keyboard-Shortcuts.ipynb (9952, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\01.03-Magic-Commands.ipynb (9289, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\01.04-Input-Output-History.ipynb (8471, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\01.05-IPython-And-Shell-Commands.ipynb (10908, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\01.06-Errors-and-Debugging.ipynb (20591, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\01.07-Timing-and-Profiling.ipynb (18662, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\01.08-More-IPython-Resources.ipynb (4965, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\02.00-Introduction-to-NumPy.ipynb (6924, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\02.01-Understanding-Data-Types.ipynb (23253, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\02.02-The-Basics-Of-NumPy-Arrays.ipynb (32845, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\02.03-Computation-on-arrays-ufuncs.ipynb (31400, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\02.04-Computation-on-arrays-aggregates.ipynb (30638, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\02.05-Computation-on-arrays-broadcasting.ipynb (101551, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\02.06-Boolean-Arrays-and-Masks.ipynb (40504, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\02.07-Fancy-Indexing.ipynb (62360, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\02.08-Sorting.ipynb (61603, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\02.09-Structured-Data-NumPy.ipynb (16591, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\03.00-Introduction-to-Pandas.ipynb (6409, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\03.01-Introducing-Pandas-Objects.ipynb (39448, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\03.02-Data-Indexing-and-Selection.ipynb (40650, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\03.03-Operations-in-Pandas.ipynb (26937, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\03.04-Missing-Values.ipynb (36784, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\03.05-Hierarchical-Indexing.ipynb (75566, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\03.06-Concat-And-Append.ipynb (46838, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\03.07-Merge-and-Join.ipynb (106767, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\03.08-Aggregation-and-Grouping.ipynb (78597, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\03.09-Pivot-Tables.ipynb (185214, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\03.10-Working-With-Strings.ipynb (41610, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\03.11-Working-with-Time-Series.ipynb (677834, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\03.12-Performance-Eval-and-Query.ipynb (30486, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\03.13-Further-Resources.ipynb (4405, 2017-11-13)
PythonDataScienceHandbook-master\notebooks\04.00-Introduction-To-Matplotlib.ipynb (100509, 2017-11-13)
... ...

# Python Data Science Handbook [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/jakevdp/PythonDataScienceHandbook/master?filepath=notebooks%2FIndex.ipynb) This repository contains the entire [Python Data Science Handbook](http://shop.oreilly.com/product/0636920034919.do), in the form of (free!) Jupyter notebooks. ![cover image](notebooks/figures/PDSH-cover.png) ## How to Use this Book - Read the book in its entirety online at https://jakevdp.github.io/PythonDataScienceHandbook/ - Run the code using the Jupyter notebooks available in this repository's [notebooks](notebooks) directory. - Launch a live notebook server with these notebooks using [binder](https://beta.mybinder.org/): [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/jakevdp/PythonDataScienceHandbook/master?filepath=notebooks%2FIndex.ipynb) - Buy the printed book through [O'Reilly Media](http://shop.oreilly.com/product/0636920034919.do) ## About The book was written and tested with Python 3.5, though other Python versions (including Python 2.7) should work in nearly all cases. The book introduces the core libraries essential for working with data in Python: particularly [IPython](http://ipython.org), [NumPy](http://numpy.org), [Pandas](http://pandas.pydata.org), [Matplotlib](http://matplotlib.org), [Scikit-Learn](http://scikit-learn.org), and related packages. Familiarity with Python as a language is assumed; if you need a quick introduction to the language itself, see the free companion project, [A Whirlwind Tour of Python](https://github.com/jakevdp/WhirlwindTourOfPython): it's a fast-paced introduction to the Python language aimed at researchers and scientists. See [Index.ipynb](http://nbviewer.jupyter.org/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb) for an index of the notebooks available to accompany the text. ## Software The code in the book was tested with Python 3.5, though most (but not all) will also work correctly with Python 2.7 and other older Python versions. The packages I used to run the code in the book are listed in [requirements.txt](requirements.txt) (Note that some of these exact version numbers may not be available on your platform: you may have to tweak them for your own use). To install the requirements using [conda](http://conda.pydata.org), run the following at the command-line: ``` $ conda install --file requirements.txt ``` To create a stand-alone environment named ``PDSH`` with Python 3.5 and all the required package versions, run the following: ``` $ conda create -n PDSH python=3.5 --file requirements.txt ``` You can read more about using conda environments in the [Managing Environments](http://conda.pydata.org/docs/using/envs.html) section of the conda documentation. ## License ### Code The code in this repository, including all code samples in the notebooks listed above, is released under the [MIT license](LICENSE-CODE). Read more at the [Open Source Initiative](https://opensource.org/licenses/MIT). ### Text The text content of the book is released under the [CC-BY-NC-ND license](LICENSE-TEXT). Read more at [Creative Commons](https://creativecommons.org/licenses/by-nc-nd/3.0/us/legalcode).

近期下载者

相关文件


收藏者