标签: python numpy
我尝试运行以下程序
import numpy as np data = np.genfromtxt('data.csv', delimiter = ',')
给出了
AttributeError:' module'对象没有属性&gen;来自文本'
非常感谢