Skip to content

Instantly share code, notes, and snippets.

@mocquin
Last active December 16, 2020 19:32
Show Gist options
  • Save mocquin/777edfa14eab81765aed82f3927e7e40 to your computer and use it in GitHub Desktop.
Save mocquin/777edfa14eab81765aed82f3927e7e40 to your computer and use it in GitHub Desktop.
Seaborn datasets names
>>> import seaborn as sns
>>> sns.get_datasets_names()
['anagrams',
 'anscombe',
 'attention',
 'brain_networks',
 'car_crashes',
 'diamonds',
 'dots',
 'exercise',
 'flights',
 'fmri',
 'gammas',
 'geyser',
 'iris',
 'mpg',
 'penguins',
 'planets',
 'tips',
 'titanic']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment