-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
Master TrackerHigh level tracker for similar issuesHigh level tracker for similar issuesTypingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checking
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
alimcmaster1
Metadata
Metadata
Assignees
Labels
Master TrackerHigh level tracker for similar issuesHigh level tracker for similar issuesTypingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checking