-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC:https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.reindex.html#pandas.DataFrame.reindex #33888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks @2bon for the report - the docs currently say
but if you think it could be clarified, pull requests are welcome https://pandas.pydata.org/pandas-docs/stable/development/contributing.html |
Thx @MarcoGorelli 😊, |
Is someone working on this issue or can I take it? |
@gauravchandok sure, pull requests are welcome if you think the docs can be clarified |
@gauravchandok ya, thx |
Hi, any update? |
as mentioned above, pull requests are welcome, see here for how to contribute |
Closing for now as there doesn't seem to be any traction here, but feel free to open a PR if you think this docstring can be clarified |
Location of the documentation
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.reindex.html#pandas.DataFrame.reindex
Documentation problem
Returns
DataFrame with changed index.
Suggested fix for documentation
fix= a NEW DataFrame instance with changed index,NOT changing old instance .
why? I thought old instance has changed index.
The text was updated successfully, but these errors were encountered: