From b29a6e8ba8d5ec740fca556adad03e1c29fa6943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ives=20C=C3=A1ceres=20Barrandeguy?= <109120812+IvesCaceres@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:10:05 -0300 Subject: [PATCH] Update exploratory-data-analysis.ipynb --- 05-data/exploratory-data-analysis.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-data/exploratory-data-analysis.ipynb b/05-data/exploratory-data-analysis.ipynb index 05e2b71..9db44f9 100644 --- a/05-data/exploratory-data-analysis.ipynb +++ b/05-data/exploratory-data-analysis.ipynb @@ -900,7 +900,7 @@ "\n", "When the two variables being compared have numerical data, the analysis is said to be numerical-numerical. Scatterplots and correlation analysis are used to compare two numerical columns.\n", "\n", - "##### Survived - (Face, Age)\n", + "##### Survived - (Fare, Age)\n", "\n", "We will use the variable `Survived` to start with the bivariate analysis because being a categorical variable but coded in numbers, it can be considered as numerical as well. We first analyze the class versus numeric characteristics:" ]