...
This commit is contained in:
parent
856d1e4bd7
commit
0f82f002df
|
@ -218,7 +218,7 @@ class Components :
|
||||||
# df = args['data']
|
# df = args['data']
|
||||||
_cast = {}
|
_cast = {}
|
||||||
if schema :
|
if schema :
|
||||||
for _item in schem :
|
for _item in schema :
|
||||||
dtype = str
|
dtype = str
|
||||||
name = _item['name']
|
name = _item['name']
|
||||||
novalue = -1
|
novalue = -1
|
||||||
|
|
Loading…
Reference in New Issue