|
@@ -132,7 +132,8 @@ class DataFrameToCollection():
|
|
data=data,
|
|
data=data,
|
|
schema=sub_schema,
|
|
schema=sub_schema,
|
|
grp_fields=grp_fields,
|
|
grp_fields=grp_fields,
|
|
- _final_step=False)
|
|
|
|
|
|
+ _final_step=False,
|
|
|
|
+ already_reshaped=already_reshaped)
|
|
|
|
|
|
# Need to be checked since child elements can be empty
|
|
# Need to be checked since child elements can be empty
|
|
if sub_data is not None:
|
|
if sub_data is not None:
|
|
@@ -175,7 +176,8 @@ class DataFrameToCollection():
|
|
data=data,
|
|
data=data,
|
|
schema=sub_schema,
|
|
schema=sub_schema,
|
|
grp_fields=grp_fields + sub_grp_fields,
|
|
grp_fields=grp_fields + sub_grp_fields,
|
|
- _final_step=False)
|
|
|
|
|
|
+ _final_step=False,
|
|
|
|
+ already_reshaped=already_reshaped)
|
|
|
|
|
|
if sub_data is not None:
|
|
if sub_data is not None:
|
|
|
|
|