CLEAN: Reconcile types in pandas._typing.py and pandas-stubs._typing.pyi
See original GitHub issueThere are some inconsistencies in types in pandas._typing.py
and pandas-stubs._typing.pyi
. These should be reconciled.
In addition, types that are only in the stubs should probably be private with a leading underscore _
Issue Analytics
- State:
- Created a year ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
VirtusLab/pandas-stubs - GitHub
Pandas type stubs. Helps you type-check your code. - GitHub - VirtusLab/pandas-stubs: Pandas type stubs. Helps you type-check your code.
Read more >pandas-stubs — How we enhanced pandas with type ...
At VirtusLab we created our own pandas-stubs library, which enhances pandas with type information that's necessary for maintaining a high ...
Read more >pandas-stubs - PyPI
These are public type stubs for pandas, following the convention of providing stubs in a separate package, as specified in PEP 561. The...
Read more >mypy missed incompatible type in case of a pandas.DataFrame
I've tripped on mypy not complaining about incompatible types when DataFrame is involved. It's likely me being new to ...
Read more >Simple index - piwheels
... openerp-analytic-user-function clean-panda alibabacloud-ecs20160314 ... types-aiobotocore-datasync python-pexels typed-config-aws-sources asgi-cors ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Maybe you could just figure out a way to run stubtest (but not mypy, pytest, etc.) against the current version in
pandas/main
so we can start reconciling the types. There is good typing work inpandas
that we can pull over to the stubs without making the stubs incorrect for 1.4.xCould have a step ala “remove pandas 1.4x. and install pandas nightly” with an appropriate rollback.