I have the following list:
[[1.01782362e-05 1.93798303e-04 7.96163586e-05 5.08812627e-06
1.39600188e-05 3.94912873e-04 2.33748418e-04 1.22856018e-05]]
When I return its type, I get:
<class 'str'>
Is the reason for that the scientific notation used for instance (i.e. e-04)?
In this case, how can I convert the above list to an integer or float?
Thanks.
EDIT
The above list snippet comes from this CSV file under the "Feature" column.