From 2d5317c066118b7dadf459f5734b8fafbf6733b5 Mon Sep 17 00:00:00 2001 From: wangamber8-collab Date: Sat, 17 Jan 2026 01:19:37 -0500 Subject: [PATCH] Update 2-Working-With-Data/07-python/notebook-covidspread.ipynb Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- 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 e65c073e..dec7b1b0 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 the first three elements of a sequence that contain non-date metadata (the Province/State and geolocation columns). We can also drop those three columns altogether:" ] }, {