specio.datasets.load_csv_path¶
-
specio.datasets.load_csv_path()[source][source]¶ Return the path to the CSV toy file.
Parameters: None
Returns: path_data : str
The path to the CSV data.
Examples
>>> from specio.datasets import load_csv_path >>> load_csv_path() '...spectra.csv'