質問編集履歴

1

ソースコードにpythonの記載が抜けていました。

2020/06/18 06:33

投稿

piyotechi
piyotechi

スコア15

test CHANGED
File without changes
test CHANGED
@@ -42,6 +42,8 @@
42
42
 
43
43
  ### 該当のソースコード
44
44
 
45
+ ```python
46
+
45
47
  import pandas as pd
46
48
 
47
49
  import os
@@ -82,7 +84,7 @@
82
84
 
83
85
  plt.show()
84
86
 
85
-
87
+ ```
86
88
 
87
89
  ### 試したこと
88
90