TypeError:数组dtype('| S6')和格式说明符('%。18e')之间不匹配

时间:2016-10-21 23:04:21

标签: python numpy

尝试使用带有numpy数组的numpy.savetxt写入时出现此类型错误:

predictions = array([b'5712.3', b'2058.0', b'834.03', b'535.63', ...
   b'8796.2', b'9593.0'], dtype='|S6')

np.savetxt('test.txt', predictions, newline=" ")

我在文档中找不到任何有用的内容,我们将不胜感激。

0 个答案:

没有答案