From 00c94f05e916e91b1a97043fa80704919de9275e Mon Sep 17 00:00:00 2001 From: "devin-ai-integration[bot]" <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:09:46 +0000 Subject: [PATCH] DOC: Remove outdated performance metrics from 'Accelerated operations' section --- doc/source/user_guide/basics.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/source/user_guide/basics.rst b/doc/source/user_guide/basics.rst index 5cdc9779ef4e1..ffd7a2ad7bb01 100644 --- a/doc/source/user_guide/basics.rst +++ b/doc/source/user_guide/basics.rst @@ -155,16 +155,6 @@ speedups. ``numexpr`` uses smart chunking, caching, and multiple cores. ``bottle a set of specialized cython routines that are especially fast when dealing with arrays that have ``nans``. -Here is a sample (using 100 column x 100,000 row ``DataFrames``): - -.. csv-table:: - :header: "Operation", "0.11.0 (ms)", "Prior Version (ms)", "Ratio to Prior" - :widths: 25, 25, 25, 25 - - ``df1 > df2``, 13.32, 125.35, 0.1063 - ``df1 * df2``, 21.71, 36.63, 0.5928 - ``df1 + df2``, 22.04, 36.50, 0.6039 - You are highly encouraged to install both libraries. See the section :ref:`Recommended Dependencies ` for more installation info.