From 74d38103ccf324ef1517bec8e464d21299e97bc2 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sun, 25 Jan 2015 13:44:20 -0500 Subject: [PATCH] Added data structures utilities IPython Notebook. Tweaked repo description and core description. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc3f54e..46d6427 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # 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 -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) * [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 utilities](http://nbviewer.ipython.org/github/donnemartin/pydatanotebooks/blob/master/core/structs_utils.ipynb) ## numpy