Closed
Description
Per pandas-dev chat today opening up a master tracker for TODOs to improve typing.
- Convert existing type hints to Python 3 syntax (Update Typing Comments to Python3 Syntax #25790)
- Configure CI for type checking (assuming mypy?)
- Define base typing module for pandas (array_like, dt_like, etc...) (Introduce pandas.typing #25791)
- Various PRs to start adding types (by module? Maybe good sprint material)
Glancing the Python docs here's what I see for "new in version X.X.X" which we may want to consider:
3.5.2
3.5.3
3.5.4
3.6
3.6.1
3.7.2