We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc5b74 commit 9c5b9eeCopy full SHA for 9c5b9ee
doc/source/getting_started/intro_tutorials/includes/titanic.rst
@@ -11,7 +11,7 @@ This tutorial uses the Titanic data set, stored as CSV. The data
11
consists of the following data columns:
12
13
- PassengerId: Id of every passenger.
14
-- Survived: Indication whether passenger survived. ``0`` for yes and ``1`` for no.
+- Survived: Indication whether passenger survived. ``0`` for no and ``1`` for yes.
15
- Pclass: One out of the 3 ticket classes: Class ``1``, Class ``2`` and Class ``3``.
16
- Name: Name of passenger.
17
- Sex: Gender of passenger.
0 commit comments