I noticed that DateTime objects in Python do not render correctly in the plot tooltips when they are included as hover_data arguments in plotly express functions. See example below.

Desired behavior would be the way that IPython renders the DateTime objects using the display function. See below:

The exact datatype of the Timestamp Series is dtype('<M8[ns]'), which is a numpy specific dtype.