Skip to content

Instantly share code, notes, and snippets.

@rozeappletree
Created June 27, 2020 17:04
Show Gist options
  • Save rozeappletree/6947461786f24a2955d0dab1756f7680 to your computer and use it in GitHub Desktop.
Save rozeappletree/6947461786f24a2955d0dab1756f7680 to your computer and use it in GitHub Desktop.
for kladane's algorithm demo
time-interval (in any units) loss/profit (in any units)
1-Jan-2020 -400
5-Jan-2020 600
10-Jan-2020 -500
15-Jan-2020 300
20-Jan-2020 100
25-Jan-2020 500
30-Jan-2020 -700
5-Feb-2020 -900
@rozeappletree
Copy link
Author

rozeappletree commented Jun 27, 2020

Raw text file:

sample-csv.csv:

time-interval (in any units),loss/profit (in any units)
1-Jan-2020,-400
5-Jan-2020,600
10-Jan-2020,-500
15-Jan-2020,300
20-Jan-2020,100
25-Jan-2020,500
30-Jan-2020,-700
5-Feb-2020,-900

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment