I am new to pandas (well, to all things \"programming\"...), but have been encouraged to give it a try. I have a mongodb database - \"test\" - with a collection called \"tw
Comprehend the cursor you got from the MongoDB before passing it to DataFrame
import pandas as pd df = pd.DataFrame(list(tweets.find()))