queryverse / DataVoyager.jl

Julia wrapper for the Voyager data exploration tool
Other
128 stars 11 forks source link

Accessing millisecond objects #44

Open hdavid16 opened 4 years ago

hdavid16 commented 4 years ago

I have a field in a dataframe that I am trying to visualize using Voyager. The data type is milliseconds (delta of two date times). On voyager, this gets displayed as [object Object]. It would be nice for Voyager to interpret the time delta. The current workaround is to convert the milliseconds into integers.