This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-30
Channels
- # arachne (2)
- # beginners (8)
- # boot (19)
- # chestnut (2)
- # cider (1)
- # clara (1)
- # cljs-dev (31)
- # cljsrn (82)
- # clojure (163)
- # clojure-dusseldorf (7)
- # clojure-greece (1)
- # clojure-italy (4)
- # clojure-norway (3)
- # clojure-russia (24)
- # clojure-sg (5)
- # clojure-spec (6)
- # clojure-uk (42)
- # clojurescript (239)
- # core-async (4)
- # cursive (10)
- # data-science (18)
- # datascript (1)
- # datomic (110)
- # emacs (16)
- # euroclojure (1)
- # events (1)
- # figwheel (1)
- # hoplon (22)
- # keechma (2)
- # klipse (5)
- # lein-figwheel (3)
- # leiningen (7)
- # luminus (27)
- # melbourne (2)
- # mount (5)
- # nyc (7)
- # off-topic (35)
- # om (20)
- # onyx (49)
- # pedestal (41)
- # re-frame (31)
- # reagent (18)
- # remote-jobs (9)
- # ring (4)
- # ring-swagger (1)
- # spacemacs (6)
- # specter (6)
- # uncomplicate (3)
- # unrepl (9)
- # untangled (54)
- # yada (11)
Before I go any further, is there already something out there like this that I don't know about?
(and good morning 🙂 )
Hi @elise_huard sounds like a great idea, some of these functions seem like they would be good additions to clojure.core.matrix.dataset
itself, assuming they are sufficiently general purpose
@mikera cool, I'll have a go and if it looks promising I can retire it and make a PR of it for clojure.core.matrix.dataset
@elise_huard got a repo yet?
@otfrom not yet 😉
@elise_huard I think there might be some things to harvest from some work that @tcoupland did earlier too (not sure which repos they are in though)
@elise_huard found em: https://github.com/MastodonC/witan.workspace-api/blob/master/src/witan/datasets.clj
@tcoupland yes, was going to start with some of those, there is a whole list of stuff that can be added
was going to credit you and antony as well 🙂
already some changes needed though, think core.matrix.dataset api has evolved since
(from my brief tests last night)
dplyer used to be the pinnacle of data-shaping in R, but the standard currently is data.table
https://www.datacamp.com/community/tutorials/data-table-cheat-sheet#gs.mSDhcFY
as for whether something like this currently exists in clojure is debatable, but I happen to like using cgrand's xforms library