mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-17 21:08:08 +00:00
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:
+5
-5
@@ -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,28.43,25.7,26.95,26.42
|
||||
2021-12-11,28.18,25.83,26.42,27.8
|
||||
2021-12-12,30.01,27.34,27.8,29.59
|
||||
2021-12-13,29.86,26.31,29.59,26.31
|
||||
2021-12-13,29.86,25.56,29.59,25.96
|
||||
2021-12-14,26.69,25.01,25.96,26.21
|
||||
2021-12-15,28.04,24.28,26.21,27.16
|
||||
2021-12-16,27.84,25.83,27.16,26.02
|
||||
2021-12-17,26.21,24.2,26.02,24.49
|
||||
|
||||
|
Reference in New Issue
Block a user