Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Expose NoDefault in pandas.api.extensions #60696

Merged
merged 3 commits into from
Jan 14, 2025

Conversation

snitish
Copy link
Contributor

@snitish snitish commented Jan 12, 2025

From the original issue -

No type is provided for the pandas.api.extensions.no_default sentinel.

This is a problem when trying to type annotate functions or methods that forward arguments into Pandas functions that accept the no_default sentinel.

@mroeschke mroeschke added the Typing type annotations, mypy/pyright type checking label Jan 13, 2025
@mroeschke mroeschke added this to the 3.0 milestone Jan 14, 2025
@mroeschke mroeschke merged commit fa5c255 into pandas-dev:main Jan 14, 2025
51 checks passed
@mroeschke
Copy link
Member

Thanks @snitish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Typing type annotations, mypy/pyright type checking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: no type provided for pandas.api.extensions.no_default
2 participants