Skip to content

Commit 265aab0

Browse files
committed
Fix typos
1 parent d993bcf commit 265aab0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/titanic/CaseStudy_Titanic-Solution.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"source": [
105105
"### Load Data\n",
106106
"\n",
107-
"This dataset is in titanic.csv. Make sure the file is in current folder."
107+
"This dataset is in ```titanic.csv``````. Make sure the file is in current folder."
108108
]
109109
},
110110
{
@@ -539,7 +539,7 @@
539539
"\n",
540540
"Discuss:\n",
541541
"- Age, SibSp, Parch, Fare statistics\n",
542-
"- What does mean Survived mean?"
542+
"- What does Survived mean?"
543543
]
544544
},
545545
{
@@ -1250,7 +1250,7 @@
12501250
"We will demonstrate filling with mean/mode and estimate from other columns.\n",
12511251
"\n",
12521252
"#### Fill with Mean/Mode\n",
1253-
"Embarked only has 2 missing values and there is no obvious way to estimate the missing walue, we will simply fill it with mode of the column, or 'S'"
1253+
"```Embarked``` only has 2 missing values and there is no obvious way to estimate the missing walue, we will simply fill it with mode of the column, or 'S'"
12541254
]
12551255
},
12561256
{

0 commit comments

Comments
 (0)