Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering timestamp columns #246

Open
mkaunisaho opened this issue Dec 8, 2023 · 0 comments
Open

Filtering timestamp columns #246

mkaunisaho opened this issue Dec 8, 2023 · 0 comments

Comments

@mkaunisaho
Copy link

Previously this kind of filter statement would've worked:

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant