@@ -60,28 +60,27 @@ Selection
60
60
61
61
The :ref: `indexing <indexing >` docs.
62
62
63
- Indexing using both row labels and conditionals, see
64
- `here
63
+ `Indexing using both row labels and conditionals
65
64
<http://stackoverflow.com/questions/14725068/pandas-using-row-labels-in-boolean-indexing> `__
66
65
67
- Use loc for label-oriented slicing and iloc positional slicing, see
68
- ` here <https://github.com/pydata/pandas/issues/2904 >`__
66
+ ` Use loc for label-oriented slicing and iloc positional slicing
67
+ <https://github.com/pydata/pandas/issues/2904> `__
69
68
70
- Extend a panel frame by transposing, adding a new dimension, and transposing back to the original dimensions, see
71
- `here
69
+ `Extend a panel frame by transposing, adding a new dimension, and transposing back to the original dimensions
72
70
<http://stackoverflow.com/questions/15364050/extending-a-pandas-panel-frame-along-the-minor-axis> `__
73
71
74
- Mask a panel by using ``np.where `` and then reconstructing the panel with the new masked values
75
- `here
72
+ `Mask a panel by using ``np.where `` and then reconstructing the panel with the new masked values
76
73
<http://stackoverflow.com/questions/14650341/boolean-mask-in-pandas-panel>`__
77
74
78
- Using ``~ `` to take the complement of a boolean array, see
79
- `here
75
+ `Using ``~ `` to take the complement of a boolean array, see
80
76
<http://stackoverflow.com/questions/14986510/picking-out-elements-based-on-complement-of-indices-in-python-pandas>`__
81
77
82
78
`Efficiently creating columns using applymap
83
79
<http://stackoverflow.com/questions/16575868/efficiently-creating-additional-columns-in-a-pandas-dataframe-using-map> `__
84
80
81
+ `Keep other columns when using min() with groupby
82
+ <http://stackoverflow.com/questions/23394476/keep-other-columns-when-using-min-with-groupby> `__
83
+
85
84
.. _cookbook.multi_index :
86
85
87
86
MultiIndexing
0 commit comments