A library of clojure functions I used to perform tabular data manipulations. Comes in handy for merging csv files with database data. Apologies for ill-documented code pulled from a more ambitious personal project that I only vaguely remember.
Add this :dependency
to your Leiningen
project.clj
:
[starbuck "0.1.0-SNAPSHOT"]
- Write some tests
- Add support for excel directly instead of relying soley on csv files
- Move more data manipulation functions I have lying around into this repo
Copyright © 2013 Tracy Malkemes
Distributed under the Eclipse Public License, the same as Clojure.