Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 449ed68

Browse files
committed
增加数据分析相关资料
1 parent 88d7000 commit 449ed68

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

DataAnalysis.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Tips
2+
3+
* 资源会越来越多,不方便查找,您可以使用 `command F`来进行关键字查找
4+
5+
## Numpy
6+
7+
* [使用 Python 进行科学计算:NumPy入门](http://codingpy.com/article/an-introduction-to-numpy/)
8+
9+
## Pandas
10+
11+
* [十分钟快速入门 Pandas](http://codingpy.com/article/a-quick-intro-to-pandas/)
12+
* [Python中的结构化数据分析利器-Pandas简介](http://cloga.info/python/%E6%95%B0%E6%8D%AE%E7%A7%91%E5%AD%A6/2013/09/17/pandasintro)
13+
* [pandas 0.19.2 documentation](http://pandas.pydata.org/pandas-docs/stable/index.html#)
14+
15+
16+
## Matplotlib
17+
18+
* [十分钟入门 Matplotlib](http://codingpy.com/article/a-quick-intro-to-matplotlib/)
19+
20+
## 书籍(由浅入深)
21+
22+
* 利用 Python 进行数据分析
23+
* Python 数据分析实战【内利著、杜春晓译】
24+
*

0 commit comments

Comments
 (0)