Open
Description
Strings are things like column names; there is no point treating those as separate types, it gives a huge amount of pollution in the generated type annotations. Example: typing/pandas.core.frame.py has 10,000+ lines for __getitem__
/__setitem__
overloads.
Related, issue to make results more interpretable: gh-71