回答編集履歴
1
追記
answer
CHANGED
@@ -13,4 +13,7 @@
|
|
13
13
|
i = pd.to_numeric(df['I1'][216:], errors='coerce')
|
14
14
|
ax.plot(v, i, label = 'device '+ str(c))
|
15
15
|
ax.legend(bbox_to_anchor=(1.05,1),loc = 'upper left', borderaxespad=0)
|
16
|
-
```
|
16
|
+
```
|
17
|
+
|
18
|
+
どこでどういう理由でエラーになっているかは、わかっておいた方が安心なので、
|
19
|
+
他の方のコメント、回答のように確認しておいた方が良いと思います。
|