Dataframe has no attribute ingredient_list

前端 未结 0 453
忘掉有多难
忘掉有多难 2020-12-21 02:08
def read_mongo(collection):
cursor = collection.find({})
df = pd.DataFrame(list(cursor))
return df

Now when I execute this command

db         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题