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",