TYP: fix almost all keyword-only reported by stubtest by twoertwein · Pull Request #474 · pandas-dev/pandas-stubs (original) (raw)
Ran poe stubtest --nightly | grep keyword-only
Not sure about the cases with
Not actually positional-only, used to handle deprecations in 1.5.0
Currently fails because of python/mypy#14311 (edit: I duplicated the overloads to avoid the mypy bug for now)