diff --git a/doc/source/getting_started/intro_tutorials/02_read_write.rst b/doc/source/getting_started/intro_tutorials/02_read_write.rst index 412a5f9e7485f..12fa2a1e094d6 100644 --- a/doc/source/getting_started/intro_tutorials/02_read_write.rst +++ b/doc/source/getting_started/intro_tutorials/02_read_write.rst @@ -23,7 +23,7 @@

-This tutorial uses the titanic data set, stored as CSV. The data +This tutorial uses the Titanic data set, stored as CSV. The data consists of the following data columns: - PassengerId: Id of every passenger. @@ -61,7 +61,7 @@ How do I read and write tabular data?