mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Updated README descriptions with new focus on IPython Notebooks. Added first IPython Notebook link.
This commit is contained in:
parent
1957222030
commit
278ac5fba6
16
README.md
16
README.md
|
@ -1,25 +1,27 @@
|
|||
# pydatasnippets
|
||||
Python data analysis snippets and nose unit tests (core Python, NumPy, pandas, matplotlib, SciPy).
|
||||
# pydatanotebooks
|
||||
Python data analysis IPython Notebooks (core Python, NumPy, pandas, matplotlib, SciPy).
|
||||
|
||||
## core
|
||||
|
||||
Snippets and nose unit tests for core Python functionality geared towards data analysis.
|
||||
IPython Notebooks demonstrating core Python functionality geared towards data analysis.
|
||||
|
||||
[dattime](http://nbviewer.ipython.org/github/donnemartin/pydatasnippets/blob/master/core/datetime.ipynb)
|
||||
|
||||
## numpy
|
||||
|
||||
Snippets and nose unit tests for NumPy functionality geared towards data analysis. Coming soon.
|
||||
IPython Notebooks demonstrating NumPy functionality geared towards data analysis. Coming soon.
|
||||
|
||||
## pandas
|
||||
|
||||
Snippets and nose unit tests for pandas functionality geared towards data analysis. Coming soon.
|
||||
IPython Notebooks demonstrating pandas functionality geared towards data analysis. Coming soon.
|
||||
|
||||
## matplotlib
|
||||
|
||||
Snippets and nose unit tests for matplotlib functionality geared towards data analysis. Coming soon.
|
||||
IPython Notebooks demonstrating matplotlib functionality geared towards data analysis. Coming soon.
|
||||
|
||||
## scipy
|
||||
|
||||
Snippets and nose unit tests for SciPy functionality geared towards data analysis. Coming soon.
|
||||
IPython Notebooks demonstrating SciPy functionality geared towards data analysis. Coming soon.
|
||||
|
||||
##License
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user