File tree 1 file changed +3
-4
lines changed
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
330
330
Out[1]:
331
331
0
332
332
1 1
333
-
333
+
334
334
In [2]: df.rename(mapper={0: 1}, index={0: 2})
335
335
Out[2]:
336
336
0
@@ -339,7 +339,7 @@ Note that errors will now be raised when conflicting or potentially ambiguous ar
339
339
*pandas 1.0.0 *
340
340
341
341
.. ipython :: python
342
-
342
+
343
343
df.rename({0 : 1 }, index = {0 : 2 })
344
344
df.rename(mapper = {0 : 1 }, index = {0 : 2 })
345
345
@@ -357,7 +357,7 @@ keywords.
357
357
.. ipython :: python
358
358
359
359
df.rename(index = {0 : 1 }, columns = {0 : 2 })
360
-
360
+
361
361
Extended verbose info output for :class: `~pandas.DataFrame `
362
362
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
363
363
@@ -441,7 +441,6 @@ As a reminder, you can specify the ``dtype`` to disable all inference.
441
441
>> > a[2 ]
442
442
nan
443
443
444
- >>>>>>> upstream/master
445
444
*pandas 1.0.0 *
446
445
447
446
.. ipython :: python
You can’t perform that action at this time.
0 commit comments