mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-14 19:38: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.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,184.56,167.31,181.41,167.65
|
||||
2021-12-11,173.8,161.48,167.65,172.08
|
||||
2021-12-12,176.87,167.8,172.08,173.0
|
||||
2021-12-13,173.0,155.92,173.0,156.29
|
||||
2021-12-13,173.0,148.1,173.0,155.15
|
||||
2021-12-14,163.17,149.67,155.15,161.43
|
||||
2021-12-15,183.17,156.91,161.43,178.55
|
||||
2021-12-16,189.3,174.51,178.55,176.92
|
||||
2021-12-17,182.47,168.15,176.92,169.95
|
||||
|
||||
|
Reference in New Issue
Block a user