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,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
|
||||
|
||||
|
Reference in New Issue
Block a user