Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
305 changes: 43 additions & 262 deletions doc/source/_static/schemas/01_table_dataframe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ SQL table or the ``data.frame`` in `R <https://www.r-project.org/>`__.
- 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:
Expand Down
Loading