You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try example in example4_custom_functions.py
and put 'filter(.city == "New York") | times(.age)' in query, I got: SyntaxError: Unknown function "times"
In fact custom functions seems to not work in queries with pipe...