pymongo might give you a hand, followings are some codes I'm using: import ... DataFrame(list(cursor)) # Delete the _id if no_id: del df['_id'] return df ...
確定! 回上一頁