adamerose / adamerose/PandasGUI
Filtering timestamp columns
Offen
- Vorherrschende Sprache
- Python
- Sterne
- 3.3k
- Forks
- 239
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.