bug fixes data format

This commit is contained in:
Steve Nyemba 2022-05-16 14:02:40 -05:00
parent 1d0bbce748
commit 1e3e0eac45
1 changed files with 1 additions and 1 deletions

View File

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