Closed
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://github.com/pandas-dev/pandas/blob/v2.0.2/pandas/core/ops/docstrings.py
Documentation problem
Among flexible wrappers (add
, sub
, mul
, div
, mod
, pow
) to
arithmetic operators: +
, -
, *
, /
, //
, %
, **
.
There are 6 wrapper names, but there are 7 operators
Suggested fix for documentation
It is better to add floordiv
after div
so that the names can match the operators in order
Among flexible wrappers (`add`, `sub`, `mul`, `div`, `floordiv`,`mod`, `pow`) to arithmetic operators: `+`, `-`, `*`, `/`, `//`, `%`, `**`.