|
|
|
@ -425,7 +425,7 @@ class Generator (Learner):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_schema = self.get_schema()
|
|
|
|
|
_schema = [{'name':_item.name,'type':_item.field_type} for _item in _schema]
|
|
|
|
|
# _schema = [{'name':_item.name,'type':_item.field_type} for _item in _schema]
|
|
|
|
|
_df = self.format(_df,_schema)
|
|
|
|
|
_log = [{"name":_schema[i]['name'],"dataframe":_df[_df.columns[i]].dtypes.name,"schema":_schema[i]['type']} for i in np.arange(len(_schema)) ]
|
|
|
|
|
self.log(**{"action":"consolidate","input":_log})
|
|
|
|
|