adamerose / adamerose/PandasGUI

Filtering timestamp columns

Aberta
#246 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Python
Estrelas
3.3k
Forks
239
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.