📜  seaborn 中的所有默认数据集 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:24.983000             🧑  作者: Mango

代码示例1
['anagrams',
 'anscombe',
 'attention',
 'brain_networks',
 'car_crashes',
 'diamonds',
 'dots',
 'exercise',
 'flights',
 'fmri',
 'gammas',
 'geyser',
 'iris',
 'mpg',
 'penguins',
 'planets',
 'taxis',
 'tips',
 'titanic']

# these are the default datasets in seaborn
# use seaborn.get_dataset_names()
# this github link has all the csv files:
# https://github.com/mwaskom/seaborn-data