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 9b2a8cf commit 2ac793bCopy full SHA for 2ac793b
pandas/core/generic.py
@@ -5292,14 +5292,6 @@ def reindex(
5292
IE10 404 0.08
5293
Chrome 200 0.02
5294
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
-
5303
We can also reindex the columns.
5304
5305
>>> df.reindex(columns=["http_status", "user_agent"])
0 commit comments