TypeError:只能将整数标量数组覆盖为标量索引

时间:2018-09-29 08:05:34

标签: python indexing scalar

#在这一阶段,我们看了第一行,找到了我们想要的数据的位置,这些位置存储在stats_positions中  #对于最后一行,转到并获得index的值-该值应该是最大值,并使用它来预分配矩阵   #存储结果

int( float( lastline[ stats_positions[ 0 ] ] ) )
float( lastline[stats_positions[0]])
lastline[stats_positions[0]]
stats_position[0]
last_label = int( float( lastline[ stats_positions[ 0 ] ] ) )

0 个答案:

没有答案