diff --git a/README.md b/README.md index 3465d8d1..972acfa5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Table of Contents ================= -* [A quick tour of the Jupyter Notebook](https://nbviewer.org/github/jvns/pandas-cookbook/blob/master/cookbook/A%20quick%20tour%20of%20%20Notebook.ipynb) +* [A quick tour of the Jupyter Notebook](https://nbviewer.org/github/jvns/pandas-cookbook/blob/master/cookbook/A%20quick%20tour%20of%20IPython%20Notebook.ipynb)
Shows off Jupyter's awesome tab completion and magic functions. * [Chapter 1: Reading from a CSV](https://nbviewer.org/github/jvns/pandas-cookbook/blob/master/cookbook/Chapter%201%20-%20Reading%20from%20a%20CSV.ipynb)
Reading your data into pandas is pretty much the easiest thing. Even when the encoding is wrong!