Skip to content

Commit

Permalink
Removed unwanted lines
Browse files Browse the repository at this point in the history
  • Loading branch information
saanikaaa committed Dec 9, 2024
1 parent 0d37b10 commit 45911c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/world_bank/wdi/worldbank.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def download_indicator_data(worldbank_countries, indicator_codes, mode):

# Add new row to main datframe.
country_df_list.append(country_df)
#worldbank_dataframe = pd.concat([worldbank_dataframe, country_df])

worldbank_dataframe = pd.concat(country_df_list)
# Map indicator codes to unique Statistical Variable.
worldbank_dataframe['StatisticalVariable'] = (
Expand Down

0 comments on commit 45911c4

Please sign in to comment.