From b41ba644bec0aa2950c7f89abaaedd36b3f0b750 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 4 Apr 2015 09:31:24 -0400 Subject: [PATCH] Tweaked whitespace. --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 722cb13..c6b4225 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ # ipython-data-notebooks Continually updated IPython Data Science Notebooks geared towards processing big data (AWS, Spark, Hadoop MapReduce, HDFS, Linux command line, Python, NumPy, pandas, matplotlib, SciPy, scikit-learn, Kaggle). +
## kaggle -

@@ -18,9 +18,9 @@ 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) | Predicts survival on the Titanic. Demonstrates data cleaning, exploratory data analysis, and machine learning. | +
## spark -

@@ -32,9 +32,9 @@ IPython Notebooks demonstrating spark and HDFS functionality. | [spark](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/spark/spark.ipynb) | In-memory cluster computing framework, up to 100 times faster for certain applications and is well suited for machine learning algorithms. | | [hdfs](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/spark/hdfs.ipynb) | Reliably stores very large files across machines in a large cluster. | +
## aws -

@@ -51,9 +51,9 @@ IPython Notebooks demonstrating Amazon Web Services functionality. | [kinesis](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#kinesis) | Streams data in real time with the ability to process thousands of data streams per second. | | [lambda](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#lambda) | Runs code in response to events, automatically managing compute resources. | +
## python-core -

@@ -68,9 +68,9 @@ IPython Notebooks demonstrating core Python functionality geared towards data an | [datetime](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/python-core/datetime.ipynb) | Datetime, strftime, strptime, timedelta. | | [unit tests](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/python-core/unit_tests.ipynb) | Nose unit tests. | +
## pandas -

@@ -83,9 +83,9 @@ IPython Notebooks demonstrating pandas functionality. | [pandas io](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/pandas/pandas_io.ipynb) | Input and output operations. | | [pandas cleaning](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/pandas/pandas_clean.ipynb) | Data wrangling operations. | +
## commands -

@@ -101,42 +101,43 @@ 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) | Used to interact with the AWS command line and for Jekyll, a blog framework that can be hosted on GitHub Pages. | | [jekyll](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#jekyll) | Simple, blog-aware, static site generator for personal, project, or organization sites. Renders Markdown or Textile and Liquid templates, and produces a complete, static website ready to be served by Apache HTTP Server, Nginx or another web server. | +
## matplotlib -

[Coming Soon] IPython Notebooks demonstrating matplotlib functionality. +
## scikit-learn -

[Coming Soon] IPython Notebooks demonstrating scikit-learn functionality. +
## scipy -

[Coming Soon] IPython Notebooks demonstrating SciPy functionality. +
## numpy -

[Coming Soon] IPython Notebooks demonstrating NumPy functionality. +
## License Copyright 2014 Donne Martin