hvplot icon indicating copy to clipboard operation
hvplot copied to clipboard

Warn when mixed time types detected

Open jlstevens opened this issue 3 years ago • 0 comments

Issues #934 and #935 show examples of different time offsets. It is easy to create a dataframe where a timestamp column has mixed time types/offsets in which case the plotting will fail (time types are hard enough to support without mixing them!).

It would nice if users could be given a helpful warning when such cases occur instead of issuing a confusing exception while plotting.

jlstevens avatar Oct 13 '22 12:10 jlstevens