Hi all,
how can I load ASCII data if the file contains characters
instead of floats
Traceback (most recent call last):
File "test_csv.py", line 2, in <module>
A = loadtxt('ca6_sets.csv',dtype=char ,delimiter=';')
NameError: name 'char' is not defined
Nils