mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-16 04:18: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.0243,0.02172,0.0223,0.02194
|
||||
2017-11-05,0.02283,0.02062,0.02194,0.02069
|
||||
2017-11-06,0.02324,0.01949,0.02069,0.02185
|
||||
2017-11-07,0.02379,0.02145,0.02185,0.02209
|
||||
2017-11-08,0.02754,0.02204,0.02209,0.02509
|
||||
2017-11-09,0.03493,0.02396,0.02509,0.03223
|
||||
2017-11-10,0.03014,0.02639,0.03223,0.02639
|
||||
@@ -1499,4 +1495,8 @@ time,high,low,open,close
|
||||
2021-12-10,1.332,1.208,1.291,1.211
|
||||
2021-12-11,1.361,1.192,1.211,1.352
|
||||
2021-12-12,1.414,1.321,1.352,1.347
|
||||
2021-12-13,1.357,1.234,1.347,1.234
|
||||
2021-12-13,1.357,1.203,1.347,1.225
|
||||
2021-12-14,1.283,1.201,1.225,1.267
|
||||
2021-12-15,1.331,1.206,1.267,1.311
|
||||
2021-12-16,1.33,1.237,1.311,1.24
|
||||
2021-12-17,1.258,1.185,1.24,1.2
|
||||
|
||||
|
Reference in New Issue
Block a user