-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: added the link to array in string_arrow.py #50241
New issue
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
Changes from 5 commits
74d11c1
7af1b03
d8e5408
7d4f543
f666583
5a8d1ec
151a9ae
33ad03e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -85,7 +85,8 @@ class ArrowStringArray(ArrowExtensionArray, BaseStringArray, ObjectStringArrayMi | |||||||
|
||||||||
See Also | ||||||||
-------- | ||||||||
array | ||||||||
`array | ||||||||
<https://pandas.pydata.org/docs/dev/reference/api/pandas.arrays.ArrowStringArray.html>`__ | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks @ramvikrams! I think the intent here is for this to point to
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes i'll do that |
||||||||
The recommended function for creating a ArrowStringArray. | ||||||||
Series.str | ||||||||
The string methods are available on Series backed by | ||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only one underscore? Not sure but doc build is failing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two underscores, this was on the sphinx site to have two underscores and the doc build fails if we have just one inderscore