mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Updated README wth list of packages this repo will contain.
This commit is contained in:
parent
e94bebfb61
commit
0510eb997c
22
README.md
22
README.md
|
@ -1,5 +1,25 @@
|
|||
# pydatasnippets
|
||||
Python data analysis snippets (NumPy, pandas, matplotlib, SciPy)
|
||||
Python data analysis snippets and nose unit tests (core Python, NumPy, pandas, matplotlib, SciPy).
|
||||
|
||||
## core
|
||||
|
||||
Snippets and nose unit tests for core Python functionality geared towards data analysis.
|
||||
|
||||
## numpy
|
||||
|
||||
Snippets and nose unit tests for NumPy functionality geared towards data analysis. Coming soon.
|
||||
|
||||
## pandas
|
||||
|
||||
Snippets and nose unit tests for pandas functionality geared towards data analysis. Coming soon.
|
||||
|
||||
## matplotlib
|
||||
|
||||
Snippets and nose unit tests for matplotlib functionality geared towards data analysis. Coming soon.
|
||||
|
||||
## scipy
|
||||
|
||||
Snippets and nose unit tests for SciPy functionality geared towards data analysis. Coming soon.
|
||||
|
||||
##License
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user