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
+5 -5
View File
@@ -1,8 +1,4 @@
time,high,low,open,close
2017-11-04,1.695,1.385,1.461,1.638
2017-11-05,1.617,1.452,1.637,1.52
2017-11-06,1.692,1.464,1.52,1.573
2017-11-07,1.824,1.498,1.573,1.795
2017-11-08,2.045,1.768,1.795,2.029
2017-11-09,2.126,1.95,2.029,2.052
2017-11-10,1.906,1.656,2.052,1.826
@@ -1499,4 +1495,8 @@ time,high,low,open,close
2021-12-10,595.23,551.16,570.89,553.52
2021-12-11,573.17,542.58,553.52,564.19
2021-12-12,574.92,559.75,564.19,570.73
2021-12-13,572.4,523.14,570.73,523.5
2021-12-13,572.4,511.32,570.73,521.07
2021-12-14,535.88,510.3,521.07,528.6
2021-12-15,546.91,501.89,528.6,541.28
2021-12-16,545.44,524.97,541.28,526.08
2021-12-17,536.0,511.39,526.08,514.07
1 time high low open close
2017-11-04 1.695 1.385 1.461 1.638
2017-11-05 1.617 1.452 1.637 1.52
2017-11-06 1.692 1.464 1.52 1.573
2017-11-07 1.824 1.498 1.573 1.795
2 2017-11-08 2.045 1.768 1.795 2.029
3 2017-11-09 2.126 1.95 2.029 2.052
4 2017-11-10 1.906 1.656 2.052 1.826
1495 2021-12-10 595.23 551.16 570.89 553.52
1496 2021-12-11 573.17 542.58 553.52 564.19
1497 2021-12-12 574.92 559.75 564.19 570.73
1498 2021-12-13 572.4 523.14 511.32 570.73 523.5 521.07
1499 2021-12-14 535.88 510.3 521.07 528.6
1500 2021-12-15 546.91 501.89 528.6 541.28
1501 2021-12-16 545.44 524.97 541.28 526.08
1502 2021-12-17 536.0 511.39 526.08 514.07