DOC/REF: Rolling/Expanding/EWM docstrings by mroeschke · Pull Request #39219 · pandas-dev/pandas (original) (raw)
I might need a precursor PR to align function signatures.
@jreback thoughts on all functions having a signature of def func(*args, <keyword_only_arguments>, **kwargs)
?
Though *args
, **kwargs
may never be used.
EDIT: Nevermind