mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-16 20:38:07 +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,16.53,15.12,16.2,15.16
|
||||
2021-12-11,16.74,14.97,15.16,15.88
|
||||
2021-12-12,16.2,15.28,15.88,16.03
|
||||
2021-12-13,16.09,14.44,16.03,14.47
|
||||
2021-12-13,16.09,13.77,16.03,14.16
|
||||
2021-12-14,15.08,13.93,14.16,15.0
|
||||
2021-12-15,15.51,14.17,15.0,15.2
|
||||
2021-12-16,15.37,14.36,15.2,14.42
|
||||
2021-12-17,14.58,13.68,14.42,13.86
|
||||
|
||||
|
Reference in New Issue
Block a user