質問編集履歴
1
tortal_secondsをtotal_secondsに変更して実行して見ました
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,4 +14,9 @@
|
|
14
14
|
エラーは、このように出ます。
|
15
15
|
AttributeError: 'Series' object has no attribute 'toral_seconds'
|
16
16
|
|
17
|
-
ご教授お願いします。
|
17
|
+
ご教授お願いします。
|
18
|
+
|
19
|
+
|
20
|
+
total_secondsで書き直したところ以下のエラーが出てしまいました。
|
21
|
+
|
22
|
+
AttributeError: 'Series' object has no attribute 'total_seconds'
|