mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Added matplotlib IPython Notebook to README. Tweaked section ordering. Changed Notebook to Notebook(s).
This commit is contained in:
parent
0069e10997
commit
2a672bf6b6
40
README.md
40
README.md
|
@ -12,7 +12,7 @@ Continually updated IPython Data Science Notebooks geared towards processing big
|
|||
|
||||
## kaggle
|
||||
|
||||
IPython Notebooks used in [kaggle](https://www.kaggle.com/) competitions.
|
||||
IPython Notebook(s) used in [kaggle](https://www.kaggle.com/) competitions.
|
||||
|
||||
| Notebook | Description |
|
||||
|-------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
|
||||
|
@ -25,7 +25,7 @@ IPython Notebooks used in [kaggle](https://www.kaggle.com/) competitions.
|
|||
|
||||
## spark
|
||||
|
||||
IPython Notebooks demonstrating spark and HDFS functionality.
|
||||
IPython Notebook(s) demonstrating spark and HDFS functionality.
|
||||
|
||||
| Notebook | Description |
|
||||
|--------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|
@ -39,7 +39,7 @@ IPython Notebooks demonstrating spark and HDFS functionality.
|
|||
|
||||
## aws
|
||||
|
||||
IPython Notebooks demonstrating Amazon Web Services functionality.
|
||||
IPython Notebook(s) demonstrating Amazon Web Services functionality.
|
||||
|
||||
| Notebook | Description |
|
||||
|------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|
@ -58,7 +58,7 @@ IPython Notebooks demonstrating Amazon Web Services functionality.
|
|||
|
||||
## python-core
|
||||
|
||||
IPython Notebooks demonstrating core Python functionality geared towards data analysis.
|
||||
IPython Notebook(s) demonstrating core Python functionality geared towards data analysis.
|
||||
|
||||
| Notebook | Description |
|
||||
|-----------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|
|
||||
|
@ -75,7 +75,7 @@ IPython Notebooks demonstrating core Python functionality geared towards data an
|
|||
|
||||
## pandas
|
||||
|
||||
IPython Notebooks demonstrating pandas functionality.
|
||||
IPython Notebook(s) demonstrating pandas functionality.
|
||||
|
||||
| Notebook | Description |
|
||||
|--------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|
@ -83,6 +83,19 @@ 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. |
|
||||
|
||||
<br/>
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/matplotlib.png">
|
||||
</p>
|
||||
|
||||
## matplotlib
|
||||
|
||||
IPython Notebook(s) demonstrating matplotlib functionality.
|
||||
|
||||
| Notebook | Description |
|
||||
|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| [matplotlib](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/matplotlib/matplotlib.ipynb) | Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. |
|
||||
|
||||
<br/>
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/commands.png">
|
||||
|
@ -90,7 +103,7 @@ IPython Notebooks demonstrating pandas functionality.
|
|||
|
||||
## commands
|
||||
|
||||
IPython Notebooks demonstrating various command lines for Linux, Git, etc.
|
||||
IPython Notebook(s) demonstrating various command lines for Linux, Git, etc.
|
||||
|
||||
| Notebook | Description |
|
||||
|--------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|
@ -101,15 +114,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) | 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. |
|
||||
|
||||
<br/>
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/matplotlib.png">
|
||||
</p>
|
||||
|
||||
## matplotlib
|
||||
|
||||
[Coming Soon] IPython Notebooks demonstrating matplotlib functionality.
|
||||
|
||||
<br/>
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/donnemartin/ipython-data-notebooks/master/images/scikitlearn.png">
|
||||
|
@ -117,7 +121,7 @@ IPython Notebooks demonstrating various command lines for Linux, Git, etc.
|
|||
|
||||
## scikit-learn
|
||||
|
||||
[Coming Soon] IPython Notebooks demonstrating scikit-learn functionality.
|
||||
[Coming Soon] IPython Notebook(s) demonstrating scikit-learn functionality.
|
||||
|
||||
<br/>
|
||||
<p align="center">
|
||||
|
@ -126,7 +130,7 @@ IPython Notebooks demonstrating various command lines for Linux, Git, etc.
|
|||
|
||||
## scipy
|
||||
|
||||
[Coming Soon] IPython Notebooks demonstrating SciPy functionality.
|
||||
[Coming Soon] IPython Notebook(s) demonstrating SciPy functionality.
|
||||
|
||||
<br/>
|
||||
<p align="center">
|
||||
|
@ -135,7 +139,7 @@ IPython Notebooks demonstrating various command lines for Linux, Git, etc.
|
|||
|
||||
## numpy
|
||||
|
||||
[Coming Soon] IPython Notebooks demonstrating NumPy functionality.
|
||||
[Coming Soon] IPython Notebook(s) demonstrating NumPy functionality.
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user