From ce3776a24996aad6ff29f6c1b2c485db8deab727 Mon Sep 17 00:00:00 2001 From: Georgios Date: Fri, 26 Sep 2025 18:27:00 +0100 Subject: [PATCH 1/2] update .svg and add a line explaining the index --- .../_static/schemas/01_table_dataframe.svg | 305 +++--------------- .../intro_tutorials/01_table_oriented.rst | 2 + 2 files changed, 45 insertions(+), 262 deletions(-) diff --git a/doc/source/_static/schemas/01_table_dataframe.svg b/doc/source/_static/schemas/01_table_dataframe.svg index 9bd1c217b3ca2..9257d0f8d0db5 100644 --- a/doc/source/_static/schemas/01_table_dataframe.svg +++ b/doc/source/_static/schemas/01_table_dataframe.svg @@ -1,262 +1,43 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - column - DataFrame - - - row - - - + + +DataFrame + + + + + + + + + + + + + + + + + + + + + + + + +Name +Age +Sex +0 +1 +2 +3 + +column + +row + +index + +label + \ No newline at end of file diff --git a/doc/source/getting_started/intro_tutorials/01_table_oriented.rst b/doc/source/getting_started/intro_tutorials/01_table_oriented.rst index 7e86ad6c499d9..8926615aa259c 100644 --- a/doc/source/getting_started/intro_tutorials/01_table_oriented.rst +++ b/doc/source/getting_started/intro_tutorials/01_table_oriented.rst @@ -72,6 +72,8 @@ SQL table or the ``data.frame`` in `R `__. - The column ``Name`` consists of textual data with each value a string, the column ``Age`` are numbers and the column ``Sex`` is textual data. +- The index labels each row. By default, this is a sequence of integers + starting at 0. In spreadsheet software, the table representation of our data would look very similar: From 151e59c5e0599d09a94f5f275b96b9203753e144 Mon Sep 17 00:00:00 2001 From: Georgios Date: Wed, 29 Oct 2025 13:35:15 +0000 Subject: [PATCH 2/2] update fill color, font weight and transparency --- .../_static/schemas/01_table_dataframe.svg | 83 ++++++++++--------- 1 file changed, 44 insertions(+), 39 deletions(-) diff --git a/doc/source/_static/schemas/01_table_dataframe.svg b/doc/source/_static/schemas/01_table_dataframe.svg index 9257d0f8d0db5..7cf6472324ed9 100644 --- a/doc/source/_static/schemas/01_table_dataframe.svg +++ b/doc/source/_static/schemas/01_table_dataframe.svg @@ -1,43 +1,48 @@ - -DataFrame - - - - - - - - - - - - - - - - - - - - - - - - -Name -Age -Sex -0 -1 -2 -3 + +DataFrame + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Name +Age +Sex +0 +1 +2 +3 -column +column -row - -index - -label +row + +index + +label \ No newline at end of file