Skip to content

Instantly share code, notes, and snippets.

@seancron
Created July 22, 2010 03:38
Show Gist options
  • Save seancron/485530 to your computer and use it in GitHub Desktop.
Save seancron/485530 to your computer and use it in GitHub Desktop.
(def data
(try
(read-dataset
"./uptime2.csv"
:header true)
(catch FileNotFoundException e
(dataset ["time" "up?"]
[]))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment