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 DataFrame.to_struct() method to convert a DataFrame to a struct Series #8728

Merged
merged 6 commits into from
Jul 15, 2021

Conversation

shwina
Copy link
Contributor

@shwina shwina commented Jul 13, 2021

Closes #8473

@shwina shwina requested a review from a team as a code owner July 13, 2021 16:49
@github-actions github-actions bot added the Python Affects Python cuDF API. label Jul 13, 2021
@shwina shwina added feature request New feature or request non-breaking Non-breaking change labels Jul 13, 2021
@galipremsagar galipremsagar added the 5 - Ready to Merge Testing and reviews complete, ready to merge label Jul 15, 2021
@galipremsagar
Copy link
Contributor

@gpucibot merge

@codecov
Copy link

codecov bot commented Jul 15, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.08@73f2c44). Click here to learn what that means.
The diff coverage is n/a.

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

@@               Coverage Diff               @@
##             branch-21.08    #8728   +/-   ##
===============================================
  Coverage                ?   10.65%           
===============================================
  Files                   ?      110           
  Lines                   ?    18700           
  Branches                ?        0           
===============================================
  Hits                    ?     1993           
  Misses                  ?    16707           
  Partials                ?        0           

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 73f2c44...eae81aa. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge 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] Creating a structDtypeColumn from existing df columns
2 participants