This commit is contained in:
Steve Nyemba 2022-06-10 13:33:51 -05:00
parent 44d621941d
commit 3087e98bc0
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ class Generator (Learner):
# print (_df[cols]) # print (_df[cols])
writer = transport.factory.instance(**_store) writer = transport.factory.instance(**_store)
writer.write(_df[:],schema=[_item for _item in _schema if _item['name'] in cols]) writer.write(_df[:],schema=_schema)