|
|
@ -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()
|
|
|
|