-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: var and std missing examples #44162
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
Labels
Milestone
Comments
Sure, fancy contributing a PR? |
1 task
4 tasks
|
3 tasks
mroeschke
pushed a commit
that referenced
this issue
Nov 6, 2021
* DOC: added examples to DataFrame.std * DOC: fixed PEP compliance in DataFrame.std examples * DOC: inserted examples into docs for pandas.DataFrame.std * Update pandas/core/generic.py * Update pandas/core/generic.py * DOC: punctuation fix in pandas/core/generic.py * DOC: whitespace fix in pandas/core/generic.py * DOC: whitespace fix in pandas/core/generic.py * DOC: added two examples to the docstring of pandas.DataFrame.var * DOC: punctuation fix in docstring of pandas.DataFrame.var * DOC: minor changes to docstring of pandas.DataFrame.var Co-authored-by: Marco Edward Gorelli <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
master
hereLocation of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.var.html
https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.std.html
Documentation problem
In all other APIs in DataFrame at least one example is given for better understanding.
I believe, function description is also available in notebooks but not any example.
It's good to have one example for mentioned APIs.
Suggested fix for documentation
Fix: Use of atleast one example for better undertanding of function.
It's better because function description along with example creates clarity of its use and implimentation.
The text was updated successfully, but these errors were encountered: