質問編集履歴
1
エラーメッセージをテキストにしました
test
CHANGED
File without changes
|
test
CHANGED
@@ -15,3 +15,31 @@
|
|
15
15
|
|
16
16
|
|
17
17
|
pandasのバージョンは1.0.3です
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
Traceback (most recent call last):
|
22
|
+
|
23
|
+
File "C:\python\aaaaa.py", line 4, in <module>
|
24
|
+
|
25
|
+
import pandas as pd
|
26
|
+
|
27
|
+
File "C:\Users\81802\AppData\Local\Programs\Python\Python38\lib\site-packages\pandas\__init__.py", line 145, in <module>
|
28
|
+
|
29
|
+
from pandas.io.api import (
|
30
|
+
|
31
|
+
File "C:\Users\81802\AppData\Local\Programs\Python\Python38\lib\site-packages\pandas\io\api.py", line 8, in <module>
|
32
|
+
|
33
|
+
from pandas.io.excel import ExcelFile, ExcelWriter, read_excel
|
34
|
+
|
35
|
+
File "C:\Users\81802\AppData\Local\Programs\Python\Python38\lib\site-packages\pandas\io\excel\__init__.py", line 1, in <module>
|
36
|
+
|
37
|
+
from pandas.io.excel._base import ExcelFile, ExcelWriter, read_excel
|
38
|
+
|
39
|
+
File "C:\Users\81802\AppData\Local\Programs\Python\Python38\lib\site-packages\pandas\io\excel\_base.py", line 9, in <module>
|
40
|
+
|
41
|
+
from pandas._libs.parsers import STR_NA_VALUES
|
42
|
+
|
43
|
+
File "pandas\_libs\parsers.pyx", line 12, in init pandas._libs.parsers
|
44
|
+
|
45
|
+
ImportError: cannot import name QUOTE_MINIMAL
|