Skip to content

DOC: add mention of recommended dependencies in users guide #34890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2020
Merged
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
8 changes: 8 additions & 0 deletions doc/source/user_guide/enhancingperf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ when we use Cython and Numba on a test function operating row-wise on the
``DataFrame``. Using :func:`pandas.eval` we will speed up a sum by an order of
~2.

.. note::

In addition to following the steps in this tutorial, users interested in enhancing
performance are highly encouraged to install the
:ref:`recommended dependencies<install.recommended_dependencies>` for pandas.
These dependencies are often not installed by default, but will offer speed
improvements if present.

.. _enhancingperf.cython:

Cython (writing C extensions for pandas)
Expand Down