Closed
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html (scroll to to_numpy
below and see that there is no hyperlink)
Documentation problem
There is no doc page for DataFrame.to_numpy
for 2.2 (but there is for 2.1 and dev). One way to see this is to go to the page for 2.1, and then use the pull-down at the top to toggle to 2.2: https://pandas.pydata.org/pandas-docs/version/2.1/reference/api/pandas.DataFrame.to_numpy.html
It results in a 404. This also causes 404's e.g. on StackOverflow posts that link to the page.
Suggested fix for documentation
It looks like this PR needs to be backported: #57029