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

Add Python bindings for lists::extract_lists_element #7505

Merged
merged 15 commits into from
Mar 23, 2021

Conversation

skirui-source
Copy link
Contributor

@skirui-source skirui-source commented Mar 3, 2021

Fixes #7464

@skirui-source skirui-source added feature request New feature or request Cython non-breaking Non-breaking change labels Mar 3, 2021
@skirui-source skirui-source self-assigned this Mar 3, 2021
@github-actions github-actions bot added the Python Affects Python cuDF API. label Mar 3, 2021
@skirui-source skirui-source added the 3 - Ready for Review Ready for review by team label Mar 13, 2021
@skirui-source skirui-source marked this pull request as ready for review March 17, 2021 07:51
@skirui-source skirui-source requested a review from a team as a code owner March 17, 2021 07:51
Copy link
Contributor

@isVoid isVoid left a comment

Choose a reason for hiding this comment

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

A small comment, else lgtm!

python/cudf/cudf/core/column/lists.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@kkraus14 kkraus14 left a comment

Choose a reason for hiding this comment

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

One minor formatting issue otherwise LGTM!

python/cudf/cudf/_lib/cpp/lists/extract.pxd Outdated Show resolved Hide resolved
@kkraus14
Copy link
Collaborator

@gpucibot merge

@codecov
Copy link

codecov bot commented Mar 23, 2021

Codecov Report

Merging #7505 (5c3b85b) into branch-0.19 (7871e7a) will increase coverage by 0.63%.
The diff coverage is n/a.

❗ Current head 5c3b85b differs from pull request most recent head b0a15bc. Consider uploading reports for the commit b0a15bc to get more accurate results
Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.19    #7505      +/-   ##
===============================================
+ Coverage        81.86%   82.49%   +0.63%     
===============================================
  Files              101      101              
  Lines            16884    17405     +521     
===============================================
+ Hits             13822    14359     +537     
+ Misses            3062     3046      -16     
Impacted Files Coverage Δ
python/cudf/cudf/core/column/categorical.py 91.97% <ø> (+0.58%) ⬆️
python/cudf/cudf/core/column/column.py 87.86% <ø> (+0.10%) ⬆️
python/cudf/cudf/core/column/datetime.py 89.63% <ø> (+0.54%) ⬆️
python/cudf/cudf/core/column/decimal.py 92.75% <ø> (-2.12%) ⬇️
python/cudf/cudf/core/column/lists.py 92.50% <ø> (+1.10%) ⬆️
python/cudf/cudf/core/column/numerical.py 94.83% <ø> (-0.20%) ⬇️
python/cudf/cudf/core/column/string.py 86.79% <ø> (+0.30%) ⬆️
python/cudf/cudf/core/column/timedelta.py 88.57% <ø> (+0.33%) ⬆️
python/cudf/cudf/core/column_accessor.py 95.45% <ø> (+0.14%) ⬆️
python/cudf/cudf/core/dataframe.py 90.90% <ø> (+0.44%) ⬆️
... and 61 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dd1f3ea...b0a15bc. Read the comment docs.

@rapids-bot rapids-bot bot merged commit e07762c into rapidsai:branch-0.19 Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team feature request New feature or request non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Python bindings for lists::extract_lists_element
4 participants