core-matrix

intended for specific discussion around core.matrix (usage and development) For general data work check out #data-science
2016-01-29T14:38:00.000016Z

Anyone using Incanter? I'm trying the incanter.core/$map function in Incanter 1.9.0 on the example code in the docstring and get a NullPointerException:

ns> (use '(incanter core datasets))
nil
ns> (def cars (get-dataset :cars))
#'ns/cars
ns> (i/$map (fn [s] (/ s)) :speed cars)
NullPointerException   clojure.lang.Numbers.ops (Numbers.java:1013)