Skip to content

Commit

Permalink
Fix colombia products file names
Browse files Browse the repository at this point in the history
  • Loading branch information
makmanalp committed Aug 5, 2015
1 parent fc5445b commit bf70a1f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions product/HS/Colombia_Prospedia/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
parent_id_table = parent_code_table_to_parent_id_table(parent_code_table, h)
parent_id_table.name = parent_id_table.name_en

from IPython import embed; embed()

c = Classification(parent_id_table, h)

c.to_csv("out/products_mexico_prospedia.csv")
c.to_stata("out/products_mexico_prospedia.dta")
c.to_csv("out/products_colombia_prospedia.csv")
c.to_stata("out/products_colombia_prospedia.dta")
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="linnaeus",
version="v0.0.13",
version="v0.0.14",
author="Mali Akmanalp <Harvard CID>",
description=("Harvard CID's classification tools."),
url="http://github.com/cid-harvard/classifications/",
Expand Down

0 comments on commit bf70a1f

Please sign in to comment.