最近在弄python Flask搜索引擎,数据肯定是重中之重。 爬了一大堆研报并写入了mongodb,为了方便查看是否出现数据重复,所以记录一下:
▌代码
db.getSiblingDB("stocks").getCollection('sina_report').aggregate([
{ $group: { _id : '$title', count: { $sum : 1 } } },
{ $match: { count: { $gt : 1} } }
])
最近在弄python Flask搜索引擎,数据肯定是重中之重。 爬了一大堆研报并写入了mongodb,为了方便查看是否出现数据重复,所以记录一下:
db.getSiblingDB("stocks").getCollection('sina_report').aggregate([
{ $group: { _id : '$title', count: { $sum : 1 } } },
{ $match: { count: { $gt : 1} } }
])
©2019-
柯西君_BingWong
|
pv
|
uv
Theme Tree
by WuJun
Powered by Hexo