Skip to content

Commit ce3776a

Browse files
committed
update .svg and add a line explaining the index
1 parent b5135ea commit ce3776a

File tree

2 files changed

+45
-262
lines changed

2 files changed

+45
-262
lines changed
Lines changed: 43 additions & 262 deletions
Loading

doc/source/getting_started/intro_tutorials/01_table_oriented.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ SQL table or the ``data.frame`` in `R <https://www.r-project.org/>`__.
7272
- The column ``Name`` consists of textual data with each value a
7373
string, the column ``Age`` are numbers and the column ``Sex`` is
7474
textual data.
75+
- The index labels each row. By default, this is a sequence of integers
76+
starting at 0.
7577

7678
In spreadsheet software, the table representation of our data would look
7779
very similar:

0 commit comments

Comments
 (0)