From 24e1b41ddab2d09cd9db5399a4ce9b0f2ef4714e Mon Sep 17 00:00:00 2001 From: Amber Wang Date: Wed, 14 Jan 2026 14:37:22 -0500 Subject: [PATCH] fix/incorrect-indexing-handling --- 2-Working-With-Data/07-python/notebook-covidspread.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-Working-With-Data/07-python/notebook-covidspread.ipynb b/2-Working-With-Data/07-python/notebook-covidspread.ipynb index d70f844a..92e00eb1 100644 --- a/2-Working-With-Data/07-python/notebook-covidspread.ipynb +++ b/2-Working-With-Data/07-python/notebook-covidspread.ipynb @@ -1608,7 +1608,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - **Note** how we use `[3:]` to remove first three elements of a sequence that contain geolocation of a country. We can also drop those three columns altogether:" + ">**Note** how we use `[3:]` to remove first three elements of a sequence that contain geolocation of a country. We can also drop those three columns altogether:" ] }, {