Import MongoDB data to Azure ML Studio from Python Script
问题 Currently in Azure ML's while executing python script, with following code. (Python 2.7.11) In which results obtained from the mongoDB are trying to return in DataFrame using pyMongo. I got an error like :: "C:\pyhome\lib\site-packages\pymongo\topology.py", line 97, in select_servers self._error_message(selector)) ServerSelectionTimeoutError: ... ('The write operation timed out',) Please let me know if you know about the cause of the error and what to improve. My Source code : import pymongo