seaborn.get_data_home#
- seaborn.get_data_home(data_home=None)#
Return a path to the cache directory for example datasets.
This directory is used by
load_dataset().If the
data_homeargument is not provided, it will use a directory specified by theSEABORN_DATAenvironment variable (if it exists) or otherwise default to an OS-appropriate user cache location.