adamerose / adamerose/PandasGUI

Filtering timestamp columns

Aperta
#246 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
3.3k
Fork
239
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Previously this kind of filter statement would've worked:

![image](https://github.com/adamerose/PandasGUI/assets/45682633/0b14da93-ad84-4bfe-a3df-1d92c42c98aa)

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.