Hi everyone, I'm learning about using data-science tooling in clojure and encountered a bug somewhere between tech.v3.dataset and clerk. A bug has been filed for it here https://github.com/nextjournal/clerk/issues/677 , but my lack of familiarity with this toolkit is a limiting factor. Is anyone here willing to take a look and see if they can shed some light on what's happening?
itโs now been fixed with https://github.com/techascent/tech.ml.dataset/issues/413
The bug presents as a ClassCastException when rendening a dataset, that contains a java.time.Instant.
https://github.com/nextjournal/clerk/issues/677#issuecomment-2317302226 Iโm puzzled why I can transduce one column but not the other
@chris441 is this intentional/expected and I need to catch / handle this in clerk?
More minimal repro and workaround: https://github.com/nextjournal/clerk/issues/677#issuecomment-2318222572