-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
Fix typo in docstring of DataFrame.memory_usage #25761
Conversation
Hello @pjleimbigler! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2019-03-18 03:55:50 UTC |
Can you address the PEP8 violation? |
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.
comment above
Rewrap line 2525 of frame.py (the docstring of `DataFrame.memory_usage`) to conform with PEP8 line length.
Codecov Report
@@ Coverage Diff @@
## 0.24.x #25761 +/- ##
===========================================
- Coverage 92.39% 42.91% -49.49%
===========================================
Files 166 166
Lines 52430 52430
===========================================
- Hits 48443 22499 -25944
- Misses 3987 29931 +25944
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## 0.24.x #25761 +/- ##
==========================================
- Coverage 92.39% 92.39% -0.01%
==========================================
Files 166 166
Lines 52430 52430
==========================================
- Hits 48443 48442 -1
- Misses 3987 3988 +1
Continue to review full report at Codecov.
|
Apologies; rewrapped the offending line in a new commit (c4e48f0). |
Thanks! |
No description provided.