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

Is compatibility with mypy a goal of this project? #42

Closed
tmke8 opened this issue Feb 26, 2021 · 2 comments
Closed

Is compatibility with mypy a goal of this project? #42

tmke8 opened this issue Feb 26, 2021 · 2 comments

Comments

@tmke8
Copy link
Contributor

tmke8 commented Feb 26, 2021

When I install the pandas type stubs from this repository and check them with mypy I get hundreds of errors. (A large chunk is seemingly caused by Series not inheriting from Generic.)

Errors reported by mypy
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_config/config.pyi:12: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/dtypes/common.pyi:37: error: Function "numpy.array" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/dtypes/common.pyi:37: note: Perhaps you need "Callable[...]" or a callback protocol?
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:22: error: Signature of "__sub__" incompatible with supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:22: error: Signature of "__sub__" incompatible with supertype "date"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:35: error: Signature of "isoformat" incompatible with supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:62: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:62: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:62: error: Incompatible types in assignment (expression has type "Type[np.nan?]", base class "datetime" defined the type as "int")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:63: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:63: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:64: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:64: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:64: error: Incompatible types in assignment (expression has type "Type[np.nan?]", base class "datetime" defined the type as "int")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:65: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:65: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:65: error: Incompatible types in assignment (expression has type "Type[np.nan?]", base class "datetime" defined the type as "int")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:66: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:66: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:66: error: Incompatible types in assignment (expression has type "Type[np.nan?]", base class "datetime" defined the type as "int")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:67: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:67: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:67: error: Incompatible types in assignment (expression has type "Type[np.nan?]", base class "datetime" defined the type as "int")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:68: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:68: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:68: error: Incompatible types in assignment (expression has type "Type[np.nan?]", base class "datetime" defined the type as "int")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:69: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:69: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:70: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:70: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:70: error: Incompatible types in assignment (expression has type "Type[np.nan?]", base class "datetime" defined the type as "int")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:71: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:71: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:72: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:72: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:73: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:73: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:74: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:74: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:75: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:75: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:76: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:76: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:77: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:77: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:78: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:78: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:79: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:79: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:80: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:80: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:81: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:81: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:82: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:82: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:83: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:83: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:84: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:84: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:85: error: Variable "numpy.nan" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:85: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:89: error: Return type "None" of "date" incompatible with return type "date" in supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:90: error: Return type "None" of "utctimetuple" incompatible with return type "struct_time" in supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:91: error: Return type "None" of "timetz" incompatible with return type "time" in supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:92: error: Return type "None" of "timetuple" incompatible with return type "struct_time" in supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:92: error: Return type "None" of "timetuple" incompatible with return type "struct_time" in supertype "date"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:93: error: Signature of "strftime" incompatible with supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:93: error: Signature of "strftime" incompatible with supertype "date"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:94: error: Return type "None" of "isocalendar" incompatible with return type "Tuple[int, int, int]" in supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:94: error: Return type "None" of "isocalendar" incompatible with return type "Tuple[int, int, int]" in supertype "date"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:96: error: Return type "None" of "ctime" incompatible with return type "str" in supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:96: error: Return type "None" of "ctime" incompatible with return type "str" in supertype "date"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:97: error: Return type "None" of "time" incompatible with return type "time" in supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:98: error: Return type "None" of "toordinal" incompatible with return type "int" in supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:98: error: Return type "None" of "toordinal" incompatible with return type "int" in supertype "date"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:102: error: Return type "str" of "strptime" incompatible with return type "datetime" in supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:103: error: Argument 1 of "utcfromtimestamp" is incompatible with supertype "datetime"; supertype defines the argument type as "float"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:103: note: This violates the Liskov substitution principle
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:103: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:103: error: Return type "datetime" of "utcfromtimestamp" incompatible with return type "NaTType" in supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:104: error: Signature of "fromtimestamp" incompatible with supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:104: error: Argument 1 of "fromtimestamp" is incompatible with supertype "date"; supertype defines the argument type as "float"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:104: note: This violates the Liskov substitution principle
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:104: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:104: error: Return type "datetime" of "fromtimestamp" incompatible with return type "NaTType" in supertype "date"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:105: error: Signature of "combine" incompatible with supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:106: error: Return type "Timestamp" of "utcnow" incompatible with return type "NaTType" in supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:108: error: Signature of "astimezone" incompatible with supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:109: error: Signature of "fromordinal" incompatible with supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:109: error: Signature of "fromordinal" incompatible with supertype "date"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:109: error: Optional[...] must have exactly one type argument
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:111: error: Signature of "now" incompatible with supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:112: error: Signature of "today" incompatible with supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:112: error: Signature of "today" incompatible with supertype "date"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:123: error: Signature of "replace" incompatible with supertype "datetime"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/nattype.pyi:123: error: Signature of "replace" incompatible with supertype "date"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/__init__.pyi:141: error: Cannot override class variable (previously declared on base class "timedelta") with instance variable
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/__init__.pyi:142: error: Cannot override class variable (previously declared on base class "timedelta") with instance variable
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/__init__.pyi:143: error: Cannot override class variable (previously declared on base class "timedelta") with instance variable
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/_libs/tslibs/__init__.pyi:153: error: Name 'datetime.timestamp' is not defined
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/internals/blocks.pyi:101: error: Signature of "interpolate" incompatible with supertype "Block"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/internals/blocks.pyi:117: error: Signature of "to_native_types" incompatible with supertype "Block"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/internals/blocks.pyi:148: error: Incompatible types in assignment (expression has type "ellipsis", base class "ExtensionBlock" defined the type as "Callable[[ExtensionBlock, Any, str, Any, KwArg(Any)], Any]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/strings.pyi:46: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/generic.pyi:40: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/generic.pyi:68: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/generic.pyi:271: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/base.pyi:34: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/base.pyi:48: error: The erased type of self "pandas.core.indexes.base.Index" is not a supertype of its class "pandas.core.base.IndexOpsMixin[_T`1]"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/base.pyi:48: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/base.pyi:50: error: The erased type of self "pandas.core.indexes.base.Index" is not a supertype of its class "pandas.core.base.IndexOpsMixin[_T`1]"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/base.pyi:50: error: Overloaded function signature 2 will never be matched: signature 1's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/base.pyi:50: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/base.pyi:61: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/multi.pyi:6: error: Incompatible types in assignment (expression has type "ellipsis", base class "Index" defined the type as "Callable[[Index, Any, bool], Any]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/multi.pyi:19: error: Return type "None" of "array" incompatible with return type "ExtensionArray" in supertype "Index"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/multi.pyi:19: error: Return type "None" of "array" incompatible with return type "ExtensionArray" in supertype "IndexOpsMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/multi.pyi:21: error: Name 'List' is not defined
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/multi.pyi:21: note: Did you forget to import it from "typing"? (Suggestion: "from typing import List")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/multi.pyi:26: error: Signature of "copy" incompatible with supertype "Index"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/multi.pyi:33: error: Signature of "format" incompatible with supertype "Index"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/multi.pyi:35: error: Incompatible types in assignment (expression has type "ellipsis", base class "Index" defined the type as "List[str]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/multi.pyi:65: error: Signature of "drop" incompatible with supertype "Index"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/category.pyi:20: error: Signature of "astype" incompatible with supertype "ExtensionIndex"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/category.pyi:20: error: Signature of "astype" incompatible with supertype "Index"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/category.pyi:20: note: Overload variants must be defined in the same order as they are in "Index"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/category.pyi:21: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:16: error: Invalid statement in NamedTuple definition; expected "field_name: field_type [= default]"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:17: error: Invalid statement in NamedTuple definition; expected "field_name: field_type [= default]"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:32: error: Name 'np.double64' is not defined
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:32: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:36: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:39: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:45: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:46: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:47: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:48: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:49: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:50: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:51: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:52: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:53: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:54: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:55: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:56: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:57: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:58: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:59: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:60: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:61: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:65: error: Signature of "aggregate" incompatible with supertype "SelectionMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:71: error: Signature of "agg" incompatible with supertype "SelectionMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:80: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:80: error: "SeriesGroupBy" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/groupby/generic.pyi:214: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/interval.pyi:48: error: Function "pandas.core.dtypes.cast.cast_scalar_to_array" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/interval.pyi:48: note: Perhaps you need "Callable[...]" or a callback protocol?
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:9: error: Module 'typing' has no attribute 'Literal'
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:24: error: Return type "Categorical" of "copy" incompatible with return type "ABCExtensionArray" in supertype "ExtensionArray"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:37: error: Overloaded function signature 2 will never be matched: signature 1's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:39: error: Overloaded function signature 3 will never be matched: signature 1's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:39: error: Overloaded function signature 3 will never be matched: signature 2's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:43: error: Overloaded function signature 2 will never be matched: signature 1's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:45: error: Overloaded function signature 3 will never be matched: signature 1's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:45: error: Overloaded function signature 3 will never be matched: signature 2's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:47: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:51: error: Overloaded function signature 3 will never be matched: signature 2's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:53: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:57: error: Overloaded function signature 3 will never be matched: signature 2's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:59: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:63: error: Overloaded function signature 3 will never be matched: signature 2's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:65: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:69: error: Overloaded function signature 3 will never be matched: signature 2's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:71: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:75: error: Overloaded function signature 3 will never be matched: signature 2's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:77: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:81: error: Overloaded function signature 3 will never be matched: signature 2's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:83: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:87: error: Overloaded function signature 3 will never be matched: signature 2's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/categorical.pyi:138: error: Overloaded function signature 2 will never be matched: signature 1's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/numeric.pyi:7: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/numeric.pyi:16: error: Value of type variable "_T" of "IntegerIndex" cannot be "signedinteger"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/numeric.pyi:17: error: Incompatible types in assignment (expression has type "ellipsis", base class "object" defined the type as "Optional[str]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/numeric.pyi:21: error: Return type "ndarray" of "asi8" incompatible with return type "None" in supertype "Index"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/numeric.pyi:23: error: Value of type variable "_T" of "IntegerIndex" cannot be "unsignedinteger"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/numeric.pyi:24: error: Incompatible types in assignment (expression has type "ellipsis", base class "object" defined the type as "Optional[str]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/numeric.pyi:28: error: Return type "ndarray" of "asi8" incompatible with return type "None" in supertype "Index"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/numeric.pyi:30: error: Value of type variable "_T" of "NumericIndex" cannot be "floating"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/numeric.pyi:31: error: Incompatible types in assignment (expression has type "ellipsis", base class "object" defined the type as "Optional[str]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/extension.pyi:9: error: Incompatible types in assignment (expression has type "ellipsis", base class "Index" defined the type as "Callable[[Index, object], Series]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/extension.pyi:10: error: Incompatible types in assignment (expression has type "ellipsis", base class "Index" defined the type as "Callable[[Index, str], Index]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/datetimes.pyi:12: error: Return type "Union[dtype[Any], DatetimeTZDtype]" of "dtype" incompatible with return type "ExtensionDtype" in supertype "ExtensionArray"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/datetimelike.pyi:10: error: Incompatible types in assignment (expression has type "ellipsis", base class "Index" defined the type as "Callable[[Index], bool]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/datetimelike.pyi:25: error: Incompatible types in assignment (expression has type "ellipsis", base class "Index" defined the type as "Callable[[Index, Any], Index]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/datetimelike.pyi:26: error: Incompatible types in assignment (expression has type "ellipsis", base class "Index" defined the type as "Callable[[Index, Any], Index]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/datetimelike.pyi:27: error: Incompatible types in assignment (expression has type "ellipsis", base class "Index" defined the type as "Callable[[Index, Any], Index]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/datetimelike.pyi:28: error: Incompatible types in assignment (expression has type "ellipsis", base class "Index" defined the type as "Callable[[Index, Any], Index]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:12: error: Free type variable expected in Generic[...]
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:31: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:84: error: Signature of "drop_duplicates" incompatible with supertype "IndexOpsMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:86: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:87: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:88: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:89: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:90: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:91: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:92: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:93: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:96: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:97: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:98: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:99: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:114: error: Name 'np.ndarray_int64' is not defined
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:114: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:116: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:118: error: Name 'np.ndarray_int64' is not defined
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:148: error: Single overload definition, multiple required
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:152: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:154: error: Overloaded function signature 2 will never be matched: signature 1's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/base.pyi:154: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:35: error: Overloaded function signatures 2 and 3 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:48: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:53: error: Overloaded function signatures 1 and 3 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:55: error: Overloaded function signature 2 will never be matched: signature 1's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:55: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:57: error: Overloaded function signature 3 will never be matched: signature 2's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:57: error: Overloaded function signatures 3 and 4 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:59: error: Overloaded function signature 4 will never be matched: signature 2's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:63: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:69: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:84: error: Variable "pandas.io.formats.format.float_format_type" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:84: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:87: error: Return type "Iterable[Tuple[Optional[Hashable], Series]]" of "items" incompatible with return type "None" in supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:95: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:105: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:107: error: Overloaded function signatures 2 and 3 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:203: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:207: error: Signature of "__getitem__" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:208: error: Overloaded function signatures 1 and 3 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:208: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:213: error: Name 'np.ndarray_str' is not defined
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:213: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:213: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:226: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:237: error: Signature of "reindex" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:248: error: Signature of "rename" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:488: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:489: error: Signature of "sort_values" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:599: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:622: error: Optional[...] must have exactly one type argument
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:623: error: Optional[...] must have exactly one type argument
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:631: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:635: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:638: error: Optional[...] must have exactly one type argument
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:639: error: Optional[...] must have exactly one type argument
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:646: error: Signature of "agg" incompatible with supertype "SelectionMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:647: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:650: error: Signature of "aggregate" incompatible with supertype "SelectionMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:651: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:658: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:658: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:666: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:673: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:682: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:695: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:700: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:708: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:709: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:710: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:711: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:719: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:721: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:744: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:790: error: Argument 1 of "__delitem__" is incompatible with supertype "NDFrame"; supertype defines the argument type as "Union[int, str]"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:790: note: This violates the Liskov substitution principle
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:790: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:832: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:834: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:836: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:870: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:872: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:884: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:886: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:912: error: Signature of "bfill" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:915: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:925: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:935: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:943: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:992: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1012: error: Signature of "ffill" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1043: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1147: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1166: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1172: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1174: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1181: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1207: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1226: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1245: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1264: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1296: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1357: error: Signature of "rename_axis" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1381: error: Name 'Oprional' is not defined
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1439: error: Signature of "sample" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1476: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1477: error: Signature of "set_axis" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1503: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1526: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1561: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1648: error: Signature of "to_json" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1741: error: Name 'to_string' already defined on line 84
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1835: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1838: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/frame.pyi:1846: error: Return type "DataFrame" of "xs" incompatible with return type "Series" in supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:25: error: Free type variable expected in Generic[...]
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:30: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:35: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:38: error: Free type variable expected in Generic[...]
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:40: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:44: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:46: error: Overloaded function signature 2 will never be matched: signature 1's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:48: error: Overloaded function signature 3 will never be matched: signature 1's parameter type(s) are the same or broader
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:48: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:51: error: Free type variable expected in Generic[...]
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:56: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:67: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:71: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:74: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:78: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:93: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:96: error: Name 'np.float' is not defined
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:96: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:97: error: Name 'np.long' is not defined
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:97: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:98: error: Name 'np.int' is not defined
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:98: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:101: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:103: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:103: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:107: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:109: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:111: error: Overloaded function signatures 1 and 3 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:113: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:117: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:163: error: Return type "Iterable[Tuple[Union[int, str], Any]]" of "items" incompatible with return type "None" in supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:180: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:182: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:183: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:184: error: Return type "ndarray" of "unique" incompatible with return type "Index" in supertype "IndexOpsMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:185: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:186: error: Return type "Series" of "duplicated" incompatible with return type "ndarray" in supertype "IndexOpsMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:186: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:189: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:191: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:197: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:199: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:201: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:202: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:205: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:211: error: Overloaded function signatures 1 and 2 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:223: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:225: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:226: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:227: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:228: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:229: error: Signature of "sort_values" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:237: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:248: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:254: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:255: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:256: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:257: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:258: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:259: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:261: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:262: error: Signature of "aggregate" incompatible with supertype "SelectionMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:269: error: Argument 1 of "agg" is incompatible with supertype "SelectionMixin"; supertype defines the argument type as "SelectionMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:269: note: This violates the Liskov substitution principle
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:269: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:278: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:295: error: Signature of "rename" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:307: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:313: error: Argument 7 of "drop" is incompatible with supertype "NDFrame"; supertype defines the argument type as "str"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:313: note: This violates the Liskov substitution principle
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:313: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:323: error: Signature of "fillna" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:326: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:337: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:343: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:347: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:353: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:356: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:362: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:369: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:370: error: Signature of "memory_usage" incompatible with supertype "IndexOpsMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:371: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:374: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:375: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:376: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:377: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:378: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:381: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:384: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:406: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:408: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:410: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:411: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:412: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:413: error: Signature of "reindex" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:413: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:420: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:421: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:422: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:431: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:438: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:439: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:446: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:447: error: Signature of "ffill" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:450: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:455: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:459: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:467: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:472: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:476: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:481: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:482: error: Signature of "bfill" incompatible with supertype "NDFrame"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:485: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:495: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:500: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:504: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:509: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:539: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:542: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:551: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:559: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:562: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:570: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:585: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:586: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:598: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:605: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:608: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:609: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:615: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:616: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:617: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:624: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:627: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:636: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:637: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:643: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:651: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:661: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:662: error: Return type "Series" of "transpose" incompatible with return type "Index" in supertype "IndexOpsMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:662: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:664: error: Signature of "T" incompatible with supertype "IndexOpsMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:664: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:672: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:673: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:675: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:676: error: Return type "Series" of "__eq__" incompatible with return type "bool" in supertype "object"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:676: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:677: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:678: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:679: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:692: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:693: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:694: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:695: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:696: error: Return type "Series" of "__ne__" incompatible with return type "bool" in supertype "object"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:696: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:697: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:698: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:699: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:700: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:701: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:702: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:703: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:704: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:705: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:706: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:707: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:708: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:709: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:710: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:711: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:712: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:713: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:714: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:719: error: Return type "_LocIndexerSeries" of "at" incompatible with return type "_AtIndexer" in supertype "IndexingMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:719: error: "_LocIndexerSeries" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:725: error: Return type "_iLocIndexerSeries" of "iat" incompatible with return type "_iAtIndexer" in supertype "IndexingMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:725: error: "_iLocIndexerSeries" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:727: error: "_iLocIndexerSeries" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:729: error: "_LocIndexerSeries" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:734: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:738: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:757: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:760: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:763: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:766: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:769: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:773: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:776: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:780: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:783: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:787: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:802: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:806: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:809: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:813: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:816: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:820: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:831: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:850: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:862: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:866: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:869: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:873: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:877: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:882: error: Signature of "max" incompatible with supertype "IndexOpsMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:891: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:910: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:929: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:939: error: Signature of "min" incompatible with supertype "IndexOpsMixin"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:948: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:960: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:964: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:967: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:971: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:974: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:978: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:981: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:985: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:989: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:993: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1004: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1025: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1038: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1042: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1045: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1049: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1056: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1059: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1063: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1066: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1070: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1084: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1088: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1091: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1095: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1102: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1113: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1133: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1153: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1166: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1173: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1204: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/series.pyi:1215: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/interval.pyi:26: error: "Index" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/interval.pyi:39: error: Signature of "get_indexer_for" incompatible with supertype "Index"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/interval.pyi:48: error: Argument 1 of "intersection" is incompatible with supertype "Index"; supertype defines the argument type as "Union[List[Any], Index]"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/interval.pyi:48: note: This violates the Liskov substitution principle
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/interval.pyi:48: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/interval.pyi:51: error: Incompatible types in assignment (expression has type "ellipsis", base class "Index" defined the type as "Callable[[Index, Union[List[Any], Index], Any], Index]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/interval.pyi:52: error: Incompatible types in assignment (expression has type "ellipsis", base class "Index" defined the type as "Callable[[Index, Union[List[Any], Index]], Index]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/indexes/interval.pyi:53: error: Incompatible types in assignment (expression has type "ellipsis", base class "Index" defined the type as "Callable[[Index, Union[List[Any], Index], Any, Any], Index]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/dtypes/dtypes.pyi:20: error: Incompatible types in assignment (expression has type "ellipsis", base class "ExtensionDtype" defined the type as "Type[Any]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/dtypes/dtypes.pyi:21: error: Incompatible types in assignment (expression has type "ellipsis", base class "ExtensionDtype" defined the type as "str")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/dtypes/dtypes.pyi:66: error: Variable "pandas.core.dtypes.dtypes.DatetimeTZDtype.str" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/dtypes/dtypes.pyi:66: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/string_.pyi:11: error: Return type "Type[StringArray]" of "construct_array_type" incompatible with return type "None" in supertype "ExtensionDtype"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/boolean.pyi:17: error: Return type "Type[BooleanArray]" of "construct_array_type" incompatible with return type "None" in supertype "ExtensionDtype"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/datetimelike.pyi:33: error: Argument 1 of "__setitem__" is incompatible with supertype "ExtensionArray"; supertype defines the argument type as "Union[int, ndarray]"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/datetimelike.pyi:33: note: This violates the Liskov substitution principle
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/arrays/datetimelike.pyi:33: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/formats/format.pyi:67: error: Incompatible types in assignment (expression has type "ellipsis", base class "object" defined the type as "Optional[str]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/formats/format.pyi:72: error: Incompatible types in assignment (expression has type "ellipsis", base class "TableFormatter" defined the type as "Union[List[Callable[..., Any]], Tuple[Callable[..., Any], ...], Mapping[Union[str, int], Callable[..., Any]]]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/formats/format.pyi:83: error: Incompatible types in assignment (expression has type "ellipsis", base class "TableFormatter" defined the type as "Union[bool, str]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/formats/format.pyi:89: error: Incompatible types in assignment (expression has type "ellipsis", base class "TableFormatter" defined the type as "Index")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/formats/format.pyi:91: error: Variable "pandas.io.formats.format.float_format_type" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/formats/format.pyi:91: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/formats/format.pyi:106: error: Variable "pandas.io.formats.format.float_format_type" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/formats/format.pyi:106: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/formats/format.pyi:120: error: Variable "pandas.io.formats.format.float_format_type" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/formats/format.pyi:120: note: See https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/formats/format.pyi:124: error: Incompatible types in assignment (expression has type "bool", base class "GenericArrayFormatter" defined the type as "ellipsis")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/computation/pytables.pyi:81: error: Incompatible types in assignment (expression has type "ellipsis", base class "Expr" defined the type as "Scope")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/excel/_base.pyi:4: error: Module 'typing' has no attribute 'Literal'
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/excel/_base.pyi:7: error: Overloaded function signatures 1 and 3 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/excel/_base.pyi:35: error: Overloaded function signatures 2 and 3 overlap with incompatible return types
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/stata.pyi:75: error: Incompatible types in assignment (expression has type "ellipsis", base class "object" defined the type as "Optional[str]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/sql.pyi:76: error: Incompatible types in assignment (expression has type "ellipsis", base class "PandasSQL" defined the type as "Callable[[PandasSQL, VarArg(Any), KwArg(Any)], None]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/parsers.pyi:62: error: Function "pandas.io.parsers.TextParser" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/parsers.pyi:62: note: Perhaps you need "Callable[...]" or a callback protocol?
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/parsers.pyi:168: error: Function "pandas.io.parsers.TextParser" is not valid as a type
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/parsers.pyi:168: note: Perhaps you need "Callable[...]" or a callback protocol?
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/json/_json.pyi:38: error: Incompatible types in assignment (expression has type "str", base class "Writer" defined the type as "ellipsis")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/json/_json.pyi:39: error: Incompatible types in assignment (expression has type "str", base class "Writer" defined the type as "ellipsis")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:251: error: Incompatible types in assignment (expression has type "ellipsis", base class "Fixed" defined the type as "str")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:252: error: Incompatible types in assignment (expression has type "ellipsis", base class "Fixed" defined the type as "str")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:266: error: Incompatible types in assignment (expression has type "ellipsis", base class "GenericFixed" defined the type as "List[str]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:274: error: Incompatible types in assignment (expression has type "ellipsis", base class "GenericFixed" defined the type as "List[str]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:283: error: Incompatible types in assignment (expression has type "ellipsis", base class "Fixed" defined the type as "Union[Type[DataFrame], Type[Series]]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:332: error: Incompatible types in assignment (expression has type "ellipsis", base class "Fixed" defined the type as "str")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:333: error: Incompatible types in assignment (expression has type "ellipsis", base class "Fixed" defined the type as "str")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:350: error: Signature of "write" incompatible with supertype "Fixed"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:354: error: Signature of "write" incompatible with supertype "Fixed"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:374: error: Incompatible types in assignment (expression has type "ellipsis", base class "AppendableFrameTable" defined the type as "Union[Type[DataFrame], Type[Series]]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:391: error: Incompatible types in assignment (expression has type "ellipsis", base class "AppendableFrameTable" defined the type as "Union[Type[DataFrame], Type[Series]]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:396: error: Incompatible types in assignment (expression has type "ellipsis", base class "Table" defined the type as "List[Tuple[int, Any]]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:398: error: Incompatible types in assignment (expression has type "ellipsis", base class "Table" defined the type as "int")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:399: error: Incompatible types in assignment (expression has type "ellipsis", base class "Table" defined the type as "List[IndexCol]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:400: error: Incompatible types in assignment (expression has type "ellipsis", base class "Table" defined the type as "List[DataCol]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:401: error: Incompatible types in assignment (expression has type "ellipsis", base class "Table" defined the type as "List[Any]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:404: error: Signature of "write" incompatible with supertype "AppendableTable"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:404: error: Signature of "write" incompatible with supertype "Fixed"
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/io/pytables.pyi:408: error: Incompatible types in assignment (expression has type "ellipsis", base class "AppendableFrameTable" defined the type as "Union[Type[DataFrame], Type[Series]]")
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/reshape/merge.pyi:9: error: Optional[...] must have exactly one type argument
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/reshape/merge.pyi:10: error: Optional[...] must have exactly one type argument
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/reshape/merge.pyi:11: error: Optional[...] must have exactly one type argument
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/reshape/merge.pyi:22: error: Optional[...] must have exactly one type argument
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/reshape/merge.pyi:23: error: Optional[...] must have exactly one type argument
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/reshape/merge.pyi:24: error: Optional[...] must have exactly one type argument
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/reshape/concat.pyi:7: error: Name 'Literal' is not defined
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/reshape/concat.pyi:7: error: "Series" expects no type arguments, but 1 given
/Users/tk324/anaconda/envs/py39/lib/python3.9/site-packages/pandas-stubs/core/reshape/concat.pyi:9: error: "Series" expects no type arguments, but 1 given
Found 752 errors in 44 files (checked 1 source file)

The stubs are still usable in mypy, but mypy is probably not getting as much out of them as it could.

@erictraut
Copy link
Contributor

The pandas stubs in this repo are incomplete and are probably not very useful for type checking, as you've noticed. They are intended primarily to provide reasonable completion suggestions during editing.

There is an effort underway by contributors to the pandas library to incorporate type information including some portions of these stubs. The pandas contributors and maintainers are in the best position to provide complete and accurate types for the library.

@gramster
Copy link
Member

gramster commented Feb 4, 2022

Eric's response sums up the answer to this, so I think we can close it.

@gramster gramster closed this as completed Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants