mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Added data structures utilities IPython Notebook. Tweaked repo description and core description.
This commit is contained in:
parent
beca89c977
commit
74d38103cc
|
@ -1,13 +1,14 @@
|
||||||
# pydatanotebooks
|
# pydatanotebooks
|
||||||
Python data analysis IPython Notebooks (core Python, NumPy, pandas, matplotlib, SciPy).
|
Python data analysis IPython Notebooks (core Python, NumPy, pandas, matplotlib, SciPy). Geared towards data anaysis.
|
||||||
|
|
||||||
## core
|
## core
|
||||||
|
|
||||||
Data Analysis IPython Notebooks (core Python, NumPy, pandas, matplotlib, SciPy).
|
IPython Notebooks demonstrating core Python functionality geared towards data analysis.
|
||||||
|
|
||||||
* [basics](http://nbviewer.ipython.org/github/donnemartin/pydatanotebooks/blob/master/core/basics.ipynb)
|
* [basics](http://nbviewer.ipython.org/github/donnemartin/pydatanotebooks/blob/master/core/basics.ipynb)
|
||||||
* [datetime](http://nbviewer.ipython.org/github/donnemartin/pydatanotebooks/blob/master/core/datetime.ipynb)
|
* [datetime](http://nbviewer.ipython.org/github/donnemartin/pydatanotebooks/blob/master/core/datetime.ipynb)
|
||||||
* [data structures](http://nbviewer.ipython.org/github/donnemartin/pydatanotebooks/blob/master/core/structs.ipynb)
|
* [data structures](http://nbviewer.ipython.org/github/donnemartin/pydatanotebooks/blob/master/core/structs.ipynb)
|
||||||
|
* [data structures utilities](http://nbviewer.ipython.org/github/donnemartin/pydatanotebooks/blob/master/core/structs_utils.ipynb)
|
||||||
|
|
||||||
## numpy
|
## numpy
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user