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've noticed the PerspectiveWidget doesn't respect Pandas Datatype datetime64[ns] . For example, if a pandas dataframe contains a datetime64[ns] value, the PerspectiveWidget will display the column as a unix timestamp.
Expected Behavior
The PerspectiveWidget returns a datetime value instead of a unix timestamp
Example Working Solution Using Perspective natively
Overview
I've noticed the PerspectiveWidget doesn't respect Pandas Datatype datetime64[ns] . For example, if a pandas dataframe contains a datetime64[ns] value, the PerspectiveWidget will display the column as a unix timestamp.
Expected Behavior
The PerspectiveWidget returns a datetime value instead of a unix timestamp
Example Working Solution Using Perspective natively
Example Bug Using Panel/Lumen
The text was updated successfully, but these errors were encountered: