From 4c6e49a5bb38a8715a02b974d49b366ae0d4c1d2 Mon Sep 17 00:00:00 2001
From: Chandrasekhar Ramakrishnan <cramakri@ethz.ch>
Date: Thu, 9 Apr 2020 05:00:21 +0000
Subject: [PATCH] fix: remove incorrect code introduced into the notebook

---
 notebooks/process/ToRates.ipynb | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/notebooks/process/ToRates.ipynb b/notebooks/process/ToRates.ipynb
index 5db50b0b9..16341970d 100644
--- a/notebooks/process/ToRates.ipynb
+++ b/notebooks/process/ToRates.ipynb
@@ -167,16 +167,6 @@
     "].iloc[:,-2:]"
    ]
   },
-  {
-   "cell_type": "code",
-   "execution_count": null,
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "country_centroids_df = pd.read_csv(worldmap_path)\n",
-    "country_centroids_df = country_centroids_df[['name', 'name_long', 'sov_a3', 'region_un', 'subregion', 'region_wb', 'pop_est', 'gdp_md_est', 'income_grp', 'Longitude', 'Latitude']]"
-   ]
-  },
   {
    "cell_type": "markdown",
    "metadata": {},
-- 
GitLab