From 9059a2173dd10416384a41b64077465e341f4e6a Mon Sep 17 00:00:00 2001 From: thisnamewasnottaken Date: Sun, 29 Dec 2019 22:35:13 +0000 Subject: [PATCH] Update 03_Pandas.ipynb Replaced goign with going... for clarity. --- notebooks/03_Pandas.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/03_Pandas.ipynb b/notebooks/03_Pandas.ipynb index 37a4f4d4..3c6c2357 100644 --- a/notebooks/03_Pandas.ipynb +++ b/notebooks/03_Pandas.ipynb @@ -107,7 +107,7 @@ "colab_type": "text" }, "source": [ - "We're goign to work with the [Titanic dataset](https://www.kaggle.com/c/titanic/data) which has data on the people who embarked the RMS Titanic in 1912 and whether they survived the expedition or not. It's a very rich dataset which makes it very apt for exploratory data analysis with Pandas." + "We're going to work with the [Titanic dataset](https://www.kaggle.com/c/titanic/data) which has data on the people who embarked the RMS Titanic in 1912 and whether they survived the expedition or not. It's a very rich dataset which makes it very apt for exploratory data analysis with Pandas." ] }, { @@ -2216,4 +2216,4 @@ ] } ] -} \ No newline at end of file +}