-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: gaze_dataframe.unnest() supports multi-col unnest #592
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #592 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 52 52
Lines 2349 2352 +3
Branches 588 590 +2
=========================================
+ Hits 2349 2352 +3
☔ View full report in Codecov by Sentry. |
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.
Thank you for this great work!
There are three details which need some improvement.
Regarding the name of the input column argument, let's vote for the name on friday.
I myself am in favor of input_column
.
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.
Thanks a lot for your endurance while finishing this PR!
…nto feature/support-list-unnested
Description
Gaze dataframe now supports unnest for multiple columns at the same time. If no args are given, it will unnest all possible values.
Fixes issue #446
Implemented changes
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Provide instructions so we can reproduce.
Please also list any relevant details for your test configuration
Checklist: