From 0f82f002dfb7512f358e786635f492251e714d20 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Sun, 4 Apr 2021 12:11:40 -0500 Subject: [PATCH] ... --- pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.py b/pipeline.py index 1ca19e5..8d35cd8 100644 --- a/pipeline.py +++ b/pipeline.py @@ -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