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,0.0,0.0,0.0,0.0
2017-11-05,0.0,0.0,0.0,0.0
2017-11-06,0.0,0.0,0.0,0.0
2017-11-07,0.0,0.0,0.0,0.0
2017-11-08,0.0,0.0,0.0,0.0
2017-11-09,0.0,0.0,0.0,0.0
2017-11-10,0.0,0.0,0.0,0.0
@@ -1499,4 +1495,8 @@ time,high,low,open,close
2021-12-10,41.35,37.45,37.53,39.91
2021-12-11,40.54,38.67,39.91,40.4
2021-12-12,40.56,38.74,40.4,39.77
2021-12-13,40.07,36.67,39.77,36.7
2021-12-13,40.07,35.27,39.77,35.89
2021-12-14,37.31,35.27,35.89,36.76
2021-12-15,38.92,35.64,36.76,38.22
2021-12-16,38.54,36.95,38.22,37.21
2021-12-17,39.0,35.71,37.21,35.9
1 time high low open close
2017-11-04 0.0 0.0 0.0 0.0
2017-11-05 0.0 0.0 0.0 0.0
2017-11-06 0.0 0.0 0.0 0.0
2017-11-07 0.0 0.0 0.0 0.0
2 2017-11-08 0.0 0.0 0.0 0.0
3 2017-11-09 0.0 0.0 0.0 0.0
4 2017-11-10 0.0 0.0 0.0 0.0
1495 2021-12-10 41.35 37.45 37.53 39.91
1496 2021-12-11 40.54 38.67 39.91 40.4
1497 2021-12-12 40.56 38.74 40.4 39.77
1498 2021-12-13 40.07 36.67 35.27 39.77 36.7 35.89
1499 2021-12-14 37.31 35.27 35.89 36.76
1500 2021-12-15 38.92 35.64 36.76 38.22
1501 2021-12-16 38.54 36.95 38.22 37.21
1502 2021-12-17 39.0 35.71 37.21 35.9