adamerose / adamerose/PandasGUI

Filtering timestamp columns

Open
#246 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3.3k
Forks
239
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.