|
| 1 | +# 14张速查表,带你玩转 Python 数据科学 |
| 2 | +译自 DataCamp 的速查表,有兴趣的朋友可以在这里查看[英文原版](https://www.datacamp.com/community/data-science-cheatsheets)。 |
| 3 | + |
| 4 | +欢迎扫描二维码关注我的 **呆鸟的Python数据分析** 公众号,虽然现在内容还比较少,但我会不断增加的。 |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | +一、[Python 基础系列](https://www.jianshu.com/p/4574d95755db) |
| 9 | + |
| 10 | +* [Python数据科学速查表 - Python 基础](https://github.com/jaystone776/python-data-science-cheatsheet/blob/master/Python数据科学速查表%20-%20Python%20基础.pdf) |
| 11 | + |
| 12 | + |
| 13 | +* [Python数据科学速查表 - 导入数据](https://github.com/jaystone776/python-data-science-cheatsheet/blob/master/Python数据科学速查表%20-%20导入数据.pdf) |
| 14 | + |
| 15 | + |
| 16 | +* [Python数据科学速查表 - Jupyter Notebook](https://github.com/jaystone776/python-data-science-cheatsheet/blob/master/Python%E6%95%B0%E6%8D%AE%E7%A7%91%E5%AD%A6%E9%80%9F%E6%9F%A5%E8%A1%A8%20-%20Jupyter%20Notebook.pdf) |
| 17 | + |
| 18 | + |
| 19 | +二、[数据处理系列(Numpy、Pandas 及 SciPy)](https://www.jianshu.com/p/8d51642dfa26) |
| 20 | + |
| 21 | +* [Python数据科学速查表 - Numpy 基础](https://github.com/jaystone776/python-data-science-cheatsheet/blob/master/Python数据科学速查表%20-%20Numpy%20基础.pdf) |
| 22 | + |
| 23 | + |
| 24 | +* [Python数据科学速查表 - Pandas 基础](https://github.com/jaystone776/python-data-science-cheatsheet/blob/master/Python数据科学速查表%20-%20Pandas%20基础.pdf) |
| 25 | + |
| 26 | + |
| 27 | +* [Python数据科学速查表 - Pandas 进阶](https://github.com/jaystone776/python-data-science-cheatsheet/blob/master/Python数据科学速查表%20-%20Pandas%20进阶.pdf) |
| 28 | + |
| 29 | + |
| 30 | +* [Python数据科学速查表 - SciPy](https://github.com/jaystone776/python-data-science-cheatsheet/blob/master/Python%E6%95%B0%E6%8D%AE%E7%A7%91%E5%AD%A6%E9%80%9F%E6%9F%A5%E8%A1%A8%20-%20SciPy.pdf) |
| 31 | + |
| 32 | + |
| 33 | +三、[可视化系列(Matplotlib、Bokeh、Seaborn)](https://www.jianshu.com/p/7e186d43d7f1) |
| 34 | + |
| 35 | +* [Python数据科学速查表 - Matplotlib](https://github.com/jaystone776/python-data-science-cheatsheet/blob/master/Python数据科学速查表%20-%20Matplotlib%20绘图.pdf) |
| 36 | + |
| 37 | + |
| 38 | +* [Python数据科学速查表 - Bokeh](https://github.com/jaystone776/python-data-science-cheatsheet/blob/master/Python数据科学速查表%20-%20Bokeh.pdf) |
| 39 | + |
| 40 | + |
| 41 | +* [Python数据科学速查表 - Seaborn](https://github.com/jaystone776/python-data-science-cheatsheet/blob/master/Python%E6%95%B0%E6%8D%AE%E7%A7%91%E5%AD%A6%E9%80%9F%E6%9F%A5%E8%A1%A8%20-%20Seaborn.pdf) |
| 42 | + |
| 43 | + |
| 44 | +四、[机器学习系列(Keras、Scikit-learn)](https://www.jianshu.com/p/cba49ff5fc97) |
| 45 | + |
| 46 | +* [Python数据科学速查表 - Keras](https://github.com/jaystone776/python-data-science-cheatsheet/blob/master/Python数据科学速查表%20-%20Keras.pdf) |
| 47 | + |
| 48 | + |
| 49 | +* [Python数据科学速查表 - Scikit-learn](https://github.com/jaystone776/python-data-science-cheatsheet/blob/master/Python%E6%95%B0%E6%8D%AE%E7%A7%91%E5%AD%A6%E9%80%9F%E6%9F%A5%E8%A1%A8%20-%20Scikit-Learn.pdf) |
| 50 | + |
| 51 | + |
| 52 | +五、[PySpark系列(SQL与RDD)](https://www.jianshu.com/p/7dea578c56d8) |
| 53 | + |
| 54 | +* [Python数据科学速查表 - Spark SQL 基础](https://github.com/jaystone776/python-data-science-cheatsheet/blob/master/Python%E6%95%B0%E6%8D%AE%E7%A7%91%E5%AD%A6%E9%80%9F%E6%9F%A5%E8%A1%A8%20-%20Spark%20SQL%20%E5%9F%BA%E7%A1%80.pdf) |
| 55 | + |
| 56 | + |
| 57 | +* [Python数据科学速查表 - Spark RDD 基础](https://github.com/jaystone776/python-data-science-cheatsheet/blob/master/Python%E6%95%B0%E6%8D%AE%E7%A7%91%E5%AD%A6%E9%80%9F%E6%9F%A5%E8%A1%A8%20-%20Spark%20RDD%20%E5%9F%BA%E7%A1%80.pdf) |
| 58 | + |
| 59 | + |
| 60 | +如果喜欢本文,敬请关注我的简书专题 **[呆鸟的Python数据分析](https://www.jianshu.com/c/38980843c0f2)** |
| 61 | + |
| 62 | +感谢**天善智能**的**Python爱好者社区**公众号一直以来对我的支持,这里也大力推荐,是我学习入门 Python 数据分析入门的引路者,欢迎关注! |
| 63 | + |
| 64 | + |
0 commit comments