質問編集履歴

1

エラー内容が誤っていたため

2019/10/04 05:48

投稿

john_doe_
john_doe_

スコア354

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,13 @@
26
26
 
27
27
 
28
28
 
29
+ Traceback (most recent call last):
30
+
31
+ File "/Users/********/Desktop/work/test1.py", line 1, in <module>
32
+
33
+ import pandas as pd
34
+
29
- AttributeError: module 'pandas' has no attribute 'DataFrame'
35
+ ModuleNotFoundError: No module named 'pandas'
30
36
 
31
37
 
32
38