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,56.12,54.62,55.98,54.83
2017-11-05,55.45,54.43,54.84,54.6
2017-11-06,55.79,53.43,54.6,54.5
2017-11-07,63.49,54.47,54.5,60.52
2017-11-08,64.07,59.59,60.52,62.38
2017-11-09,66.9,61.59,62.38,64.15
2017-11-10,65.75,56.02,64.15,58.99
@@ -1499,4 +1495,8 @@ time,high,low,open,close
2021-12-10,159.86,147.79,151.5,148.53
2021-12-11,159.56,145.85,148.53,158.0
2021-12-12,162.91,153.39,158.0,159.1
2021-12-13,159.94,146.87,159.1,146.97
2021-12-13,159.94,142.82,159.1,144.66
2021-12-14,151.95,143.05,144.66,150.55
2021-12-15,155.05,141.77,150.55,153.58
2021-12-16,156.64,148.61,153.58,148.81
2021-12-17,150.31,141.35,148.81,142.71
1 time high low open close
2017-11-04 56.12 54.62 55.98 54.83
2017-11-05 55.45 54.43 54.84 54.6
2017-11-06 55.79 53.43 54.6 54.5
2017-11-07 63.49 54.47 54.5 60.52
2 2017-11-08 64.07 59.59 60.52 62.38
3 2017-11-09 66.9 61.59 62.38 64.15
4 2017-11-10 65.75 56.02 64.15 58.99
1495 2021-12-10 159.86 147.79 151.5 148.53
1496 2021-12-11 159.56 145.85 148.53 158.0
1497 2021-12-12 162.91 153.39 158.0 159.1
1498 2021-12-13 159.94 146.87 142.82 159.1 146.97 144.66
1499 2021-12-14 151.95 143.05 144.66 150.55
1500 2021-12-15 155.05 141.77 150.55 153.58
1501 2021-12-16 156.64 148.61 153.58 148.81
1502 2021-12-17 150.31 141.35 148.81 142.71