From 3f40fc714faf5a4c44d49fa1627191327b9d60fb Mon Sep 17 00:00:00 2001 From: toufikzitouni Date: Wed, 26 Apr 2023 08:27:44 -0700 Subject: [PATCH] Fix column name mentioned The mentioned column name is incorrect. It should be `odometer` --- Mission294Solutions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mission294Solutions.ipynb b/Mission294Solutions.ipynb index ba6cf90..ba89a0f 100644 --- a/Mission294Solutions.ipynb +++ b/Mission294Solutions.ipynb @@ -1007,7 +1007,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "There are two columns, `price` and `auto`, which are numeric values with extra characters being stored as text. We'll clean and convert these." + "There are two columns, `price` and `odometer`, which are numeric values with extra characters being stored as text. We'll clean and convert these." ] }, {