hvplot
hvplot copied to clipboard
Warn when mixed time types detected
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.