-
Notifications
You must be signed in to change notification settings - Fork 919
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
[FEA] Python bindings for column_view::child
#7608
Labels
Comments
firestarman
added
feature request
New feature or request
Needs Triage
Need team to review and classify
labels
Mar 16, 2021
firestarman
changed the title
[FEA] Python bindings for
[FEA] Python bindings for Mar 16, 2021
lists::extract_lists_element
column_view::child
PyArrow does this via a
|
rapids-bot bot
pushed a commit
that referenced
this issue
Apr 6, 2021
fixes: #7608 Authors: - https://github.com/skirui-source Approvers: - Keith Kraus (https://github.com/kkraus14) URL: #7757
shwina
pushed a commit
to shwina/cudf
that referenced
this issue
Apr 7, 2021
…idsai#7757) fixes: rapidsai#7608 Authors: - https://github.com/skirui-source Approvers: - Keith Kraus (https://github.com/kkraus14) URL: rapidsai#7757
Not sure why this issue is still open? @kkraus14 |
Not sure, closing, thanks @skirui-source! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cpp has already supported extracting child columns by index for a column of nested type. It will be much helpful to plumb through to Python.
What's more, it exists in JNI already.
I'm not sure what the Python API should look like. For example we could have:
or alternatively:
The text was updated successfully, but these errors were encountered: