标签: pymongo
有什么解决方案可以通过python使用mongo的聚合命令
db.collctionName.aggregate([{$group:{_id:"$Gender",MyResult:{$sum:1}}}])