We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html
DataFrame.to_numpy API docs are missing on version 2.2 of the docs. In version 2.1 it's here: https://pandas.pydata.org/pandas-docs/version/2.1/reference/api/pandas.DataFrame.to_numpy.html, but on version 2.2 https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html doesn't have a link to a page documenting to_numpy().
DataFrame.to_numpy
to_numpy()
Add link on https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html to to_numpy() API docs.
The text was updated successfully, but these errors were encountered:
take
Sorry, something went wrong.
Index.array
Index.to_numpy
luke396
Successfully merging a pull request may close this issue.
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html
Documentation problem
DataFrame.to_numpy
API docs are missing on version 2.2 of the docs. In version 2.1 it's here: https://pandas.pydata.org/pandas-docs/version/2.1/reference/api/pandas.DataFrame.to_numpy.html, but on version 2.2 https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html doesn't have a link to a page documentingto_numpy()
.Suggested fix for documentation
Add link on https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html to
to_numpy()
API docs.The text was updated successfully, but these errors were encountered: