Given error even when text in file: UserWarning: loadtxt: Empty input file: “Stock.txt”. Im very stuck in why this error occurs

前端 未结 0 438
时光取名叫无心
时光取名叫无心 2021-01-17 05:50
data = np.loadtxt(fname=\'Stock.txt\', delimiter=\',\', unpack=True)
    print(data)

This is the code to load txt out of file

Content of file

相关标签:
回答
  • 消灭零回复
提交回复
热议问题