質問するログイン新規登録

回答編集履歴

1

修正

2020/07/14 04:43

投稿

8524ba23
8524ba23

スコア38350

answer CHANGED
@@ -8,5 +8,5 @@
8
8
  return 0
9
9
 
10
10
 
11
- df_NYSE.at[str(i),"2020-07-10"] = get_val(str(i), ~)
11
+ df_NYSE.at[str(i),"2020-07-10"] = get_val(data, str(i), ~)
12
12
  ```