File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,16 +63,16 @@ The :ref:`indexing <indexing>` docs.
6363`Indexing using both row labels and conditionals
6464<http://stackoverflow.com/questions/14725068/pandas-using-row-labels-in-boolean-indexing> `__
6565
66- `Use loc for label-oriented slicing and iloc positional slicing
66+ `Use loc for label-oriented slicing and iloc positional slicing
6767<https://github.com/pydata/pandas/issues/2904> `__
6868
69- `Extend a panel frame by transposing, adding a new dimension, and transposing back to the original dimensions
69+ `Extend a panel frame by transposing, adding a new dimension, and transposing back to the original dimensions
7070<http://stackoverflow.com/questions/15364050/extending-a-pandas-panel-frame-along-the-minor-axis> `__
7171
72- `Mask a panel by using `` np.where `` and then reconstructing the panel with the new masked values
72+ `Mask a panel by using np.where and then reconstructing the panel with the new masked values
7373<http://stackoverflow.com/questions/14650341/boolean-mask-in-pandas-panel> `__
7474
75- `Using `` ~ `` to take the complement of a boolean array, see
75+ `Using ~ to take the complement of a boolean array, see
7676<http://stackoverflow.com/questions/14986510/picking-out-elements-based-on-complement-of-indices-in-python-pandas> `__
7777
7878`Efficiently creating columns using applymap
You can’t perform that action at this time.
0 commit comments