Created
July 7, 2022 09:32
-
-
Save andrea-dagostino/6ffb464718215ae510e10b0c3cc41d32 to your computer and use it in GitHub Desktop.
edaeng
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
| print(f"Skewness: {df['magnesium'].skew()}") | |
| print(f"Kurtosis: {df['magnesium'].kurt()}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment