-
Notifications
You must be signed in to change notification settings - Fork 90
Update Woodwork to 0.0.7 #1560
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
Update Woodwork to 0.0.7 #1560
Conversation
…o update_woodwork_0.0.7
Codecov Report
@@ Coverage Diff @@
## main #1560 +/- ##
=========================================
- Coverage 100.0% 100.0% -0.0%
=========================================
Files 236 236
Lines 16881 16877 -4
=========================================
- Hits 16873 16869 -4
Misses 8 8
Continue to review full report at Codecov.
|
| if isinstance(data, list): | ||
| ww_data = np.array(data) | ||
|
|
||
| if isinstance(ww_data, pd.api.extensions.ExtensionArray) or (isinstance(ww_data, np.ndarray) and len(ww_data.shape) == 1): |
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.
Yay, Woodwork update means we can convert directly from numpy now, so no need for this extra logic to convert to pandas first!
dsherry
left a comment
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.
Very cool!!
bchen1116
left a comment
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.
LGTM!
jeremyliweishih
left a comment
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.
nice!
Latest Woodwork version adds useful functionality, and addresses some issues (alteryx/woodwork#455) so I think it's a worthwhile upgrade 😁