Browse Source

Add print statement informning about how long it takes to convert mongo result into dataframe

ogert 4 years ago
parent
commit
b2bfdc1673
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cdplib/db_handlers/MongodbHandler.py

+ 1 - 0
cdplib/db_handlers/MongodbHandler.py

@@ -13,6 +13,7 @@ Created on Mon Sep 16 13:27:44 2019
 import simplejson
 import sys
 import os
+import time
 
 import pymongo
 from pymongo import MongoClient