Fork me on GitHub
#data-science
<
2017-07-28
>
stathissideris20:07:14

I’m curious: do people who have used pandas in Python feel like plain Clojure is lacking in comparison? to we need an equivalent in Clojure?

stathissideris20:07:49

I’m scrolling through the endless pandas API and it seems like (1) a lot of the stuff is possible in vanilla Clojure (2) it seems very complected (for example Styler.format(formatter[, subset]) Format the text display value of cells.) (3) there is some genuinely nice stuff in there (like parsers and descriptive stats) which could be their own libraries

jsa-aerial21:07:36

I would say a good bit of the nicer stuff is covered by core.matrix.dataset.

jsa-aerial21:07:58

I also would agree with both points 1 and 2...