I’ve got another couple questions on the support o...
# datascience
g
I’ve got another couple questions on the support of time objects in Kandy - I’m mainly using LocalDateTime and Duration - and support seems a bit patchy. I’ll share more details in thread, but it’s little things like, I could get a median duration but not a mean (for which I had to explicitly convert to ms and back to duration for display). I’m happy to look at contributing if that’s an option, and/or reading about known issues
a
Hi! Unfortunately, Kandy still has problems with supporting datetime types, and
Duration
is not supported at all (this is a known issue https://github.com/Kotlin/kandy/issues/384). Most of the problems were on the Lets-Plot side, but they have now been resolved, so we hope that in the next major release of Kandy, we will significantly improve support for datetime/`Duration` types.