File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ Note that errors will now be raised when conflicting or potentially ambiguous ar
330330 Out[1]:
331331 0
332332 1 1
333-
333+
334334 In [2]: df.rename(mapper={0: 1}, index={0: 2})
335335 Out[2]:
336336 0
@@ -339,7 +339,7 @@ Note that errors will now be raised when conflicting or potentially ambiguous ar
339339 *pandas 1.0.0 *
340340
341341.. ipython :: python
342-
342+
343343 df.rename({0 : 1 }, index = {0 : 2 })
344344 df.rename(mapper = {0 : 1 }, index = {0 : 2 })
345345
@@ -357,7 +357,7 @@ keywords.
357357.. ipython :: python
358358
359359 df.rename(index = {0 : 1 }, columns = {0 : 2 })
360-
360+
361361 Extended verbose info output for :class: `~pandas.DataFrame `
362362^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
363363
@@ -441,7 +441,6 @@ As a reminder, you can specify the ``dtype`` to disable all inference.
441441 >> > a[2 ]
442442 nan
443443
444- >>>>>>> upstream/master
445444 *pandas 1.0.0 *
446445
447446.. ipython :: python
You can’t perform that action at this time.
0 commit comments