This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-03
Channels
- # announcements (5)
- # babashka (7)
- # beginners (119)
- # biff (4)
- # cider (7)
- # clj-kondo (26)
- # cljfx (3)
- # cljs-dev (2)
- # clojure (28)
- # clojure-austin (18)
- # clojure-europe (9)
- # clojure-france (6)
- # clojure-norway (4)
- # clojure-uk (3)
- # clojurescript (6)
- # community-development (1)
- # core-async (4)
- # cursive (9)
- # data-science (12)
- # datomic (13)
- # duct (18)
- # emacs (15)
- # etaoin (5)
- # events (13)
- # honeysql (46)
- # hyperfiddle (9)
- # jackdaw (5)
- # jobs (13)
- # keechma (4)
- # lsp (37)
- # malli (32)
- # nbb (14)
- # off-topic (10)
- # other-languages (2)
- # polylith (4)
- # programming-beginners (3)
- # reagent (27)
- # reitit (1)
- # shadow-cljs (32)
- # sql (11)
- # tools-build (5)
- # tools-deps (3)
- # vim (14)
- # xtdb (11)
I made a status update from the Clojure data science community. There are lots of interesting groups and projects happening, may be of interest if you’re interested in Clojure or have data to work with or both! https://www.youtube.com/watch?v=63-KGa3Flac
Hi everyone, does anyone know what the most supported/used clj spark library is in the community? There seem to be a couple and its hard to tell which one to use
Hi. https://github.com/zero-one-group/geni by @USH9B0ZU0 & friends is well-documented, still getting the maintainer's attention, and a few people have been telling about actively using it.
See you on Saturday! ☝️
See you in a little less than an hour at the Clojask / Tablecloth session with @mat_1, @ezmiller, and friends.
does the tc/dataset
function in https://github.com/scicloj/tablecloth expose a way to read in gzipped files with an arbitrary delimiter? For example, a file name ending in .psv.gz
where psv
indicates a pipe |
delimited file?
tc/dataset
in most cases delegates ds creation to tmd/->dataset
especially reading a file.
ah, I see that. I like the idea that known filetypes are easy and it does the right thing, but I think when it does not recognize the file extension it should relax a bit and ask for a row delimiter
nm, I think I found it.... https://techascent.github.io/tech.ml.dataset/tech.v3.dataset.html#var--.3Edataset
See you on Saturday! ☝️
See you in a little less than an hour at the Clojask / Tablecloth session with @mat_1, @ezmiller, and friends.