This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-11
Channels
- # ai (2)
- # announcements (5)
- # babashka (16)
- # beginners (24)
- # calva (22)
- # clerk (2)
- # clj-yaml (4)
- # cljsrn (1)
- # clojure (15)
- # clojure-dev (7)
- # data-science (5)
- # datalevin (1)
- # emacs (21)
- # events (1)
- # hyperfiddle (33)
- # lsp (71)
- # membrane (1)
- # podcasts-discuss (1)
- # practicalli (11)
- # re-frame (17)
- # reagent (3)
- # sci (1)
- # shadow-cljs (47)
- # transit (1)
Hi all! I'm playing with clerk and tech.v3.dataset now and have a question. I prepared data with tech.v3 and trying to plot with with clerk/plotly or clerk/vg and get errors like
Unhandled java.lang.ClassCastException
class tech.v3.dataset.impl.column.Column cannot be cast to class clojure.lang.IPersistentVector (tech.v3.dataset.impl.column.Column is in unnamed module of loader clojure.lang.DynamicClassLoader @2441b2dd; clojure.lang.IPersistentVector is in unnamed module of loader 'app')
As I understand dataset should be transformed before using in clerk visual tools.
Could you please give me direction, how it can be easily transformed.Found the method tech.v3.dataset/rows. It returns suitable data for vega. Thank you all 🙂
🙌 6