|
@@ -86,7 +86,6 @@ class DataFrameToCollection():
|
|
continue
|
|
continue
|
|
|
|
|
|
if field in already_reshaped:
|
|
if field in already_reshaped:
|
|
- print(self._log.green,'Adding ',field, "to reshaped fields",self._log.reset)
|
|
|
|
reshaped_field = data.groupby(grp_fields, sort=False)[field]\
|
|
reshaped_field = data.groupby(grp_fields, sort=False)[field]\
|
|
.apply(self._make_flattened_list_of_distinct)
|
|
.apply(self._make_flattened_list_of_distinct)
|
|
reshaped_fields.append(reshaped_field)
|
|
reshaped_fields.append(reshaped_field)
|