質問編集履歴
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -54,26 +54,6 @@
|
|
54
54
|
|
55
55
|
Traceback (most recent call last):
|
56
56
|
|
57
|
-
File "c:\Users\ntt_west.vscode\extensions.vscode\Python\scilkit-leran.py", line 7, in <module>
|
58
|
-
|
59
|
-
analysisresults_data = pd.read_csv("urldata.csv", encoding="utf-8")
|
60
|
-
|
61
|
-
File "C:\Users\ntt_west\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\io\parsers.py", line 688, in read_csv
|
62
|
-
|
63
|
-
return _read(filepath_or_buffer, kwds)
|
64
|
-
|
65
|
-
File "C:\Users\ntt_west\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\io\parsers.py", line 460, in _read
|
66
|
-
|
67
|
-
data = parser.read(nrows)
|
68
|
-
|
69
|
-
File "C:\Users\ntt_west\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\io\parsers.py", line 1198, in read
|
70
|
-
|
71
|
-
ret = self._engine.read(nrows)
|
72
|
-
|
73
|
-
File "C:\Users\ntt_west\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\io\parsers.py", line 2157, in read
|
74
|
-
|
75
|
-
data = self._reader.read(nrows)
|
76
|
-
|
77
57
|
File "pandas\_libs\parsers.pyx", line 847, in pandas._libs.parsers.TextReader.read
|
78
58
|
|
79
59
|
File "pandas\_libs\parsers.pyx", line 862, in pandas._libs.parsers.TextReader._read_low_memory
|