Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Sriparno08
Copy link
Collaborator

Description

Added a new term entry on Descriptive Stats in SciPy.

Issue Solved

Closes #5855

Type of Change

  • Adding a new entry

Checklist

  • All writings are my own.
  • My entry follows the Codecademy Docs style guide.
  • My changes generate no new warnings.
  • I have performed a self-review of my own writing and code.
  • I have checked my entry and corrected any misspellings.
  • I have made corresponding changes to the documentation if needed.
  • I have confirmed my changes are not being pushed from my forked main branch.
  • I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • I have linked any issues that are relevant to this PR in the Issues Solved section.

@Sriparno08 Sriparno08 added new entry New entry or entries scipy Python scipy enteries labels Jan 30, 2025
@PragatiVerma18 PragatiVerma18 self-assigned this Jan 30, 2025
Copy link
Collaborator

@PragatiVerma18 PragatiVerma18 left a 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!


```shell
DescribeResult(nobs=5, minmax=(12, 56), mean=34.0, variance=302.5, skewness=0.0, kurtosis=-1.3)
```
Copy link
Collaborator

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.

@Sriparno08
Copy link
Collaborator Author

Made the suggested changes, @PragatiVerma18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Term Entry] Python:SciPy scipy.stats: descriptive stats
2 participants