Skip to content

Commit

Permalink
fix for latest WDI source file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Apr 21, 2024
1 parent e71fd3b commit b7608a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etl/scripts/etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
source_dir = '../source/'
output_dir = '../../'

data_csv = os.path.join(source_dir, 'WDIData.csv')
data_csv = os.path.join(source_dir, 'WDICSV.csv')
country_csv = os.path.join(source_dir, 'WDICountry.csv')
series_csv = os.path.join(source_dir, 'WDISeries.csv')
groups_xls = os.path.join(source_dir, 'CLASS.xlsx')
Expand Down

0 comments on commit b7608a0

Please sign in to comment.