Skip to content

Commit 576d05f

Browse files
authored
DOC: Add index/label details in data table representation (#62466)
1 parent 6278b64 commit 576d05f

File tree

2 files changed

+50
-262
lines changed

2 files changed

+50
-262
lines changed
Lines changed: 48 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)