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/docs/dev/reference/api/pandas.arrays.StringArray.html
https://pandas.pydata.org/docs/dev/reference/api/pandas.arrays.ArrowStringArray.html
This says it links to the pandas.array function, when it actually links to the python array module
pandas.array
It should link to pandas.array, but I'm not completley sure what sphinx wants here. Maybe using a fully qualified identifier?
The text was updated successfully, but these errors were encountered:
thanks for the report
here's the code
pandas/pandas/core/arrays/string_arrow.py
Lines 86 to 92 in f0d4694
if anyone wants to have a go at fixing the link
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Pandas version checks
main
hereLocation 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 moduleSuggested 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?The text was updated successfully, but these errors were encountered: