python 3中的np.genfromtxt错误

时间:2017-04-05 15:26:26

标签: python numpy np

当我使用

dataset = np.genfromtxt(open('data/train.csv','r'), delimiter=',', dtype='f8,str')[1:]

我收到此错误

TypeError: must be str or None, not bytes

你能帮我找到解决方案吗?

1 个答案:

答案 0 :(得分:1)

请勿在{{1​​}}:

中使用open
np.genfromtxt