码迷,mamicode.com
首页 > 数据库 > 详细

python 遍历mongo db集合文档

时间:2021-02-23 14:03:33      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:host   item   遍历   pre   find   client   python   读取   安阳   

# -*- coding: UTF-8 -*-
import pymongo
# 连接数据库
client = pymongo.MongoClient(localhost,27017)
db=client[qunar]
collection=db[departures]
# 读取数据
data = collection.find()
for item in data:
    print(item[departure])

澳门
阿坝州
阿克苏地区
阿拉尔
阿拉善盟
阿勒泰
阿里
安康
安庆
鞍山
安顺
安阳
北京
白城
百色
白沙
白山

python 遍历mongo db集合文档

标签:host   item   遍历   pre   find   client   python   读取   安阳   

原文地址:https://www.cnblogs.com/cdou/p/14428364.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!