标签: python numpy np
当我使用
dataset = np.genfromtxt(open('data/train.csv','r'), delimiter=',', dtype='f8,str')[1:]
我收到此错误
TypeError: must be str or None, not bytes
你能帮我找到解决方案吗?
答案 0 :(得分:1)
请勿在{{1}}:
np.genfromtxt