This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-03-29
Channels
- # announcements (8)
- # babashka (41)
- # beginners (45)
- # calva (23)
- # cider (17)
- # cljdoc (2)
- # cljfx (9)
- # clojure (40)
- # clojure-bay-area (13)
- # clojure-czech (4)
- # clojure-europe (46)
- # clojure-germany (6)
- # clojure-nl (13)
- # clojure-serbia (3)
- # clojure-uk (9)
- # clojurescript (76)
- # conjure (7)
- # cursive (5)
- # data-science (6)
- # deps-new (7)
- # fulcro (41)
- # graalvm (2)
- # jobs (6)
- # lsp (10)
- # malli (1)
- # mid-cities-meetup (1)
- # off-topic (77)
- # polylith (40)
- # re-frame (18)
- # releases (1)
- # remote-jobs (9)
- # reveal (1)
- # rewrite-clj (1)
- # shadow-cljs (11)
- # tools-deps (3)
- # tree-sitter (3)
- # vim (8)
- # xtdb (45)
I have another question about
: It seems that an Excel document with more than one tab/sheet causes an exception Multiple (2) datasets found in file
- is there a way to configure it to select a specific sheet?
I looked in the docs, but couldn't find anything about this. @UDRJMEFSN Do you have any ideas on how to solve multiple tabs/datasets?
@U018VMC8T0W - Yes - the ->dataset
pathways are set to produce a single datasets and at this point I do not have an option to select one out of potentially many which is an interesting idea.
In either https://techascent.github.io/tech.ml.dataset/tech.v3.libs.poi.html or https://techascent.github.io/tech.ml.dataset/tech.v3.libs.fastexcel.html you can find methods that will return a sequence of datasets from an xlsx or xls file.
Thanks! I did a quick experiment with workbook->datasets
and I think it will be perfect 😄
@U018VMC8T0W also, generally, DS hangs out in Zulip. For TMD in particular, try https://clojurians.zulipchat.com/#narrow/stream/151924-data-science/topic/tech.2Eml.2Edataset
I’ll check it out! Wasn’t aware of that platform 😄