docs: add examples for dataframe.kurt, dataframe.std, dataframe.count#232
Merged
Genesis929 merged 6 commits intomainfrom Nov 28, 2023
Merged
docs: add examples for dataframe.kurt, dataframe.std, dataframe.count#232Genesis929 merged 6 commits intomainfrom
Genesis929 merged 6 commits intomainfrom
Conversation
shobsi
approved these changes
Nov 27, 2023
| <BLANKLINE> | ||
| [5 rows x 3 columns] | ||
|
|
||
| Calculating the kurtosis value of each column. |
Contributor
There was a problem hiding this comment.
[nit] probably more appropriate to end the line with ":" instead of ".". Same elsewhere.
Contributor
There was a problem hiding this comment.
[nit] Do we also want to add the examples for numeric_only = True? Same for elsewhere.
Collaborator
Author
There was a problem hiding this comment.
For numeric_only=True, in several Pandas APIs I reviewed, it seems that Pandas doesn't really provide an example for this. In the case of BigFrames, most cases numeric_only=True almost does nothing, except it avoids an error that tells the user to set numeric_only=True. So I'm not quite sure if it's necessary.
ashleyxuu
approved these changes
Nov 27, 2023
Genesis929
added a commit
that referenced
this pull request
Dec 12, 2023
…#232) * docs: add examples for dataframe.kurt, dataframe.std, dataframe.count * update count example * update count example * update examples * update . to :
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
dataframe.kurt: https://screenshot.googleplex.com/9zaLhagKdCNVu4F
dataframe.std: https://screenshot.googleplex.com/5maUCBQozbCsQCy
dataframe.count: https://screenshot.googleplex.com/7Cbgcd5BxXbageq
Fixes #<issue_number_goes_here> 🦕