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,184.56,167.31,181.41,167.65
2021-12-11,173.8,161.48,167.65,172.08
2021-12-12,176.87,167.8,172.08,173.0
2021-12-13,173.0,155.92,173.0,156.29
2021-12-13,173.0,148.1,173.0,155.15
2021-12-14,163.17,149.67,155.15,161.43
2021-12-15,183.17,156.91,161.43,178.55
2021-12-16,189.3,174.51,178.55,176.92
2021-12-17,182.47,168.15,176.92,169.95
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 184.56 167.31 181.41 167.65
1496 2021-12-11 173.8 161.48 167.65 172.08
1497 2021-12-12 176.87 167.8 172.08 173.0
1498 2021-12-13 173.0 155.92 148.1 173.0 156.29 155.15
1499 2021-12-14 163.17 149.67 155.15 161.43
1500 2021-12-15 183.17 156.91 161.43 178.55
1501 2021-12-16 189.3 174.51 178.55 176.92
1502 2021-12-17 182.47 168.15 176.92 169.95