質問編集履歴

1

エラー内容を添付しました。

2018/10/18 13:13

投稿

macmac
macmac

スコア25

test CHANGED
File without changes
test CHANGED
@@ -18,42 +18,6 @@
18
18
 
19
19
 
20
20
 
21
- **エラー内容**
21
+ エラー内容は添付します。
22
22
 
23
- C:\Users\nao\AppData\Local\Programs\Python\Python36\python.exe C:/Users/nao/Desktop/test/ロギング.py
24
-
25
- Traceback (most recent call last):
26
-
27
- File "C:/Users/nao/Desktop/test/ロギング.py", line 3, in <module>
28
-
29
- df = pd.read_csv('C:/Users/nao/Desktop/ログ/000000B8.csv')
30
-
31
- File "C:\Users\nao\AppData\Local\Programs\Python\Python36\lib\site-packages\pandas\io\parsers.py", line 655, in parser_f
32
-
33
- return _read(filepath_or_buffer, kwds)
34
-
35
- File "C:\Users\nao\AppData\Local\Programs\Python\Python36\lib\site-packages\pandas\io\parsers.py", line 405, in _read
36
-
37
- parser = TextFileReader(filepath_or_buffer, **kwds)
38
-
39
- File "C:\Users\nao\AppData\Local\Programs\Python\Python36\lib\site-packages\pandas\io\parsers.py", line 764, in __init__
40
-
41
- self._make_engine(self.engine)
42
-
43
- File "C:\Users\nao\AppData\Local\Programs\Python\Python36\lib\site-packages\pandas\io\parsers.py", line 985, in _make_engine
44
-
45
- self._engine = CParserWrapper(self.f, **self.options)
23
+ ![イメージ説明](61d9cf2d5c16aa505adcdf35c003b345.png)
46
-
47
- File "C:\Users\nao\AppData\Local\Programs\Python\Python36\lib\site-packages\pandas\io\parsers.py", line 1605, in __init__
48
-
49
- self._reader = parsers.TextReader(src, **kwds)
50
-
51
- File "pandas\_libs\parsers.pyx", line 394, in pandas._libs.parsers.TextReader.__cinit__ (pandas\_libs\parsers.c:4209)
52
-
53
- File "pandas\_libs\parsers.pyx", line 712, in pandas._libs.parsers.TextReader._setup_parser_source (pandas\_libs\parsers.c:8895)
54
-
55
- OSError: Initializing from file failed
56
-
57
-
58
-
59
- Process finished with exit code 1