[ad_1]
As you are working with float data type, the following list builder code (as previously pointed in the comments) should work.
row = [float(i) for i in row]
[ad_2]
solved How to remove ‘ ‘ in a python list
[ad_1]
As you are working with float data type, the following list builder code (as previously pointed in the comments) should work.
row = [float(i) for i in row]
[ad_2]
solved How to remove ‘ ‘ in a python list