Clojure-Data is a simple Clojure library that makes it easy to load and work with data sets.
Clojure-Data uses the 'component' design pattern to hold datasets in memory for easy and efficient access.
Often times the first step when working with data is a transform or pre-processing function, Clojure-Data makes it easy to extract data via a function and transform data for analysis and exploration.
See example in dev.clj
-
Releases are published to TODO_LINK
-
Latest stable release is TODO_LINK
-
All released versions TODO_LINK
Leiningen dependency information:
[clojure-data "0.1.0-SNAPSHOT"]
Maven dependency information:
<dependency>
<groupId>clojure-data</groupId>
<artifactId>clojure-data</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
- Version 0.1.0-SNAPSHOT
Copyright © 2018 TODO_INSERT_NAME
TODO: Choose a license