Closed m-rossi closed 6 months ago
Describe the bug Datetime columns are not displayed correctly
To Reproduce
import datetime import pandas as pd import ipydatagrid df = pd.DataFrame( { 'A': [0, 1], 'B': [datetime.datetime.now() - datetime.timedelta(days=1), datetime.datetime.now()], }, ) ipydatagrid.DataGrid(df)
Expected behavior Display datetime columns like 2024-05-08... (worked before)
2024-05-08...
Screenshots
Environment (please complete the following information):
thanks @martinRenou !
Describe the bug Datetime columns are not displayed correctly
To Reproduce
Expected behavior Display datetime columns like
2024-05-08...
(worked before)Screenshots
Environment (please complete the following information):