PythonでMongoDB操作時に”TypeError: ‘Collection’ object is not callable. If you meant to call the ‘createIndex’ method on a ‘Collection’ object it is failing because no such method exists.”エラーが出る
PythonでのMongoDB操作でつまづいたのでメモ。 PythonでMongoDBの操作をしようとすると、特定のメソッドを利用した際に以下のようなエラーがでることがあります。 こちらのStack Overflowの記...