mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Moved section images to below section text headers.
This commit is contained in:
parent
6e2c1fd5d2
commit
3d2d550852
40
README.md
40
README.md
|
@ -5,26 +5,26 @@
|
||||||
# ipython-data-notebooks
|
# 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).
|
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
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/kaggle.png">
|
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/kaggle.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## kaggle
|
|
||||||
|
|
||||||
IPython Notebooks used in [kaggle](https://www.kaggle.com/) competitions.
|
IPython Notebooks used in [kaggle](https://www.kaggle.com/) competitions.
|
||||||
|
|
||||||
| Notebook | Description |
|
| Notebook | Description |
|
||||||
|-------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
|
||||||
| [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. |
|
| [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
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/spark.png">
|
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/spark.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## spark
|
|
||||||
|
|
||||||
IPython Notebooks demonstrating spark and HDFS functionality.
|
IPython Notebooks demonstrating spark and HDFS functionality.
|
||||||
|
|
||||||
| Notebook | Description |
|
| Notebook | Description |
|
||||||
|
@ -32,13 +32,13 @@ 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. |
|
| [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. |
|
| [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
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/aws.png">
|
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/aws.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## aws
|
|
||||||
|
|
||||||
IPython Notebooks demonstrating Amazon Web Services functionality.
|
IPython Notebooks demonstrating Amazon Web Services functionality.
|
||||||
|
|
||||||
| Notebook | Description |
|
| Notebook | Description |
|
||||||
|
@ -51,13 +51,13 @@ 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. |
|
| [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. |
|
| [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
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/python.png">
|
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/python.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## python-core
|
|
||||||
|
|
||||||
IPython Notebooks demonstrating core Python functionality geared towards data analysis.
|
IPython Notebooks demonstrating core Python functionality geared towards data analysis.
|
||||||
|
|
||||||
| Notebook | Description |
|
| Notebook | Description |
|
||||||
|
@ -68,13 +68,13 @@ 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. |
|
| [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. |
|
| [unit tests](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/python-core/unit_tests.ipynb) | Nose unit tests. |
|
||||||
|
|
||||||
|
## pandas
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/pandas.png">
|
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/pandas.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## pandas
|
|
||||||
|
|
||||||
IPython Notebooks demonstrating pandas functionality.
|
IPython Notebooks demonstrating pandas functionality.
|
||||||
|
|
||||||
| Notebook | Description |
|
| Notebook | Description |
|
||||||
|
@ -83,13 +83,13 @@ 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 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. |
|
| [pandas cleaning](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/pandas/pandas_clean.ipynb) | Data wrangling operations. |
|
||||||
|
|
||||||
|
## commands
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/commands.png">
|
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/commands.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## commands
|
|
||||||
|
|
||||||
IPython Notebooks demonstrating various command lines for Linux, Git, etc.
|
IPython Notebooks demonstrating various command lines for Linux, Git, etc.
|
||||||
|
|
||||||
| Notebook | Description |
|
| Notebook | Description |
|
||||||
|
@ -101,40 +101,40 @@ 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. |
|
| [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. |
|
| [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
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/matplotlib.png">
|
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/matplotlib.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## matplotlib
|
|
||||||
|
|
||||||
[Coming Soon] IPython Notebooks demonstrating matplotlib functionality.
|
[Coming Soon] IPython Notebooks demonstrating matplotlib functionality.
|
||||||
|
|
||||||
|
## scikit-learn
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/scikitlearn.png">
|
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/scikitlearn.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## scikit-learn
|
|
||||||
|
|
||||||
[Coming Soon] IPython Notebooks demonstrating scikit-learn functionality.
|
[Coming Soon] IPython Notebooks demonstrating scikit-learn functionality.
|
||||||
|
|
||||||
|
## scipy
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/scipy.png">
|
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/scipy.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## scipy
|
|
||||||
|
|
||||||
[Coming Soon] IPython Notebooks demonstrating SciPy functionality.
|
[Coming Soon] IPython Notebooks demonstrating SciPy functionality.
|
||||||
|
|
||||||
|
## numpy
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/numpy.png">
|
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/numpy.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## numpy
|
|
||||||
|
|
||||||
[Coming Soon] IPython Notebooks demonstrating NumPy functionality.
|
[Coming Soon] IPython Notebooks demonstrating NumPy functionality.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in New Issue
Block a user