Hi Irv,
I am not very familiar with the typing space so some questions below.
Can you explain a bit more what would be the consequence of the type annotations in pandas itself? I suppose we wouldn't remove those? (we also have type annotations for non-public APIs) Or how would those be kept in sync?
Another question: what is the main advantage for doing so? I suppose this doesn't make it necessarily easier for the user, but is the goal the make the type stubs better maintainable?
Would the type-stubs package be for a specific pandas version (and get somewhat synced releases?)
Joris