-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Closed
Copy link
Labels
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location of the documentation
https://pandas.pydata.org/pandas-docs/stable/user_guide/basics.html#accelerated-operations
Permalink to specific line:
pandas/doc/source/user_guide/basics.rst
Line 161 in a89f208
:header: "Operation", "0.11.0 (ms)", "Prior Version (ms)", "Ratio to Prior" |
Documentation problem
0.11.0 is more than 10 years old and, of course, before the first stable release.
Suggested fix for documentation
If the important thing is the speedup you get from enabling a feature, then just talk about the speedup instead of when the feature first became available.
Something like this:
:header: "Operation", "With speedup (ms)", "Without speedup (ms)", "Ratio"