From a59e0117bf5c7b8a10831ccf46bcc6c4f7b56fc9 Mon Sep 17 00:00:00 2001 From: Erkam Uyanik Date: Sat, 25 Apr 2020 21:26:01 +0300 Subject: [PATCH 1/2] Fix typos and improve parts of docs --- .../intro_tutorials/02_read_write.rst | 6 +++--- .../intro_tutorials/03_subset_data.rst | 2 +- .../06_calculate_statistics.rst | 8 ++++---- .../07_reshape_table_layout.rst | 16 +++++++-------- .../intro_tutorials/08_combine_dataframes.rst | 2 +- .../intro_tutorials/09_timeseries.rst | 6 +++--- .../intro_tutorials/10_text_data.rst | 20 +++++++++---------- doc/source/user_guide/10min.rst | 2 +- doc/source/user_guide/basics.rst | 15 +++++++------- 9 files changed, 39 insertions(+), 38 deletions(-) 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?