Skip to content

library of functions for manipulating tabular data from various sources in clojure

Notifications You must be signed in to change notification settings

tracym/starbuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starbuck

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.

Installation

Add this :dependency to your Leiningen project.clj:

[starbuck "0.1.0-SNAPSHOT"]

TODO

  • 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

License

Copyright © 2013 Tracy Malkemes

Distributed under the Eclipse Public License, the same as Clojure.

About

library of functions for manipulating tabular data from various sources in clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published