I have this csv file I want to import to python. The first row looks like this
9.98E-01 7.07E+00 2.43E+00 4.63E+00 4.16E+00 -3.22E+00 2.95E-01
How would I convert these values to python and keep their structure(float/ decimal) I tried to convert to float but it wont let me convert string to float.