We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b970ceb commit cf52834Copy full SHA for cf52834
doc/source/user_guide/enhancingperf.rst
@@ -13,6 +13,14 @@ when we use Cython and Numba on a test function operating row-wise on the
13
``DataFrame``. Using :func:`pandas.eval` we will speed up a sum by an order of
14
~2.
15
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
24
.. _enhancingperf.cython:
25
26
Cython (writing C extensions for pandas)
0 commit comments