Skip to content

Commit 2266194

Browse files
committed
DOC: cookbook.rst corrections
1 parent 6aafb91 commit 2266194

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/source/cookbook.rst

+4-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)