Skip to content

Instantly share code, notes, and snippets.

@andrea-dagostino
Created July 7, 2022 09:32
Show Gist options
  • Select an option

  • Save andrea-dagostino/6ffb464718215ae510e10b0c3cc41d32 to your computer and use it in GitHub Desktop.

Select an option

Save andrea-dagostino/6ffb464718215ae510e10b0c3cc41d32 to your computer and use it in GitHub Desktop.
edaeng
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