From 45911c45dde9c495592b20b9241e18ad45bae8f2 Mon Sep 17 00:00:00 2001 From: Sanika Prasad Date: Mon, 9 Dec 2024 11:38:51 +0000 Subject: [PATCH] Removed unwanted lines --- scripts/world_bank/wdi/worldbank.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/world_bank/wdi/worldbank.py b/scripts/world_bank/wdi/worldbank.py index 28f961577..ccef05d58 100644 --- a/scripts/world_bank/wdi/worldbank.py +++ b/scripts/world_bank/wdi/worldbank.py @@ -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'] = (