Skip to content

Instantly share code, notes, and snippets.

@justxor
Created April 16, 2022 10:20
Show Gist options
  • Save justxor/eed11441f816d0c6703c7d2dc59b1bfb to your computer and use it in GitHub Desktop.
Save justxor/eed11441f816d0c6703c7d2dc59b1bfb to your computer and use it in GitHub Desktop.
import seaborn as sns
df = sns.load_dataset('tips')
df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment