Closed
Closed
Copy link
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
Documentation problem
The axis
argument is documented as: "axis {0 or ‘index’, 1 or ‘columns’, None}, default 0" . But None
is not accepted. So it should be removed from the docs.
See pandas-dev/pandas-stubs#1209 (comment) for an example.
Suggested fix for documentation
Remove None
from that sentence.
Metadata
Metadata
Assignees
Labels
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff