Skip to content

Commit

Permalink
Update 03_Pandas.ipynb
Browse files Browse the repository at this point in the history
Replaced goign with going... for clarity.
  • Loading branch information
thisnamewasnottaken authored Dec 29, 2019
1 parent 25a3568 commit 9059a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/03_Pandas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down Expand Up @@ -2216,4 +2216,4 @@
]
}
]
}
}

0 comments on commit 9059a21

Please sign in to comment.