Error reading IDF files
Hello..
I tried to read my idf file using Python. But it is throwing a error:
TypeError: '<=' not supported between instances of 'str' and 'float'
The image below shows the details.
I searched all over internet but could not find the solution.
any help will be highly appreciated..
thanks
Comments
I am assuming that "<=" cannot be applied to a string (text). Need to verify / convert the string values to float/integer (number)?