Skip to content
Prev Previous commit
Next Next commit
Added okexcept
  • Loading branch information
WillAyd committed Jan 9, 2020
commit cca8eed102eb6707137ba12bb2f8a19f6160e1b4
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ Note that errors will now be raised when conflicting or potentially ambiguous ar
*pandas 1.0.0*

.. ipython:: python
:okexcept:

df.rename({0: 1}, index={0: 2})
df.rename(mapper={0: 1}, index={0: 2})
Expand Down