bug fixes data format
This commit is contained in:
parent
1d0bbce748
commit
1e3e0eac45
|
@ -305,7 +305,7 @@ class Generator (Learner):
|
||||||
else:
|
else:
|
||||||
# print (_item)
|
# print (_item)
|
||||||
pass
|
pass
|
||||||
_df = _df.replace('NaT','')
|
_df = _df.replace('NaT','').replace('NA','')
|
||||||
|
|
||||||
if r :
|
if r :
|
||||||
self.log(**{'action':'format','input':r})
|
self.log(**{'action':'format','input':r})
|
||||||
|
|
Loading…
Reference in New Issue