Skip to content

stevensurgnier/incanter-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Processing with Incanter

Basic data processing operations in clojure are presented using incanter.

  • row selection
  • column selection
  • create "views" of your dataset
  • apply functions to columns
  • apply functions to groups of rows
  • reshape your data (similar to reshape in R) with deshape and shape

Usage

drop into a repl

lein repl

bring in the namespace

(use 'incanter-demo.core)

and play around

(head (to-dataset user-info))

About

incanter-demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published