我正在尝试遍历具有1000多个行的文件,并且该文件抛出错误以下
提高IndexError(“单个位置索引器超出范围”)IndexError:单个位置索引器超出范围
对于其他文件,它工作正常。示例数据如下所示
RecordID cvdt35_input_timestamp_s cvdt35_timestamp_s cvdt35_bus_r GPS_Longitude_Degrees GPS_Longitude_Minutes GPS_Longitude_Min_dec GPS_Latitude_Degrees GPS_Latitude_Minutes GPS_Latitude_Min_dec gps_lat_dd gps_lon_dd
876 1557862696 38:15.8 _dd -83 10 0.8668 42 18 0.4326 42.30721 -83.18111333
877 1557862734 38:54.2 2 -83 10 0.8668 42 18 0.4327 42.30721167 -83.18111333
878 1557862771 39:30.6 2 -83 10 0.867 42 18 0.4328 42.30721333 -83.18111667
879 1557862838 40:38.3 2 -83 10 0.8673 42 18 0.433 42.30721667 -83.18112167
880 1557862891 41:30.8 2 -83 10 0.8675 42 18 0.4332 42.30722 -83.181125
881 1557862924 42:04.2 2 -83 10 0.8676 42 18 0.4332 42.30722 -83.18112667
882 1557862959 42:38.7 2 -83 10 0.8676 42 18 0.4333 42.30722167 -83.18112667
883 1557862978 42:57.9 2 -83 10 0.8675 42 18 0.433 42.30721667 -83.181125
884 1557862993 43:13.0 2 -83 10 0.8675 42 18 0.433 42.30721667 -83.181125
样本数据
year
有人可以帮我解决这个问题吗?预先感谢