We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ebfda commit 7dfd698Copy full SHA for 7dfd698
doc/source/whatsnew/v0.25.0.rst
@@ -97,18 +97,18 @@ would be reassigned as -1. (:issue:`19387`)
97
98
.. code-block:: ipython
99
100
- MultiIndex(levels=[[nan, None, NaT, 128, 2]],
101
- codes=[[0, -1, 1, 2, 3, 4]])
102
- MultiIndex(levels=[[1, 2]],
103
- codes=[[0, -2]])
+ Out[1]: MultiIndex(levels=[[nan, None, NaT, 128, 2]],
+ codes=[[0, -1, 1, 2, 3, 4]])
+ Out[2]: MultiIndex(levels=[[1, 2]],
+ codes=[[0, -2]])
104
105
*New Behavior*:
106
107
-.. ipython:: python
+.. ipython:: ipython
108
109
110
codes=[[-1, -1, -1, -1, 3, 4]])
111
- ValueError: On level 0, code value (-2) < -1
+ Out[2]: ValueError: On level 0, code value (-2) < -1
112
113
114
.. _whatsnew_0250.api_breaking.groupby_apply_first_group_once:
0 commit comments