File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ Using :meth:`DataFrame.groupby` with ``as_index=False`` and the function ``idxma
635635apply and applymap on ``DataFrame `` evaluates first row/column only once
636636^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
637637
638- .. ipython :: python
638+ .. code-block :: ipython
639639
640640 In [1]: import pandas as pd
641641 ...: df = pd.DataFrame({'a': [1, 2], 'b': [3, 6]})
@@ -655,7 +655,7 @@ apply and applymap on ``DataFrame`` evaluates first row/column only once
655655
656656 *Previous behavior *:
657657
658- .. ipython :: python
658+ .. code-block :: ipython
659659
660660 In [4]: df.apply(func, axis=1)
661661 a 1
@@ -674,7 +674,7 @@ apply and applymap on ``DataFrame`` evaluates first row/column only once
674674
675675 *New behavior *:
676676
677- .. ipython :: python
677+ .. code-block :: ipython
678678
679679 In [4]: df.apply(func, axis=1)
680680 a 1
You can’t perform that action at this time.
0 commit comments