-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Where function should support float64 comparisons #5466
Comments
The issue title is obviously not correct in general. I suspect this is because the JSON decoder treats all numbers as |
Does |
I just tried |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm trying to filter a JSON array of values returned from the GitHub API where "size" > 0; however, the
where XYZ "gt" 0
function is not working and returns an empty array every time. Neither doeswhere XYZ "ge" 1
work. (XYZ is a placeholder). Maybe there's a formatting issue I'm missing, but I've tried numerous different variations.The full line is:
This works fine when I just filter boolean values.
The text was updated successfully, but these errors were encountered: