From fa0af7e5ba9dd3de38d97db15ff59499abb50199 Mon Sep 17 00:00:00 2001 From: Andreas Kuczera Date: Sun, 21 Feb 2021 18:17:22 +0100 Subject: [PATCH] Update Intro_Data_Analysis_with_Python.ipynb another typo ;-) --- Intro_Data_Analysis_with_Python.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Intro_Data_Analysis_with_Python.ipynb b/Intro_Data_Analysis_with_Python.ipynb index 928b19b..a7ad46b 100644 --- a/Intro_Data_Analysis_with_Python.ipynb +++ b/Intro_Data_Analysis_with_Python.ipynb @@ -173,7 +173,7 @@ "source": [ "import pandas as pd # importing a package tha deals with dates\n", "\n", - "# let's load the the historical actors into a Python list\n", + "# let's load the historical actors into a Python list\n", "historical_actors = pd.read_csv('actors_birthdate.csv')['historical_actors'].values.tolist()\n", "\n", "# and load the birth dates as well\n",