Skip to content

Commit d6202ce

Browse files
committed
Remove deprecated doctest example
1 parent 93b3eb6 commit d6202ce

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pandas/core/generic.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5292,14 +5292,6 @@ def reindex(
52925292
IE10 404 0.08
52935293
Chrome 200 0.02
52945294
5295-
>>> df.reindex(new_index, fill_value="missing")
5296-
http_status response_time
5297-
Safari 404 0.07
5298-
Iceweasel missing missing
5299-
Comodo Dragon missing missing
5300-
IE10 404 0.08
5301-
Chrome 200 0.02
5302-
53035295
We can also reindex the columns.
53045296
53055297
>>> df.reindex(columns=["http_status", "user_agent"])

0 commit comments

Comments
 (0)