回答編集履歴
1
修正
test
CHANGED
@@ -18,6 +18,6 @@
|
|
18
18
|
|
19
19
|
:
|
20
20
|
|
21
|
-
df_NYSE.at[str(i),"2020-07-10"] = get_val(str(i), ~)
|
21
|
+
df_NYSE.at[str(i),"2020-07-10"] = get_val(data, str(i), ~)
|
22
22
|
|
23
23
|
```
|