NaN是 not a number的缩写,pymongo尝试了多种查询方式发现都不起作用,
发现利用numpy中的nan类型可以查询处理
coll.find({"price": np.nan}, no_cursor_timeout=True)