bug fix with logs

This commit is contained in:
Steve Nyemba 2023-08-08 09:48:22 -05:00
parent 8e997675f8
commit 523f7364f1
1 changed files with 4 additions and 3 deletions

View File

@ -192,9 +192,10 @@ class Learner(Process):
finally: finally:
pass pass
_log[name] = self._df[name].dtypes.name # _log[name] = self._df[name].dtypes.name
_log = {'action':'structure','input':_log} # _log[name] = reader.meta()
self.log(**_log) # _log = {'action':'structure','input':_log}
# self.log(**_log)
# #
# convert the data to binary here ... # convert the data to binary here ...
_schema = self.get_schema() _schema = self.get_schema()