Skip to content

Instantly share code, notes, and snippets.

@justxor
Created April 16, 2022 10:22
Show Gist options
  • Save justxor/19fe88f3fa9f3bd5db5537ec98850db6 to your computer and use it in GitHub Desktop.
Save justxor/19fe88f3fa9f3bd5db5537ec98850db6 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