bug fix with logs
This commit is contained in:
parent
8e997675f8
commit
523f7364f1
|
@ -192,9 +192,10 @@ class Learner(Process):
|
|||
finally:
|
||||
pass
|
||||
|
||||
_log[name] = self._df[name].dtypes.name
|
||||
_log = {'action':'structure','input':_log}
|
||||
self.log(**_log)
|
||||
# _log[name] = self._df[name].dtypes.name
|
||||
# _log[name] = reader.meta()
|
||||
# _log = {'action':'structure','input':_log}
|
||||
# self.log(**_log)
|
||||
#
|
||||
# convert the data to binary here ...
|
||||
_schema = self.get_schema()
|
||||
|
|
Loading…
Reference in New Issue