-
Notifications
You must be signed in to change notification settings - Fork 367
Implement DataFrame.info #1124
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
Implement DataFrame.info #1124
Conversation
d2a2eb0 to
d7f3821
Compare
| ... _ = f.write(s) | ||
| """ | ||
| # To avoid pandas' existing config affects Koalas. | ||
| # TODO: should we have corresponding Koalas configs? |
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.
Yeah, we should in a separate PR.
ueshin
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, pending tests.
Codecov Report
@@ Coverage Diff @@
## master #1124 +/- ##
=========================================
- Coverage 95.11% 95.1% -0.01%
=========================================
Files 35 35
Lines 7019 7033 +14
=========================================
+ Hits 6676 6689 +13
- Misses 343 344 +1
Continue to review full report at Codecov.
|
Softagram Impact Report for pull/1124 (head commit: 89f5b2d)
|

This PR proposes
DataFrame.info.Resolves #872