2015-01-27 03:10:37 +08:00
# ipython-data-notebooks
2015-03-01 07:28:50 +08:00
IPython Notebooks geared towards Python data analysis (core Python, NumPy, pandas, matplotlib, SciPy, scikit-learn, aws, spark, command line).
2015-01-24 19:55:05 +08:00
2015-03-01 01:48:47 +08:00
## python-core
2015-01-24 19:55:05 +08:00
2015-02-16 06:56:06 +08:00
IPython Notebooks demonstrating core Python functionality geared towards data analysis.
2015-01-25 02:32:17 +08:00
2015-03-01 01:48:47 +08:00
* [data structures ](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/python-core/structs.ipynb )
* [data structure utilities ](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/python-core/structs_utils.ipynb )
* [functions ](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/python-core/functions.ipynb )
* [datetime ](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/python-core/datetime.ipynb )
* [unit tests ](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/python-core/unit_tests.ipynb )
2015-01-24 19:55:05 +08:00
## pandas
2015-02-16 06:56:06 +08:00
IPython Notebooks demonstrating pandas functionality.
2015-01-28 08:22:37 +08:00
* [pandas ](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/pandas/pandas.ipynb )
2015-02-16 06:56:06 +08:00
* [pandas io ](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/pandas/pandas_io.ipynb )
* [pandas cleaning ](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/pandas/pandas_clean.ipynb )
2015-03-01 02:03:06 +08:00
## aws
IPython Notebooks demonstrating Amazon Web Services functionality.
* [aws ](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb )
2015-03-01 01:44:56 +08:00
## spark
IPython Notebooks demonstrating spark and HDFS functionality.
* [hdfs ](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/spark/hdfs.ipynb )
## commands
2015-03-01 07:28:50 +08:00
IPython Notebooks demonstrating various command lines for Linux, Git, etc.
2015-03-01 01:44:56 +08:00
2015-03-01 07:28:50 +08:00
* [linux ](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/linux.ipynb )
* [git ](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/git.ipynb )
* [jekyll ](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/jekyll.ipynb )
2015-03-01 01:44:56 +08:00
2015-01-24 19:55:05 +08:00
## matplotlib
2015-01-26 22:15:12 +08:00
[Coming Soon] IPython Notebooks demonstrating matplotlib functionality.
## scikit-learn
[Coming Soon] IPython Notebooks demonstrating scikit-learn functionality.
2015-01-24 19:55:05 +08:00
## scipy
2015-01-26 22:15:12 +08:00
[Coming Soon] IPython Notebooks demonstrating SciPy functionality.
2015-01-24 05:07:56 +08:00
2015-01-28 08:22:37 +08:00
## numpy
[Coming Soon] IPython Notebooks demonstrating NumPy functionality.
2015-02-06 21:28:25 +08:00
## References
2015-02-18 19:25:08 +08:00
* [Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython ](http://www.amazon.com/Python-Data-Analysis-Wrangling-IPython/dp/1449319793 )
* [Building Machine Learning Systems with Python ](http://www.amazon.com/Building-Machine-Learning-Systems-Python/dp/1782161406 )
* [Think Bayes ](http://www.amazon.com/Think-Bayes-Allen-B-Downey/dp/1449370780 )
* [Think Stats ](http://www.amazon.com/Think-Stats-Allen-B-Downey/dp/1449307116 )
2015-02-06 21:28:25 +08:00
2015-03-01 07:28:50 +08:00
## License
2015-01-24 05:07:56 +08:00
Copyright 2014 Donne Martin
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
2015-03-01 02:03:06 +08:00
limitations under the License.