read_csv_to_dictionary
-
compas_fab.utilities.
read_csv_to_dictionary
(csvfile, delimiter=';')[source] Reads a csv file and returns a dictionary with the respective keys specified in the first row of the csv file.
- Parameters
csvfile (str) – The path to csv file.
delimiter (str, optional) – The character used to separate the values. Default
;
- Returns
dict