I have the following in my code:
y.append(float(row[-1]))
I keep getting this error:
ValueError: could not convert string to float: 'finish_pos'
I am relatively new to Python. Can anyone explain this or help me? Thanks
I have the following in my code:
y.append(float(row[-1]))
I keep getting this error:
ValueError: could not convert string to float: 'finish_pos'
I am relatively new to Python. Can anyone explain this or help me? Thanks