Skip to content

Commit 5a54195

Browse files
committed
DOC: more cook examples
1 parent c682aa6 commit 5a54195

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

doc/source/cookbook.rst

+15-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,24 @@ Selection
3030
`Extending a panel along the minor axis
3131
<http://stackoverflow.com/questions/15364050/extending-a-pandas-panel-frame-along-the-minor-axis>`__
3232

33+
`Using loc and iloc in selections
34+
<https://github.com/pydata/pandas/issues/2904>`__
35+
36+
MultiIndexing
37+
-------------
38+
3339
`Prepending a level to a multiindex
3440
<http://stackoverflow.com/questions/14744068/prepend-a-level-to-a-pandas-multiindex>`__
3541

42+
`Slicing a multi-index with xs
43+
<http://stackoverflow.com/questions/12590131/how-to-slice-multindex-columns-in-pandas-dataframes>`__
44+
45+
`Multi-index sorting
46+
<http://stackoverflow.com/questions/14733871/mutli-index-sorting-in-pandas>`__
47+
48+
`Partial Selection, the need for sortedness
49+
<https://github.com/pydata/pandas/issues/2995>`__
50+
3651
Grouping
3752
--------
3853

@@ -81,5 +96,3 @@ HDF5
8196
Miscellaneous
8297
-------------
8398

84-
`Multi-index sorting
85-
<http://stackoverflow.com/questions/14733871/mutli-index-sorting-in-pandas>`__

0 commit comments

Comments
 (0)