-
Notifications
You must be signed in to change notification settings - Fork 358
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
Enable DataFrame setting value as list of labels. (Resolves #894) #905
Conversation
Codecov Report
@@ Coverage Diff @@
## master #905 +/- ##
==========================================
+ Coverage 94.3% 94.45% +0.15%
==========================================
Files 34 34
Lines 6213 6369 +156
==========================================
+ Hits 5859 6016 +157
+ Misses 354 353 -1
Continue to review full report at Codecov.
|
Seems okay to me except https://github.com/databricks/koalas/pull/905/files#r333446082 |
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.
Otherwise, LGTM.
Softagram Impact Report for pull/905 (head commit: 4d35bb8)⭐ Change Overview
📄 Full report
Impact Report explained. Give feedback on this report to [email protected] |
Resolves #894
for below DataFrame,
now we can set value for all items matching the list of labels like Pandas.