Skip to content

Commit 9c5b9ee

Browse files
authored
DOC: Updated titanic.rst survived description (#61421)
updated titanic.rst survived description
1 parent cdc5b74 commit 9c5b9ee

File tree

1 file changed

+1
-1
lines changed
  • doc/source/getting_started/intro_tutorials/includes

1 file changed

+1
-1
lines changed

doc/source/getting_started/intro_tutorials/includes/titanic.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This tutorial uses the Titanic data set, stored as CSV. The data
1111
consists of the following data columns:
1212

1313
- PassengerId: Id of every passenger.
14-
- Survived: Indication whether passenger survived. ``0`` for yes and ``1`` for no.
14+
- Survived: Indication whether passenger survived. ``0`` for no and ``1`` for yes.
1515
- Pclass: One out of the 3 ticket classes: Class ``1``, Class ``2`` and Class ``3``.
1616
- Name: Name of passenger.
1717
- Sex: Gender of passenger.

0 commit comments

Comments
 (0)