我已经在控制台中使用了相当长的MongoDB查询:
SyntaxError: invalid syntax
我现在需要使用PyMongo在Python中使用它,但可以理解的是得到:
"""The query from above between the brackets"""
addresses_to_process = db.addresses.find(query)
由于它相当复杂,有一种简单的方法可以逃避它,因为我有几个要使用它,我已经尝试将上述查询包含在内:
TypeError: filter must be an instance of dict, bson.son.SON, or other type that inherits from collections.Mapping
但是我收到了一个错误:
reshape