Skip to content

Commit cf52834

Browse files
DOC: add mention of optional dependencies in users guide (#34890)
1 parent b970ceb commit cf52834

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/source/user_guide/enhancingperf.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ when we use Cython and Numba on a test function operating row-wise on the
1313
``DataFrame``. Using :func:`pandas.eval` we will speed up a sum by an order of
1414
~2.
1515

16+
.. note::
17+
18+
In addition to following the steps in this tutorial, users interested in enhancing
19+
performance are highly encouraged to install the
20+
:ref:`recommended dependencies<install.recommended_dependencies>` for pandas.
21+
These dependencies are often not installed by default, but will offer speed
22+
improvements if present.
23+
1624
.. _enhancingperf.cython:
1725

1826
Cython (writing C extensions for pandas)

0 commit comments

Comments
 (0)