You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/tutorials.rst
+35-16Lines changed: 35 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -9,52 +9,52 @@ This is a guide to many pandas tutorials, geared mainly for new users.
9
9
Internal Guides
10
10
---------------
11
11
12
-
pandas own :ref:`10 Minutes to pandas<10min>`
12
+
pandas' own :ref:`10 Minutes to pandas<10min>`.
13
13
14
-
More complex recipes are in the :ref:`Cookbook<cookbook>`
14
+
More complex recipes are in the :ref:`Cookbook<cookbook>`.
15
15
16
16
pandas Cookbook
17
17
---------------
18
18
19
-
The goal of this cookbook (by `Julia Evans <http://jvns.ca>`_) is to
19
+
The goal of this 2015 cookbook (by `Julia Evans <http://jvns.ca>`_) is to
20
20
give you some concrete examples for getting started with pandas. These
21
21
are examples with real-world data, and all the bugs and weirdness that
22
22
entails.
23
23
24
-
Here are links to the v0.1 release. For an up-to-date table of contents, see the `pandas-cookbook GitHub
24
+
Here are links to the v0.2 release. For an up-to-date table of contents, see the `pandas-cookbook GitHub
25
25
repository <http://github.com/jvns/pandas-cookbook>`_. To run the examples in this tutorial, you'll need to
26
26
clone the GitHub repository and get IPython Notebook running.
27
27
See `How to use this cookbook <https://github.com/jvns/pandas-cookbook#how-to-use-this-cookbook>`_.
28
28
29
-
- `A quick tour of the IPython Notebook: <http://nbviewer.ipython.org/github/jvns/pandas-cookbook/blob/v0.1/cookbook/A%20quick%20tour%20of%20IPython%20Notebook.ipynb>`_
29
+
- `A quick tour of the IPython Notebook: <http://nbviewer.ipython.org/github/jvns/pandas-cookbook/blob/v0.2/cookbook/A%20quick%20tour%20of%20IPython%20Notebook.ipynb>`_
30
30
Shows off IPython's awesome tab completion and magic functions.
0 commit comments