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: