Skip to content

Commit

Permalink
the column should be concept
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Feb 27, 2016
1 parent 852e703 commit a17aa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/wdi.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def extract_concept_continuous(country, series):
concepts_continuous = series.copy()

# adding some columns for DDF model
concepts_continuous['series'] = series['Series Code'].apply(to_concept_id)
concepts_continuous['concept'] = series['Series Code'].apply(to_concept_id)
concepts_continuous['type'] = 'measure'

# rename the columns into lower case alphanumeric and rearrange them
Expand Down

0 comments on commit a17aa34

Please sign in to comment.