Skip to content
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

ARROW-7872: [C++/Python] Support conversion of list of structs to pandas #6532

Closed
wants to merge 1 commit into from

Conversation

emkornfield
Copy link
Contributor

@emkornfield emkornfield commented Mar 4, 2020

It appears that all the code exists to to the conversion but struct wasn't included in the list. Is there a way to ensure, this doesn't cause a python memory leak or some other weird gotcha?

@github-actions
Copy link

github-actions bot commented Mar 4, 2020

@pitrou
Copy link
Member

pitrou commented Mar 4, 2020

@jorisvandenbossche

Copy link
Member

@wesm wesm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1. The way the list conversion path works there wouldn't be a memory leak unless there was a leak in the normal (non-nested) struct-to-NumPy-array conversion path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants