Skip to content

DOC: Incorrect link in StringArray and ArrowStringArray docs #50230

@ivirshup

Description

@ivirshup

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/dev/reference/api/pandas.arrays.StringArray.html

https://pandas.pydata.org/docs/dev/reference/api/pandas.arrays.ArrowStringArray.html

Documentation problem

image

This says it links to the pandas.array function, when it actually links to the python array module

image

image

Suggested fix for documentation

It should link to pandas.array, but I'm not completley sure what sphinx wants here. Maybe using a fully qualified identifier?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions