data=numpy.loadtxt('path/to/file/radar_data.csv', skiprows=1, delimiter=',', ... This is important as the header matter is in string format which differs to ... ... <看更多>
It took me hours to track down this issue in my code. Do you have an idea why this happens? Reproducing code example: >>> import numpy as np >>> ... ... <看更多>