Can find_all_pandas
treat list of struct as nested dataframe?
#170
Labels
find_all_pandas
treat list of struct as nested dataframe?
#170
I have a mongo document which has a list field containing child documents.
Pandas data frames can be nested. And PyArrow has
Table
andRecordBatch
types.I would like to avoid having to call
pandas.json_normalize
on the child list and instead havefind_all_pandas
return directly a nested dataframe.Would it be possible to use
Table
orRecordBatch
type in the schema to get this behaviour?The text was updated successfully, but these errors were encountered: