Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOError: File e:/data/code_inuse.csv does not exist #1

Open
jianjunhu opened this issue Dec 31, 2015 · 1 comment
Open

IOError: File e:/data/code_inuse.csv does not exist #1

jianjunhu opened this issue Dec 31, 2015 · 1 comment

Comments

@jianjunhu
Copy link

When I run the data.py, a error appears:

E:\Anaconda\python.exe E:/xuefu-master/data.py
Traceback (most recent call last):
File "E:/xuefu-master/data.py", line 223, in
bigVolume()
File "E:/xuefu-master/data.py", line 205, in bigVolume
inuse = pd.read_csv('e:/data/code_inuse.csv',index_col=0,parse_dates=[0],encoding='gbk')
File "E:\Anaconda\lib\site-packages\pandas\io\parsers.py", line 491, in parser_f
return _read(filepath_or_buffer, kwds)
File "E:\Anaconda\lib\site-packages\pandas\io\parsers.py", line 268, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
File "E:\Anaconda\lib\site-packages\pandas\io\parsers.py", line 583, in init
self._make_engine(self.engine)
File "E:\Anaconda\lib\site-packages\pandas\io\parsers.py", line 724, in _make_engine
self._engine = CParserWrapper(self.f, **self.options)
File "E:\Anaconda\lib\site-packages\pandas\io\parsers.py", line 1093, in init
self._reader = _parser.TextReader(src, **kwds)
File "pandas\parser.pyx", line 350, in pandas.parser.TextReader.cinit (pandas\parser.c:3229)
File "pandas\parser.pyx", line 583, in pandas.parser.TextReader._setup_parser_source (pandas\parser.c:6042)
IOError: File e:/data/code_inuse.csv does not exist

Process finished with exit code 1

@9590
Copy link

9590 commented Dec 19, 2016

I run it in osx sucessfully by change the code 'd:/data' to './data'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants