Skip to content
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

header, update in basic.rst M #59130 #59157

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

BadakalaYashwanth
Copy link

@BadakalaYashwanth BadakalaYashwanth commented Jul 1, 2024

closes #59130
Screenshot 2024-07-01 220007
By changing the header to "With speedup (ms)" and "Without speedup (ms)", the documentation will directly highlight the performance improvements. This makes it easier for users to understand the value of these libraries without needing to know about older versions.

.. csv-table::
:header: "Operation", "With speedup (ms)", "Without speedup (ms)", "Ratio"
: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

Copy link
Member

@mroeschke mroeschke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you implement this suggestion instead? #59130 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: "Accelerated operations" talks about speedup in obsolete versions of Pandas
2 participants