DOC: Remove internally used/private parameters from method signatures #52028
Labels
Closing Candidate
May be closeable, needs more eyeballs
Constructors
Series/DataFrame/Index/pd.array Constructors
Docs
Needs Discussion
Requires discussion from core team before further action
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.Series.html#pandas.Series
Documentation problem
The public api contains internally used parameter. In this case the Series constructor contains
fastpath
parameter which isn't documented in the docstring. However, is part of the constructor signature.Suggested fix for documentation
Suggested solution:
_
)This problem is already identified in a very old issue: #6903
The text was updated successfully, but these errors were encountered: