load_csv_from_path

load_csv_from_path(path: str) dict[source]

Load csv from path.

Parameters:

path (str) – Path of the file.

Returns:

A dictionary.

Return type:

dict