This commit is contained in:
Steve Nyemba 2021-04-04 12:11:40 -05:00
parent 856d1e4bd7
commit 0f82f002df
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ class Components :
# df = args['data']
_cast = {}
if schema :
for _item in schem :
for _item in schema :
dtype = str
name = _item['name']
novalue = -1