You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.