Skip to content

Instantly share code, notes, and snippets.

@cbilson
Created July 6, 2010 11:10
Show Gist options
  • Save cbilson/465257 to your computer and use it in GitHub Desktop.
Save cbilson/465257 to your computer and use it in GitHub Desktop.
(def usd-eur (read-dataset "USD-EUR.csv" :header 2))
(with-data usd-eur
(view (line-chart ($ :USDEUR) ($ :Date))))
Date,USDEUR
2010-07-02,1.2548
2010-07-01,1.2328
2010-06-30,1.2271
2010-06-29,1.2198
2010-06-28,1.2339
2010-06-25,1.2294
2010-06-24,1.2262
2010-06-23,1.2271
2010-06-22,1.2258
2010-06-21,1.2391
2010-06-18,1.2372
2010-06-17,1.2363
2010-06-16,1.2277
2010-06-15,1.2258
2010-06-14,1.2249
2010-06-11,1.2127
2010-06-10,1.2045
2010-06-09,1.2010
2010-06-08,1.1942
2010-06-07,1.1959
2010-06-04,1.2060
2010-06-03,1.2268
2010-06-02,1.2218
2010-06-01,1.2155
2010-05-31,1.2307
2010-05-28,1.2384
2010-05-27,1.2255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment