@@ -27,14 +27,14 @@ This tutorial uses the Titanic data set, stored as CSV. The data
27
27
consists of the following data columns:
28
28
29
29
- PassengerId: Id of every passenger.
30
- - Survived: This feature have value 0 and 1. 0 for not survived and 1
30
+ - Survived: This feature has value 0 and 1. 0 for not survived and 1
31
31
for survived.
32
32
- Pclass: There are 3 classes: Class 1, Class 2 and Class 3.
33
33
- Name: Name of passenger.
34
34
- Sex: Gender of passenger.
35
35
- Age: Age of passenger.
36
- - SibSp: Indication that passenger have siblings and spouse .
37
- - Parch: Whether a passenger is alone or have family.
36
+ - SibSp: Indication that passengers have siblings and spouses .
37
+ - Parch: Whether a passenger is alone or has a family.
38
38
- Ticket: Ticket number of passenger.
39
39
- Fare: Indicating the fare.
40
40
- Cabin: The cabin of passenger.
@@ -199,7 +199,7 @@ selection brackets ``[]``. Only rows for which the value is ``True``
199
199
will be selected.
200
200
201
201
We know from before that the original Titanic ``DataFrame `` consists of
202
- 891 rows. Let’s have a look at the amount of rows which satisfy the
202
+ 891 rows. Let’s have a look at the number of rows which satisfy the
203
203
condition by checking the ``shape `` attribute of the resulting
204
204
``DataFrame `` ``above_35 ``:
205
205
@@ -398,7 +398,7 @@ See the user guide section on :ref:`different choices for indexing <indexing.cho
398
398
<div class =" d-flex flex-row gs-torefguide" >
399
399
<span class =" badge badge-info" >To user guide</span >
400
400
401
- A full overview about indexing is provided in the user guide pages on :ref: `indexing and selecting data <indexing >`.
401
+ A full overview of indexing is provided in the user guide pages on :ref: `indexing and selecting data <indexing >`.
402
402
403
403
.. raw :: html
404
404
0 commit comments