mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-19 05:48:09 +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.0026,0.00215,0.00217,0.00218
|
||||
2017-11-05,0.00255,0.00215,0.00218,0.00248
|
||||
2017-11-06,0.00248,0.00182,0.00248,0.00183
|
||||
2017-11-07,0.00234,0.00183,0.00183,0.00231
|
||||
2017-11-08,0.00247,0.00215,0.00231,0.00236
|
||||
2017-11-09,0.00246,0.00225,0.00236,0.00243
|
||||
2017-11-10,0.00243,0.002,0.00243,0.00228
|
||||
@@ -1499,4 +1495,8 @@ time,high,low,open,close
|
||||
2021-12-10,0.09305,0.08754,0.08872,0.08778
|
||||
2021-12-11,0.0919,0.08668,0.08778,0.09154
|
||||
2021-12-12,0.09245,0.08986,0.09154,0.09109
|
||||
2021-12-13,0.09156,0.08604,0.09109,0.08606
|
||||
2021-12-13,0.09156,0.08423,0.09109,0.08504
|
||||
2021-12-14,0.08775,0.0839,0.08504,0.08716
|
||||
2021-12-15,0.08887,0.08298,0.08716,0.08758
|
||||
2021-12-16,0.08818,0.08529,0.08758,0.08542
|
||||
2021-12-17,0.08601,0.07859,0.08542,0.07927
|
||||
|
||||
|
Reference in New Issue
Block a user