File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,23 @@ The :ref:`indexing <indexing>` docs.
34
34
35
35
`Boolean Rows Indexing
36
36
<http://stackoverflow.com/questions/14725068/pandas-using-row-labels-in-boolean-indexing> `__
37
+ Indexing using both row labels and conditionals
37
38
38
39
`Using loc and iloc in selections
39
40
<https://github.com/pydata/pandas/issues/2904> `__
41
+ Use loc for label-oriented slicing and iloc positional slicing
40
42
41
43
`Extending a panel along the minor axis
42
44
<http://stackoverflow.com/questions/15364050/extending-a-pandas-panel-frame-along-the-minor-axis> `__
45
+ Extend a panel frame by transposing, adding a new dimension, and transposing back to the original dimensions
43
46
44
47
`Boolean masking in a panel
45
48
<http://stackoverflow.com/questions/14650341/boolean-mask-in-pandas-panel> `__
49
+ Mask a panel by using ``np.where `` and then reconstructing the panel with the new masked values
46
50
47
51
`Selecting via the complement
48
52
<http://stackoverflow.com/questions/14986510/picking-out-elements-based-on-complement-of-indices-in-python-pandas> `__
53
+ ``~ `` can be used to take the complement of a boolean array
49
54
50
55
.. _cookbook.multi_index :
51
56
You can’t perform that action at this time.
0 commit comments