data-science 2024-08-29

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

๐Ÿ™๐Ÿฝ 1

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?