-
Notifications
You must be signed in to change notification settings - Fork 2
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
histogram #176
histogram #176
Conversation
Signed-off-by: mahaalbashir <mahaalialbashir@gmail.com>
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.
As it gets picked by the help command, perhaps we should change the doc string to make it clearer where we have diverged from pandas
- say that exactly one column must be specified
- also we take a. filename which data frame.hist perhaps doesn't
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.
thanks
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.
Minor changes to docstring requested
Codecov Report
@@ Coverage Diff @@
## main #176 +/- ##
==========================================
- Coverage 99.61% 99.52% -0.09%
==========================================
Files 9 9
Lines 1038 1061 +23
==========================================
+ Hits 1034 1056 +22
- Misses 4 5 +1
|
No description provided.