Skip to content

DOC: API doc missing for DataFrame.to_numpy() #57016

Closed
@dstansby

Description

@dstansby

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/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 documenting to_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.

Metadata

Metadata

Assignees

Labels

DocsNeeds TriageIssue that has not been reviewed by a pandas team member

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions