Skip to content

Commit

Permalink
Duplicate names for Mexico locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
makmanalp committed Sep 23, 2015
1 parent 6325c06 commit 171f3c2
Show file tree
Hide file tree
Showing 3 changed files with 2,494 additions and 2,491 deletions.
3 changes: 3 additions & 0 deletions location/Mexico/INEGI/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
parent_id_table = parent_code_table_to_parent_id_table(parent_code_table, h)

parent_id_table["name"] = parent_id_table["name_en"]
parent_id_table["name_es"] = parent_id_table["name_en"]
parent_id_table["name_short_en"] = parent_id_table["name_en"]
parent_id_table["name_short_es"] = parent_id_table["name_es"]
c = Classification(parent_id_table, h)

c.to_csv("out/locations_mexico_inegi.csv")
Expand Down
Loading

0 comments on commit 171f3c2

Please sign in to comment.