Pandas version checks
- [X] I have checked that the issue still exists on the latest versions of the docs on
mainhere
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
This says it links to the pandas.array function, when it actually links to the python array module
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?
Comment From: MarcoGorelli
thanks for the report
here's the code
https://github.com/pandas-dev/pandas/blob/f0d4694bf80fa9499880db34d5d3a13a8d073122/pandas/core/arrays/string_arrow.py#L86-L92
if anyone wants to have a go at fixing the link