verde.datasets.locate#

verde.datasets.locate()[source]#

The absolute path to the sample data storage location on disk.

Warning

All sample datasets in Verde are deprecated and will be removed in Verde v2.0.0. The tutorials/examples will transition to using Ensaio instead.

This is where the data are saved on your computer. The location is dependent on the operating system. The folder locations are defined by the appdirs package (see the appdirs documentation).

The location can be overwritten by the VERDE_DATA_DIR environment variable to the desired destination.

Returns

path (str) – The local data storage location.