All Questions
1 question
1
vote
0
answers
2k
views
Creating Pandas DataFrame on Python From a MongoDB Document containing Embedded documents
I am working on a machine learning algorithm on python's scikit.learn, but this time the data are in Mongodb documents format. I would like to pull my data into a dataframe. Here is an exemple of the ...