def result_to_df(all_records, keepid=False, max_embed_dep=0, client=None)
Turn result documents into pandas DataFrame, all documents should eb the same type. If max_embed_dep > 0, a client need to be provide to get objects to embed in DataFrame.
def result_to_df(all_records, keepid=False, max_embed_dep=0, client=None)
Turn result documents into pandas DataFrame, all documents should eb the same type. If max_embed_dep > 0, a client need to be provide to get objects to embed in DataFrame.