Skip to content

Commit 3566c13

Browse files
authored
Merge pull request #77 from datakind/Validation-Errors
adjusted val cols
2 parents bed6487 + 26ca174 commit 3566c13

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/webapp/validation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ def validate_dataset(
189189
canon: [normalize_col(alias) for alias in [canon] + spec.get("aliases", [])]
190190
for canon, spec in merged_specs.items()
191191
}
192-
df.columns = [normalize_col(c) for c in df.columns]
193192
df = rename_columns_to_match_schema(df, canon_to_aliases)
194193
df.columns = [
195194
normalize_col(c) for c in df.columns

0 commit comments

Comments
 (0)