mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Reordered README sections.
This commit is contained in:
parent
a93f599a9b
commit
81660c59d1
52
README.md
52
README.md
|
@ -3,6 +3,32 @@
|
||||||
# ipython-data-notebooks
|
# ipython-data-notebooks
|
||||||
Continually updated IPython Data Science Notebooks geared towards processing big data (AWS, Spark, Hadoop, Linux command line, Python, NumPy, pandas, matplotlib, SciPy, scikit-learn, Kaggle).
|
Continually updated IPython Data Science Notebooks geared towards processing big data (AWS, Spark, Hadoop, Linux command line, Python, NumPy, pandas, matplotlib, SciPy, scikit-learn, Kaggle).
|
||||||
|
|
||||||
|
## kaggle
|
||||||
|
|
||||||
|
IPython Notebooks used in [kaggle](https://www.kaggle.com/) competitions.
|
||||||
|
|
||||||
|
* [titanic](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/kaggle/titanic.ipynb)
|
||||||
|
|
||||||
|
## aws
|
||||||
|
|
||||||
|
IPython Notebooks demonstrating Amazon Web Services functionality.
|
||||||
|
|
||||||
|
* [aws commands index](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb)
|
||||||
|
* [s3cmd](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#s3cmd)
|
||||||
|
* [s3-parallel-put](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#s3-parallel-put)
|
||||||
|
* [s3distcp](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#s3distcp)
|
||||||
|
* [mrjob](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#mrjob)
|
||||||
|
* [redshift](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#redshift)
|
||||||
|
* [kinesis](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#kinesis)
|
||||||
|
* [lambda](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#lambda)
|
||||||
|
|
||||||
|
## spark
|
||||||
|
|
||||||
|
IPython Notebooks demonstrating spark and HDFS functionality.
|
||||||
|
|
||||||
|
* [spark](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/spark/spark.ipynb)
|
||||||
|
* [hdfs](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/spark/hdfs.ipynb)
|
||||||
|
|
||||||
## python-core
|
## python-core
|
||||||
|
|
||||||
IPython Notebooks demonstrating core Python functionality geared towards data analysis.
|
IPython Notebooks demonstrating core Python functionality geared towards data analysis.
|
||||||
|
@ -21,26 +47,6 @@ IPython Notebooks demonstrating pandas functionality.
|
||||||
* [pandas io](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/pandas/pandas_io.ipynb)
|
* [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)
|
* [pandas cleaning](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/pandas/pandas_clean.ipynb)
|
||||||
|
|
||||||
## aws
|
|
||||||
|
|
||||||
IPython Notebooks demonstrating Amazon Web Services functionality.
|
|
||||||
|
|
||||||
* [aws commands index](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb)
|
|
||||||
* [s3cmd](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#s3cmd)
|
|
||||||
* [s3-parallel-put](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#s3-parallel-put)
|
|
||||||
* [s3distcp](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#s3distcp)
|
|
||||||
* [mrjob](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#mrjob)
|
|
||||||
* [redshift](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#redshift)
|
|
||||||
* [kinesis](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#kinesis)
|
|
||||||
* [lambda](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#lambda)
|
|
||||||
|
|
||||||
## spark
|
|
||||||
|
|
||||||
IPython Notebooks demonstrating spark and HDFS functionality.
|
|
||||||
|
|
||||||
* [hdfs](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/spark/hdfs.ipynb)
|
|
||||||
* [spark](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/spark/spark.ipynb)
|
|
||||||
|
|
||||||
## commands
|
## commands
|
||||||
|
|
||||||
IPython Notebooks demonstrating various command lines for Linux, Git, etc.
|
IPython Notebooks demonstrating various command lines for Linux, Git, etc.
|
||||||
|
@ -52,12 +58,6 @@ IPython Notebooks demonstrating various command lines for Linux, Git, etc.
|
||||||
* [ruby](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#ruby)
|
* [ruby](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#ruby)
|
||||||
* [jekyll](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#jekyll)
|
* [jekyll](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#jekyll)
|
||||||
|
|
||||||
## kaggle
|
|
||||||
|
|
||||||
IPython Notebooks used in [kaggle](https://www.kaggle.com/) competitions.
|
|
||||||
|
|
||||||
* [titanic](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/kaggle/titanic.ipynb)
|
|
||||||
|
|
||||||
## matplotlib
|
## matplotlib
|
||||||
|
|
||||||
[Coming Soon] IPython Notebooks demonstrating matplotlib functionality.
|
[Coming Soon] IPython Notebooks demonstrating matplotlib functionality.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user