From 5a54195ee1435cb0049722d205efe021ae8fc544 Mon Sep 17 00:00:00 2001 From: jreback Date: Thu, 14 Mar 2013 07:36:22 -0400 Subject: [PATCH] DOC: more cook examples --- doc/source/cookbook.rst | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/doc/source/cookbook.rst b/doc/source/cookbook.rst index a805496fa56ca..6f0d76f6113f8 100644 --- a/doc/source/cookbook.rst +++ b/doc/source/cookbook.rst @@ -30,9 +30,24 @@ Selection `Extending a panel along the minor axis `__ +`Using loc and iloc in selections +`__ + +MultiIndexing +------------- + `Prepending a level to a multiindex `__ +`Slicing a multi-index with xs +`__ + +`Multi-index sorting +`__ + +`Partial Selection, the need for sortedness +`__ + Grouping -------- @@ -81,5 +96,3 @@ HDF5 Miscellaneous ------------- -`Multi-index sorting -`__