DOC: axis argument for take says None
is acceptable, but that is incorrect.
#61408
Closed
1 task done
Milestone
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.take.html#pandas.DataFrame.take
Documentation problem
The
axis
argument is documented as: "axis {0 or ‘index’, 1 or ‘columns’, None}, default 0" . ButNone
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.The text was updated successfully, but these errors were encountered: