Commit 0456f04a authored by Irene Perez Gonzalez's avatar Irene Perez Gonzalez
Browse files

Line feeds

parent e4eb3ea3
......@@ -44,7 +44,7 @@ def validate_numeric(elements,data,schema):
def validate_codes(elements, data, code_tables_path, schema, supp = False):
mask = pd.DataFrame(index = data.index, data = False, columns = elements)
if os.path.isdir(code_tables_path):
for element in elements:
code_table = schema.get(element).get('codetable')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment