+

+
+
Users of Excel
+ or other spreadsheet programs will find that many of the concepts are transferrable to pandas.
+
+.. container:: custom-button
+
+ :ref:`Learn more
`
+
.. raw:: html
diff --git a/doc/source/getting_started/intro_tutorials/05_add_columns.rst b/doc/source/getting_started/intro_tutorials/05_add_columns.rst
index a99c2c49585c5..6c7c6faf69114 100644
--- a/doc/source/getting_started/intro_tutorials/05_add_columns.rst
+++ b/doc/source/getting_started/intro_tutorials/05_add_columns.rst
@@ -107,11 +107,13 @@ values in each row*.
-Also other mathematical operators (+, -, \*, /) or
-logical operators (<, >, =,…) work element wise. The latter was already
+Also other mathematical operators (``+``, ``-``, ``\*``, ``/``) or
+logical operators (``<``, ``>``, ``=``,…) work element wise. The latter was already
used in the :ref:`subset data tutorial <10min_tut_03_subset>` to filter
rows of a table using a conditional expression.
+If you need more advanced logic, you can use arbitrary Python code via :meth:`~DataFrame.apply`.
+
.. raw:: html