-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
DOC: Add explanation how to convert arrow table to pandas df #51762
Conversation
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.
Looks good, but as discussed in #51769, we can implement DataFrame.from_arrow
, which is probably easier to expect and remember by users. Maybe let's leave this open for now, in case there is an issue with that, but I guess we can implement this paragraph and example with the from_arrow
idiom in that other PR.
Not totally sure, maybe it's better for now to expected users to be explicit when converting? I think we can expected users that have arrow tables to be aware of the to_pandas method? |
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.
Since #51769 seems to have mixed feelings currently I'd be okay with adding this note in the meantime
Thanks @phofl, this is useful |
…ow table to pandas df
…rt arrow table to pandas df) (#51822) Backport PR #51762: DOC: Add explanation how to convert arrow table to pandas df Co-authored-by: Patrick Hoefler <[email protected]>
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.