質問編集履歴
1
文字数制限のため使用モジュールを簡略化
test
CHANGED
File without changes
|
test
CHANGED
@@ -244,8 +244,6 @@
|
|
244
244
|
|
245
245
|
pd.options.display.precision = 2
|
246
246
|
|
247
|
-
pd.concat([da1.tail(78), da2.tail(103), da3.tail(52), da4.tail(52), da5.tail(52), da6.tail(79), da7.tail(79)]).transpose().to_csv('Indicator_today.csv', encoding = 'shift-jis')
|
248
|
-
|
249
247
|
print(pd.concat([da1.tail(78), da2.tail(103), da3.tail(52), da4.tail(52), da5.tail(52), da6.tail(79), da7.tail(79)]).transpose())
|
250
248
|
|
251
249
|
```
|
@@ -260,7 +258,7 @@
|
|
260
258
|
|
261
259
|
df = web.DataReader(Ticker[0],'yahoo',start,end)の
|
262
260
|
|
263
|
-
「yahoo」部分を「google」「fred」に変えましたが
|
261
|
+
「yahoo」部分を「google」「fred」に変えましたが結果は同じでした。
|
264
262
|
|
265
263
|
|
266
264
|
|
@@ -268,4 +266,6 @@
|
|
268
266
|
|
269
267
|
|
270
268
|
|
271
|
-
|
269
|
+
使用モジュール
|
270
|
+
|
271
|
+
numpy 1.21.0 pandas 1.3.0 pandas-datareader 0.9.0 TA-Lib 0.4.19 tqdm 4.31.1
|