-
Notifications
You must be signed in to change notification settings - Fork 917
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
[REVIEW] adding Corr() function inside dataframe.py to compute the correlation matrix of a data frame and adding examples in series.py #4140
Conversation
Co-Authored-By: Keith Kraus <[email protected]>
Co-Authored-By: Keith Kraus <[email protected]>
Co-Authored-By: Keith Kraus <[email protected]>
Codecov Report
@@ Coverage Diff @@
## branch-0.13 #4140 +/- ##
==============================================
+ Coverage 88.8% 88.8% +<.01%
==============================================
Files 50 50
Lines 9691 9696 +5
==============================================
+ Hits 8606 8611 +5
Misses 1085 1085
Continue to review full report at Codecov.
|
@kkraus14 I have done the changes you requested for the unit tests. I also have just added an example in the |
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.
One docstring issue then this looks good to go
Co-Authored-By: Keith Kraus <[email protected]>
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, could probably use a review from @randerzander as I always fail at docstring formatting
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.
A small suggestion on hex to integer conversion in the read_csv docstring.
With that change and a confirmation from @rnyak that the Sphinx generated HTML files render correctly, this is good to go. Thanks for helping us improve our API docs!
rerun tests |
|
@kkraus14 @randerzander will take a look at that what's going on. If we want to merge other docs edits asap, I can take out 'hex_col` lines and then add again and create a new PR once I figure out why we get this error. |
Please do. |
rerun tests |
No description provided.