Skip to content

Commit

Permalink
Update for table test
Browse files Browse the repository at this point in the history
  • Loading branch information
fstueber committed Sep 3, 2024
1 parent 84ca7a7 commit d133c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test_all_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def main() -> None:
continue

try:
df_subdivisions = pd.read_csv(country_dir / "subdivisions.csv", sep=";")
df_subdivisions = pd.read_csv(country_dir / "subdivisions.csv", sep=";", keep_default_na=False)
subdivisions = set(df_subdivisions.ShortName)
except FileNotFoundError:
subdivisions = {}
Expand Down

0 comments on commit d133c94

Please sign in to comment.