data-science

pieterbreed 2024-08-29T11:04:45.276209Z

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?

mkvlr 2024-09-14T09:27:29.462149Z

itโ€™s now been fixed with https://github.com/techascent/tech.ml.dataset/issues/413

๐Ÿ™๐Ÿฝ 1
pieterbreed 2024-08-29T11:05:17.506529Z

The bug presents as a ClassCastException when rendening a dataset, that contains a java.time.Instant.

mkvlr 2024-08-29T11:36:16.170669Z

https://github.com/nextjournal/clerk/issues/677#issuecomment-2317302226 Iโ€™m puzzled why I can transduce one column but not the other

mkvlr 2024-08-29T12:36:21.013709Z

@chris441 is this intentional/expected and I need to catch / handle this in clerk?

Harold 2024-08-29T15:58:11.892499Z

More minimal repro and workaround: https://github.com/nextjournal/clerk/issues/677#issuecomment-2318222572