Skip to content

DOC: "Accelerated operations" talks about speedup in obsolete versions of Pandas #59130

Closed
@wjandrea

Description

@wjandrea

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:

: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"

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions