-
Notifications
You must be signed in to change notification settings - Fork 42
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
Support for pandas query #162
Comments
I made it work this way:
Pint Pandas gives us the answer:
|
Thanks @MichaelTiemannOSC : Prefixing with @ works for me:
I'm still wondering if |
details in this pandas closed issue |
Hello,
I wanted to ask if the pandas query function is supported in pint-pandas or if there are plans on supporting it.
I haven't got this to work and I couldn't find any information in the docs or any issue regarding this topic.
What I've tried and what I could imagine the support to look like:
On the other hand I'd expect
df.query(f"torque >= 2")
to fail.The text was updated successfully, but these errors were encountered: