Skip to content

Is there some obvious reason why api.typing is not present in the api interface stub? #1221

Closed
@Dr-Irv

Description

@Dr-Irv

Is there some obvious reason why api.typing is not present in the api interface stub?
https://github.com/pandas-dev/pandas-stubs/blob/86073150f5e1b607c37a536ec99204ed21bad0cb/pandas-stubs/api/__init__.pyi
Was it missed in #1058?
I see types there but not typing, both are public interfaces according to docs.

I just wanted to use pandas.api.typing.NaTType in my code but my static type checker complained that typing is not part of pandas.api.

Originally posted by @Molkree in #1220

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions