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
Previously this kind of filter statement would've worked:
Now it throws the following error: '<' not supported between instances of 'Timestamp' and 'str'
I can't figure out how to edit the statement. If I use datetime_col < datetime.datetime(2023,12,5,10,30) I get the error name 'datetime' is not defined
I am using pandasgui 0.2.14
The text was updated successfully, but these errors were encountered:
Previously this kind of filter statement would've worked:
Now it throws the following error:
'<' not supported between instances of 'Timestamp' and 'str'
I can't figure out how to edit the statement. If I use
datetime_col < datetime.datetime(2023,12,5,10,30)
I get the errorname 'datetime' is not defined
I am using pandasgui 0.2.14
The text was updated successfully, but these errors were encountered: