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
The line df.query(None):
Nested-Pandas returns TypeError: object of type 'NoneType' has no len()
Wheras Pandas returns an explicit error: ValueError: expr must be a string to be evaluated, <class 'NoneType'> given
Providing no input to query should return an explicit value error
The text was updated successfully, but these errors were encountered: