在python中读取.dat文件时出错

时间:2012-07-03 10:52:20

标签: python file-io numpy

我尝试使用下面的代码段在python中读取.dat文件:

old = numpy.loadtxt('C:\Users\Downloads\new.dat',delimiter=',')

这会出现以下错误:

[Errno 22] invalid mode ('U') or filename:'C:\\Users\\Downloads\new.dat'

但是,它适用于许多其他.dat文件。谁能告诉我这是什么问题?

1 个答案:

答案 0 :(得分:0)