Skip to content

Commit

Permalink
add:temporal_granularity column
Browse files Browse the repository at this point in the history
  • Loading branch information
mfonsecaOEF authored Jan 19, 2024
1 parent 7e2e195 commit b9b0caf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def replace_val(df):

final_df['city'] = final_df['city'].replace(val_to_replace, new_val)
final_df['source_name'] = 'deie_mendoza'
final_df['temporal_granularity'] = 'annual'

locode_dic = {
'Rivadavia':'AR RIV',
Expand Down

0 comments on commit b9b0caf

Please sign in to comment.