-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Term Entry] Python:SciPy scipy.stats: Descriptive Stats #6055
base: main
Are you sure you want to change the base?
Conversation
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.
Hey @Sriparno08, Thanks for contributing to docs, the entry looks good, I have a few suggestions. Please check the comments and make the required changes, then we can go ahead and merge this PR!
content/scipy/concepts/scipy-stats/terms/descriptive-stats/descriptive-stats.md
Outdated
Show resolved
Hide resolved
content/scipy/concepts/scipy-stats/terms/descriptive-stats/descriptive-stats.md
Outdated
Show resolved
Hide resolved
|
||
```shell | ||
DescribeResult(nobs=5, minmax=(12, 56), mean=34.0, variance=302.5, skewness=0.0, kurtosis=-1.3) | ||
``` |
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.
Add a codebyte example here. See the style guidelines for more info about codebyte example section.
…criptive-stats.md Co-authored-by: Pragati Verma <[email protected]>
…criptive-stats.md Co-authored-by: Pragati Verma <[email protected]>
Made the suggested changes, @PragatiVerma18. |
Description
Added a new term entry on
Descriptive Stats
in SciPy.Issue Solved
Closes #5855
Type of Change
Checklist
main
branch.Issues Solved
section.