From 44c9bad41a73bdb2f8c121120d97738985b214d2 Mon Sep 17 00:00:00 2001 From: hafeja <59864250+hafeja@users.noreply.github.com> Date: Wed, 10 Sep 2025 11:15:18 +0200 Subject: [PATCH] Turn plain text into URL 01_table_oriented.rst Just "R" without further link or explanation might be confusing, especially for those who are new in the world of software development. Turning plain text R into a clickable link adds clarity. --- .../getting_started/intro_tutorials/01_table_oriented.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 efcdb22778ef4..7e86ad6c499d9 100644 --- a/doc/source/getting_started/intro_tutorials/01_table_oriented.rst +++ b/doc/source/getting_started/intro_tutorials/01_table_oriented.rst @@ -65,7 +65,7 @@ the values in each list as columns of the ``DataFrame``. A :class:`DataFrame` is a 2-dimensional data structure that can store data of different types (including characters, integers, floating point values, categorical data and more) in columns. It is similar to a spreadsheet, a -SQL table or the ``data.frame`` in R. +SQL table or the ``data.frame`` in `R `__. - The table has 3 columns, each of them with a column label. The column labels are respectively ``Name``, ``Age`` and ``Sex``.