refactor(Project): move out load_data to utils, rename fetch_data to run_fetch_data, got classifiers to work (#38)

This commit is contained in:
Mark Aron Szulyovszky
2021-12-17 17:41:50 +01:00
committed by GitHub
parent cc7061b456
commit 0963df2087
94 changed files with 9704 additions and 84787 deletions
+4
View File
@@ -1027,3 +1027,7 @@ time,open,high,low,close,volume
2021-12-08,398.17,399.82,396.22,399.61,39204041.0
2021-12-09,398.35,400.2,393.5299,393.73,49973714.0
2021-12-10,396.62,398.28,393.36,398.01,52545767.0
2021-12-13,398.0,398.325,391.88,392.26,50166410.0
2021-12-14,387.3,390.09,383.63,388.2,75199181.0
2021-12-15,387.94,397.4198,383.88,397.05,73858028.0
2021-12-16,398.04,398.475,385.21,386.84,82591368.0
1 time open high low close volume
1027 2021-12-08 398.17 399.82 396.22 399.61 39204041.0
1028 2021-12-09 398.35 400.2 393.5299 393.73 49973714.0
1029 2021-12-10 396.62 398.28 393.36 398.01 52545767.0
1030 2021-12-13 398.0 398.325 391.88 392.26 50166410.0
1031 2021-12-14 387.3 390.09 383.63 388.2 75199181.0
1032 2021-12-15 387.94 397.4198 383.88 397.05 73858028.0
1033 2021-12-16 398.04 398.475 385.21 386.84 82591368.0