Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 05-data/exploratory-data-analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
]
Expand Down