pandas/__init__.py:18:25: warning[possibly-unresolved-reference] Name `_dependency` used when possibly not defined
pandas/__init__.py:177:6: error[unresolved-import] Cannot resolve imported module `pandas._version_meson`
pandas/_config/localization.py:174:31: warning[possibly-unresolved-reference] Name `out_locales` used when possibly not defined
pandas/_config/localization.py:177:39: warning[possibly-unresolved-reference] Name `out_locales` used when possibly not defined
pandas/_libs/__init__.py:16:8: error[unresolved-import] Cannot resolve imported module `pandas._libs.pandas_parser`
pandas/_libs/__init__.py:17:8: error[unresolved-import] Cannot resolve imported module `pandas._libs.pandas_datetime`
pandas/_libs/sparse.pyi:44:9: error[invalid-method-override] Invalid override of method `intersect`: Definition is incompatible with `SparseIndex.intersect`
pandas/_libs/sparse.pyi:45:9: error[invalid-method-override] Invalid override of method `make_union`: Definition is incompatible with `SparseIndex.make_union`
pandas/_libs/tslibs/timestamps.pyi:108:9: error[invalid-method-override] Invalid override of method `combine`: Definition is incompatible with `datetime.combine`
pandas/_libs/tslibs/timestamps.pyi:124:9: error[invalid-method-override] Invalid override of method `replace`: Definition is incompatible with `datetime.replace`
pandas/_libs/tslibs/timestamps.pyi:138:9: error[invalid-method-override] Invalid override of method `astimezone`: Definition is incompatible with `datetime.astimezone`
pandas/_testing/__init__.py:518:25: warning[possibly-missing-submodule] Submodule `arrays` might not have been imported
pandas/_testing/__init__.py:520:25: warning[possibly-missing-submodule] Submodule `arrays` might not have been imported
pandas/_testing/__init__.py:580:17: warning[possibly-unresolved-reference] Name `barrier` used when possibly not defined
pandas/_testing/_hypothesis.py:57:5: error[invalid-argument-type] Argument to function `datetimes` is incorrect: Expected `datetime`, found `datetime | NaTType`
pandas/_testing/_hypothesis.py:58:5: error[invalid-argument-type] Argument to function `datetimes` is incorrect: Expected `datetime`, found `datetime | NaTType`
pandas/_testing/_io.py:132:10: error[no-matching-overload] No overload of `ZipFile.__init__` matches arguments
pandas/_testing/_io.py:132:32: error[invalid-argument-type] Argument to `TarFile.__init__` is incorrect: Expected `Literal["a", "r", "w", "x"]`, found `Literal["w", "wb"]`
pandas/_testing/_warnings.py:255:17: error[unresolved-attribute] Attribute `f_back` is not defined on `None` in union `FrameType | None`
pandas/_testing/_warnings.py:257:43: error[invalid-argument-type] Argument to function `getfile` is incorrect: Expected `ModuleType | type[Any] | ((...) -> Any) | ... omitted 3 union elements`, found `FrameType | None`
pandas/_testing/asserters.py:884:39: error[unresolved-attribute] Object of type `ExtensionArray` has no attribute `_ndarray`
pandas/_testing/asserters.py:892:39: error[unresolved-attribute] Object of type `ExtensionArray` has no attribute `_ndarray`
pandas/compat/__init__.py:51:5: error[unresolved-attribute] Unresolved attribute `__name__` on type `F@set_function_name`
pandas/compat/__init__.py:52:5: error[unresolved-attribute] Unresolved attribute `__qualname__` on type `F@set_function_name`
pandas/compat/numpy/function.py:201:16: error[invalid-assignment] Object of type `None` is not assignable to `ndarray[tuple[Any, ...], dtype[Any]] | AxisNoneT@validate_clip_with_axis`
pandas/compat/numpy/function.py:206:12: error[invalid-return-type] Return type does not match returned value: expected `AxisNoneT@validate_clip_with_axis | None`, found `AxisNoneT@validate_clip_with_axis | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/compat/pickle_compat.py:75:17: error[unresolved-attribute] Object of type `Self@load_reduce` has no attribute `stack`
pandas/compat/pickle_compat.py:95:5: error[invalid-assignment] Invalid subscript assignment with key of type `Literal[82]` and value of type `def load_reduce(self) -> None` on object of type `dict[int, (Unpickler, /) -> None]`
pandas/compat/pickle_compat.py:98:16: error[unresolved-attribute] Object of type `Self@load_newobj` has no attribute `stack`
pandas/compat/pickle_compat.py:99:15: error[unresolved-attribute] Object of type `Self@load_newobj` has no attribute `stack`
pandas/compat/pickle_compat.py:113:9: error[unresolved-attribute] Object of type `Self@load_newobj` has no attribute `append`
pandas/compat/pickle_compat.py:115:5: error[invalid-assignment] Invalid subscript assignment with key of type `Literal[129]` and value of type `def load_newobj(self) -> None` on object of type `dict[int, (Unpickler, /) -> None]`
pandas/compat/pyarrow.py:80:20: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_null`
pandas/compat/pyarrow.py:82:26: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/compat/pyarrow.py:83:20: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/compat/pyarrow.py:93:14: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/compat/pyarrow.py:93:25: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_null`
pandas/compat/pyarrow.py:95:12: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/compat/pyarrow.py:95:23: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_null`
pandas/conftest.py:136:12: error[unresolved-attribute] Class `DocTestFinder` has no attribute `_from_module`
pandas/conftest.py:147:5: error[unresolved-attribute] Unresolved attribute `_from_module` on type `<class 'DocTestFinder'>`.
pandas/conftest.py:1575:12: error[invalid-return-type] Return type does not match returned value: expected `Timestamp`, found `Timestamp | NaTType`
pandas/core/_numba/executor.py:52:22: error[not-iterable] Object of type `prange` is not iterable
pandas/core/_numba/executor.py:56:22: error[not-iterable] Object of type `prange` is not iterable
pandas/core/_numba/executor.py:88:22: error[not-iterable] Object of type `prange` is not iterable
pandas/core/_numba/executor.py:114:22: error[not-iterable] Object of type `prange` is not iterable
pandas/core/_numba/extensions.py:22:5: error[unresolved-import] Module `numba.core.extending` has no member `NativeValue`
pandas/core/_numba/extensions.py:23:5: error[unresolved-import] Module `numba.core.extending` has no member `box`
pandas/core/_numba/extensions.py:24:5: error[unresolved-import] Module `numba.core.extending` has no member `lower_builtin`
pandas/core/_numba/extensions.py:29:5: error[unresolved-import] Module `numba.core.extending` has no member `register_model`
pandas/core/_numba/extensions.py:31:5: error[unresolved-import] Module `numba.core.extending` has no member `typeof_impl`
pandas/core/_numba/extensions.py:32:5: error[unresolved-import] Module `numba.core.extending` has no member `unbox`
pandas/core/_numba/extensions.py:61:9: error[unresolved-attribute] Unresolved attribute `_numba_data` on type `Index`
pandas/core/_numba/extensions.py:64:13: error[unresolved-attribute] Object of type `Index` has no attribute `_numba_data`
pandas/core/_numba/extensions.py:74:48: error[invalid-type-form] Function `any` is not valid in a parameter annotation
pandas/core/_numba/extensions.py:299:67: warning[possibly-missing-submodule] Submodule `typed` might not have been imported
pandas/core/_numba/extensions.py:574:16: error[missing-argument] No argument provided for required parameter `obj` of `NDFrameIndexerBase.__init__`
pandas/core/_numba/kernels/mean_.py:135:21: warning[possibly-unresolved-reference] Name `num_consecutive_same_value` used when possibly not defined
pandas/core/_numba/kernels/mean_.py:136:21: warning[possibly-unresolved-reference] Name `prev_value` used when possibly not defined
pandas/core/_numba/kernels/mean_.py:140:22: warning[division-by-zero] Cannot divide object of type `float` by zero
pandas/core/_numba/kernels/mean_.py:141:16: warning[possibly-unresolved-reference] Name `num_consecutive_same_value` used when possibly not defined
pandas/core/_numba/kernels/mean_.py:142:26: warning[possibly-unresolved-reference] Name `prev_value` used when possibly not defined
pandas/core/_numba/kernels/sum_.py:135:21: warning[possibly-unresolved-reference] Name `num_consecutive_same_value` used when possibly not defined
pandas/core/_numba/kernels/sum_.py:136:21: warning[possibly-unresolved-reference] Name `prev_value` used when possibly not defined
pandas/core/_numba/kernels/sum_.py:142:16: warning[possibly-unresolved-reference] Name `num_consecutive_same_value` used when possibly not defined
pandas/core/_numba/kernels/sum_.py:143:26: warning[possibly-unresolved-reference] Name `prev_value` used when possibly not defined
pandas/core/_numba/kernels/var_.py:144:21: warning[possibly-unresolved-reference] Name `num_consecutive_same_value` used when possibly not defined
pandas/core/_numba/kernels/var_.py:145:21: warning[possibly-unresolved-reference] Name `prev_value` used when possibly not defined
pandas/core/_numba/kernels/var_.py:149:29: warning[possibly-unresolved-reference] Name `num_consecutive_same_value` used when possibly not defined
pandas/core/algorithms.py:171:12: error[unresolved-attribute] Attribute `itemsize` is not defined on `ExtensionDtype & ~BaseMaskedDtype & ~CategoricalDtype` in union `(ExtensionDtype & ~BaseMaskedDtype & ~CategoricalDtype) | dtype[Any]`
pandas/core/algorithms.py:220:16: error[invalid-return-type] Return type does not match returned value: expected `ArrayLikeT@_reconstruct_data`, found `ExtensionArray`
pandas/core/algorithms.py:225:12: error[no-matching-overload] No overload of bound method `ExtensionArray.astype` matches arguments
pandas/core/algorithms.py:225:12: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/algorithms.py:478:16: error[unresolved-attribute] Attribute `unique` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/algorithms.py:485:45: error[invalid-argument-type] Argument to function `_get_hashtable_algo` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/algorithms.py:555:33: error[invalid-argument-type] Argument to bound method `ExtensionArray.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | (SequenceNotStr[Unknown] & ndarray[tuple[object, ...], dtype[object]])`
pandas/core/algorithms.py:559:43: error[invalid-argument-type] Argument to bound method `ExtensionArray.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | (SequenceNotStr[Unknown] & ndarray[tuple[object, ...], dtype[object]])`
pandas/core/algorithms.py:565:34: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/algorithms.py:586:12: error[no-matching-overload] No overload of bound method `ndarray.any` matches arguments
pandas/core/algorithms.py:596:18: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/algorithms.py:600:27: error[invalid-argument-type] Argument to function `ismember` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`
pandas/core/algorithms.py:834:26: error[no-matching-overload] No overload of function `where` matches arguments
pandas/core/algorithms.py:851:33: error[invalid-argument-type] Argument to function `_reconstruct_data` is incorrect: Argument type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any | Index | Series` does not satisfy constraints (`ExtensionArray`, `ndarray[tuple[Any, ...], dtype[Any]]`) of type variable `ArrayLikeT`
pandas/core/algorithms.py:919:54: error[invalid-argument-type] Argument to function `value_counts_arraylike` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/algorithms.py:934:17: error[unresolved-attribute] Unresolved attribute `freq` on type `Index`
pandas/core/algorithms.py:939:18: error[no-matching-overload] No overload of bound method `DataFrame.sort_values` matches arguments
pandas/core/algorithms.py:947:12: error[invalid-return-type] Return type does not match returned value: expected `Series`, found `Unknown | DataFrame | Series`
pandas/core/algorithms.py:1053:32: error[invalid-argument-type] Argument to function `_reconstruct_data` is incorrect: Argument type `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | ... omitted 3 union elements` does not satisfy constraints (`ExtensionArray`, `ndarray[tuple[Any, ...], dtype[Any]]`) of type variable `ArrayLikeT`
pandas/core/algorithms.py:1325:12: error[no-matching-overload] No overload of bound method `ndarray.searchsorted` matches arguments
pandas/core/algorithms.py:1358:33: error[unresolved-attribute] Attribute `is_integer` is not defined on `int` in union `int | float`
pandas/core/algorithms.py:1527:40: error[invalid-argument-type] Argument to function `_sort_tuples` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/algorithms.py:1551:50: error[invalid-argument-type] Argument to function `_get_hashtable_algo` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/algorithms.py:1556:47: error[invalid-argument-type] Argument to bound method `HashTable.lookup` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`
pandas/core/algorithms.py:1645:34: error[invalid-argument-type] Argument to function `concat_compat` is incorrect: Expected `Sequence[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`, found `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index]`
pandas/core/algorithms.py:1730:38: error[invalid-argument-type] Argument to function `map_infer` is incorrect: Expected `(Any, /) -> Any`, found `Unknown | ((x) -> Unknown) | Series`
pandas/core/algorithms.py:1732:43: error[invalid-argument-type] Argument to function `map_infer_mask` is incorrect: Expected `(Any, /) -> Any`, found `Unknown | ((x) -> Unknown) | Series`
pandas/core/apply.py:210:52: error[invalid-argument-type] Argument expression after ** must be a mapping type: Found `Unknown | None`
pandas/core/apply.py:223:12: warning[possibly-unresolved-reference] Name `klass` used when possibly not defined
pandas/core/apply.py:397:57: error[invalid-argument-type] Argument to bound method `Apply.normalize_dictlike_arg` is incorrect: Expected `DataFrame | Series`, found `Series | DataFrame | (GroupBy[Unknown] & NDFrame) | ... omitted 4 union elements`
pandas/core/apply.py:494:20: error[invalid-assignment] Object of type `Unknown | Index` is not assignable to `list[Hashable]`
pandas/core/apply.py:1139:25: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1139:25: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1139:25: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1143:25: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1143:25: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1143:25: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1155:21: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1155:21: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1155:21: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1183:17: error[invalid-argument-type] Argument to function `prepare_function_arguments` is incorrect: Expected `(...) -> Unknown`, found `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`
pandas/core/apply.py:1223:19: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1223:19: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1223:19: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1231:42: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `object`
pandas/core/apply.py:1260:26: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1260:26: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1260:26: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1264:30: error[unresolved-attribute] Object of type `object` has no attribute `copy`
pandas/core/apply.py:1668:22: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1668:22: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1668:22: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/core/apply.py:1935:36: error[invalid-assignment] Object of type `MutableMapping[Hashable, list[((...) -> Unknown) | str]]` is not assignable to `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]] | None`
pandas/core/apply.py:2036:59: error[invalid-argument-type] Argument to bound method `Index.get_indexer` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Sequence[tuple[Any, Any]]`
pandas/core/apply.py:2157:49: error[invalid-argument-type] Argument to function `relabel_result` is incorrect: Expected `dict[str, list[((...) -> Unknown) | str]]`, found `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`
pandas/core/apply.py:2197:13: error[unresolved-attribute] Unresolved attribute `__name__` on type `partial[(...) -> Any]`
pandas/core/array_algos/datetimelike_accumulations.py:38:22: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[(bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int].__getitem__(key: (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[(a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), /) -> int` cannot be called with key of type `(...) -> Unknown` on object of type `dict[(bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int]`
pandas/core/array_algos/masked_accumulations.py:56:22: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Overload[(a: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[unsignedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | _NestedSequence[int], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]]] | int | float | _NestedSequence[int | float], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[floating[Any]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 3 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[complexfloating[Any, Any]]], (a: _SupportsArray[dtype[object_]] | _NestedSequence[_SupportsArray[dtype[object_]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[object_]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int | Unknown].__getitem__(key: Overload[(a: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[unsignedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | _NestedSequence[int], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]]] | int | float | _NestedSequence[int | float], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[floating[Any]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 3 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[complexfloating[Any, Any]]], (a: _SupportsArray[dtype[object_]] | _NestedSequence[_SupportsArray[dtype[object_]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[object_]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[(a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), /) -> int | Unknown` cannot be called with key of type `(...) -> Unknown` on object of type `dict[Overload[(a: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | unsignedinteger[Any]]]] | builtins.bool | _NestedSequence[builtins.bool], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[unsignedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | _NestedSequence[int], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any] | floating[Any]]]] | int | float | _NestedSequence[int | float], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[floating[Any]]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 3 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[complexfloating[Any, Any]]], (a: _SupportsArray[dtype[object_]] | _NestedSequence[_SupportsArray[dtype[object_]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[object_]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["maximum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]) | Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: None = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None) -> ndarray[tuple[Any, ...], dtype[Any]], [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT) -> _ArrayT] | (bound method _UFunc_Nin2_Nout1[Literal["minimum"], Literal[21], None].accumulate(array: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, /, axis: SupportsIndex = 0, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: ndarray[tuple[Any, ...], dtype[Any]] | EllipsisType | None = None) -> ndarray[tuple[Any, ...], dtype[Any]]), int | Unknown]`
pandas/core/array_algos/quantile.py:151:12: error[no-matching-overload] No overload of function `quantile` matches arguments
pandas/core/array_algos/quantile.py:192:22: error[unresolved-attribute] Attribute `view` is not defined on `str`, `bytes`, `date`, `timedelta`, `int`, `float`, `Interval[Unknown]`, `complex` in union `str | bytes | date | ... omitted 10 union elements`
pandas/core/array_algos/quantile.py:224:16: error[no-matching-overload] No overload of function `quantile` matches arguments
pandas/core/array_algos/take.py:124:16: error[no-matching-overload] No overload of bound method `ndarray.take` matches arguments
pandas/core/array_algos/take.py:204:37: error[unresolved-attribute] Attribute `is_integer` is not defined on `int` in union `int | float`
pandas/core/array_algos/take.py:290:8: warning[possibly-unresolved-reference] Name `func` used when possibly not defined
pandas/core/array_algos/take.py:291:16: warning[possibly-unresolved-reference] Name `func` used when possibly not defined
pandas/core/array_algos/take.py:304:8: warning[possibly-unresolved-reference] Name `func` used when possibly not defined
pandas/core/array_algos/take.py:305:33: warning[possibly-unresolved-reference] Name `func` used when possibly not defined
pandas/core/array_algos/take.py:363:26: error[unresolved-attribute] Attribute `view` is not defined on `int`, `float` in union `Unknown | int | float`
pandas/core/array_algos/take.py:591:41: error[unresolved-attribute] Attribute `is_integer` is not defined on `int` in union `int | float`
pandas/core/arraylike.py:44:9: error[invalid-method-override] Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
pandas/core/arraylike.py:48:9: error[invalid-method-override] Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
pandas/core/arrays/_arrow_string_mixins.py:71:28: error[unresolved-import] Module `re` has no member `_parser`
pandas/core/arrays/_arrow_string_mixins.py:110:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_length`
pandas/core/arrays/_arrow_string_mixins.py:114:41: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_lower`
pandas/core/arrays/_arrow_string_mixins.py:117:41: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_upper`
pandas/core/arrays/_arrow_string_mixins.py:121:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_trim_whitespace`
pandas/core/arrays/_arrow_string_mixins.py:123:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_trim`
pandas/core/arrays/_arrow_string_mixins.py:128:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_ltrim_whitespace`
pandas/core/arrays/_arrow_string_mixins.py:130:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_ltrim`
pandas/core/arrays/_arrow_string_mixins.py:135:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_rtrim_whitespace`
pandas/core/arrays/_arrow_string_mixins.py:137:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_rtrim`
pandas/core/arrays/_arrow_string_mixins.py:147:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_lpad`
pandas/core/arrays/_arrow_string_mixins.py:149:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_rpad`
pandas/core/arrays/_arrow_string_mixins.py:155:27: error[unresolved-attribute] Object of type `Self@_str_pad` has no attribute `astype`
pandas/core/arrays/_arrow_string_mixins.py:157:26: error[unresolved-attribute] Object of type `ExtensionArray` has no attribute `_str_pad`
pandas/core/arrays/_arrow_string_mixins.py:158:24: error[unresolved-attribute] Object of type `type[Self@_str_pad]` has no attribute `_from_sequence`
pandas/core/arrays/_arrow_string_mixins.py:158:64: error[unresolved-attribute] Object of type `Self@_str_pad` has no attribute `dtype`
pandas/core/arrays/_arrow_string_mixins.py:163:34: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_center`
pandas/core/arrays/_arrow_string_mixins.py:173:19: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_length`
pandas/core/arrays/_arrow_string_mixins.py:175:29: error[unresolved-attribute] Module `pyarrow.compute` has no member `greater_equal`
pandas/core/arrays/_arrow_string_mixins.py:180:29: error[unresolved-attribute] Module `pyarrow.compute` has no member `greater`
pandas/core/arrays/_arrow_string_mixins.py:184:29: error[unresolved-attribute] Module `pyarrow.compute` has no member `invert`
pandas/core/arrays/_arrow_string_mixins.py:185:20: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_slice_codeunits`
pandas/core/arrays/_arrow_string_mixins.py:189:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/_arrow_string_mixins.py:204:13: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_slice_codeunits`
pandas/core/arrays/_arrow_string_mixins.py:223:13: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_replace_slice`
pandas/core/arrays/_arrow_string_mixins.py:263:16: error[unresolved-attribute] Module `pyarrow.compute` has no member `replace_substring_regex`
pandas/core/arrays/_arrow_string_mixins.py:263:57: error[unresolved-attribute] Module `pyarrow.compute` has no member `replace_substring`
pandas/core/arrays/_arrow_string_mixins.py:276:41: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_capitalize`
pandas/core/arrays/_arrow_string_mixins.py:279:41: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_title`
pandas/core/arrays/_arrow_string_mixins.py:282:41: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_swapcase`
pandas/core/arrays/_arrow_string_mixins.py:287:23: error[unresolved-attribute] Module `pyarrow.compute` has no member `starts_with`
pandas/core/arrays/_arrow_string_mixins.py:288:19: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_slice_codeunits`
pandas/core/arrays/_arrow_string_mixins.py:289:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/_arrow_string_mixins.py:295:21: error[unresolved-attribute] Module `pyarrow.compute` has no member `ends_with`
pandas/core/arrays/_arrow_string_mixins.py:296:19: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_slice_codeunits`
pandas/core/arrays/_arrow_string_mixins.py:297:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/_arrow_string_mixins.py:304:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `starts_with`
pandas/core/arrays/_arrow_string_mixins.py:308:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/_arrow_string_mixins.py:308:33: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_null`
pandas/core/arrays/_arrow_string_mixins.py:310:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `starts_with`
pandas/core/arrays/_arrow_string_mixins.py:313:26: error[unresolved-attribute] Module `pyarrow.compute` has no member `or_`
pandas/core/arrays/_arrow_string_mixins.py:313:41: error[unresolved-attribute] Module `pyarrow.compute` has no member `starts_with`
pandas/core/arrays/_arrow_string_mixins.py:320:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `ends_with`
pandas/core/arrays/_arrow_string_mixins.py:324:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/_arrow_string_mixins.py:324:33: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_null`
pandas/core/arrays/_arrow_string_mixins.py:326:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `ends_with`
pandas/core/arrays/_arrow_string_mixins.py:329:26: error[unresolved-attribute] Module `pyarrow.compute` has no member `or_`
pandas/core/arrays/_arrow_string_mixins.py:329:41: error[unresolved-attribute] Module `pyarrow.compute` has no member `ends_with`
pandas/core/arrays/_arrow_string_mixins.py:333:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_is_alnum`
pandas/core/arrays/_arrow_string_mixins.py:337:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_is_alpha`
pandas/core/arrays/_arrow_string_mixins.py:341:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `string_is_ascii`
pandas/core/arrays/_arrow_string_mixins.py:345:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_is_decimal`
pandas/core/arrays/_arrow_string_mixins.py:355:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_is_digit`
pandas/core/arrays/_arrow_string_mixins.py:359:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_is_lower`
pandas/core/arrays/_arrow_string_mixins.py:363:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_is_numeric`
pandas/core/arrays/_arrow_string_mixins.py:367:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_is_space`
pandas/core/arrays/_arrow_string_mixins.py:371:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_is_title`
pandas/core/arrays/_arrow_string_mixins.py:375:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_is_upper`
pandas/core/arrays/_arrow_string_mixins.py:390:27: error[unresolved-attribute] Module `pyarrow.compute` has no member `match_substring_regex`
pandas/core/arrays/_arrow_string_mixins.py:392:27: error[unresolved-attribute] Module `pyarrow.compute` has no member `match_substring`
pandas/core/arrays/_arrow_string_mixins.py:425:16: error[unresolved-attribute] Module `pyarrow.compute` has no member `all`
pandas/core/arrays/_arrow_string_mixins.py:425:23: error[unresolved-attribute] Module `pyarrow.compute` has no member `string_is_ascii`
pandas/core/arrays/_arrow_string_mixins.py:433:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `find_substring`
pandas/core/arrays/_arrow_string_mixins.py:445:32: error[unresolved-attribute] Module `pyarrow.compute` has no member `add`
pandas/core/arrays/_arrow_string_mixins.py:445:46: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_length`
pandas/core/arrays/_arrow_string_mixins.py:446:32: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/_arrow_string_mixins.py:446:43: error[unresolved-attribute] Module `pyarrow.compute` has no member `less`
pandas/core/arrays/_arrow_string_mixins.py:449:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_slice_codeunits`
pandas/core/arrays/_arrow_string_mixins.py:450:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `find_substring`
pandas/core/arrays/_arrow_string_mixins.py:451:21: error[unresolved-attribute] Module `pyarrow.compute` has no member `not_equal`
pandas/core/arrays/_arrow_string_mixins.py:452:29: error[unresolved-attribute] Module `pyarrow.compute` has no member `add`
pandas/core/arrays/_arrow_string_mixins.py:453:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/_mixins.py:211:62: error[invalid-argument-type] Argument to function `construct_1d_object_array_from_listlike` is incorrect: Expected `Collection[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/arrays/_mixins.py:212:16: error[no-matching-overload] No overload of function `maybe_convert_objects` matches arguments
pandas/core/arrays/_mixins.py:215:9: error[invalid-method-override] Invalid override of method `argmin`: Definition is incompatible with `ExtensionArray.argmin`
pandas/core/arrays/_mixins.py:223:9: error[invalid-method-override] Invalid override of method `argmax`: Definition is incompatible with `ExtensionArray.argmax`
pandas/core/arrays/_mixins.py:235:9: error[invalid-method-override] Invalid override of method `_concat_same_type`: Definition is incompatible with `NDArrayBacked._concat_same_type`
pandas/core/arrays/_mixins.py:370:9: error[invalid-method-override] Invalid override of method `__getitem__`: Definition is incompatible with `ExtensionArray.__getitem__`
pandas/core/arrays/_mixins.py:386:15: error[invalid-assignment] Object of type `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements` is not assignable to `int | integer[Any] | slice[Any, Any, Any] | ... omitted 4 union elements`
pandas/core/arrays/_mixins.py:449:22: error[unresolved-attribute] Attribute `cumsum` is not defined on `ExtensionArrayNaResult` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArrayNaResult`
pandas/core/arrays/_mixins.py:458:13: error[invalid-argument-type] Argument to function `check_value_size` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArrayNaResult`
pandas/core/arrays/_mixins.py:591:22: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[int | integer[Any] | slice[Any, Any, Any] | ... omitted 3 union elements, int | integer[Any] | slice[Any, Any, Any] | ... omitted 3 union elements]) -> Self@value_counts]` cannot be called with key of type `ExtensionArrayNaResult` on object of type `Self@value_counts`
pandas/core/arrays/_mixins.py:620:20: error[missing-argument] No argument provided for required parameter `dtype` of `NDArrayBacked.__init__`
pandas/core/arrays/_ranges.py:143:17: error[unsupported-operator] Operator `+` is not supported between objects of type `Timestamp | None` and `Timedelta | NaTType`
pandas/core/arrays/_ranges.py:147:21: error[invalid-assignment] Object of type `Timestamp | NaTType` is not assignable to `Timestamp | None`
pandas/core/arrays/_ranges.py:152:25: error[unresolved-attribute] Object of type `BaseOffset` has no attribute `_get_daily_offset_mask`
pandas/core/arrays/_utils.py:44:36: error[unresolved-attribute] Object of type `ExtensionDtype` has no attribute `numpy_dtype`
pandas/core/arrays/_utils.py:52:28: error[unresolved-attribute] Object of type `ExtensionDtype` has no attribute `numpy_dtype`
pandas/core/arrays/_utils.py:64:37: error[invalid-argument-type] Argument to function `datetime_data` is incorrect: Expected `str | _HasDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]] | dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]] | _HasNumPyDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]]`, found `dtype[float64] | (Unknown & ~None)`
pandas/core/arrays/_utils.py:65:24: error[no-matching-overload] No overload of constructor `datetime64.__new__` matches arguments
pandas/core/arrays/_utils.py:67:37: error[invalid-argument-type] Argument to function `datetime_data` is incorrect: Expected `str | _HasDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]] | dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]] | _HasNumPyDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]]`, found `dtype[float64] | (Unknown & ~None)`
pandas/core/arrays/_utils.py:68:24: error[no-matching-overload] No overload of constructor `timedelta64.__new__` matches arguments
pandas/core/arrays/_utils.py:74:33: error[invalid-argument-type] Argument to function `np_can_hold_element` is incorrect: Expected `dtype[Any]`, found `dtype[float64] | Unknown | None`
pandas/core/arrays/arrow/accessors.py:118:25: error[unresolved-attribute] Module `pyarrow.compute` has no member `list_value_length`
pandas/core/arrays/arrow/accessors.py:169:23: error[unresolved-attribute] Module `pyarrow.compute` has no member `list_element`
pandas/core/arrays/arrow/accessors.py:187:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `list_slice`
pandas/core/arrays/arrow/accessors.py:236:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `list_value_length`
pandas/core/arrays/arrow/accessors.py:237:21: error[unresolved-attribute] Module `pyarrow.compute` has no member `list_flatten`
pandas/core/arrays/arrow/accessors.py:467:20: warning[possibly-unresolved-reference] Name `name` used when possibly not defined
pandas/core/arrays/arrow/accessors.py:471:21: error[unresolved-attribute] Module `pyarrow.compute` has no member `struct_field`
pandas/core/arrays/arrow/array.py:107:15: error[unresolved-attribute] Module `pyarrow.compute` has no member `equal`
pandas/core/arrays/arrow/array.py:108:15: error[unresolved-attribute] Module `pyarrow.compute` has no member `not_equal`
pandas/core/arrays/arrow/array.py:109:15: error[unresolved-attribute] Module `pyarrow.compute` has no member `less`
pandas/core/arrays/arrow/array.py:110:15: error[unresolved-attribute] Module `pyarrow.compute` has no member `greater`
pandas/core/arrays/arrow/array.py:111:15: error[unresolved-attribute] Module `pyarrow.compute` has no member `less_equal`
pandas/core/arrays/arrow/array.py:112:15: error[unresolved-attribute] Module `pyarrow.compute` has no member `greater_equal`
pandas/core/arrays/arrow/array.py:116:17: error[unresolved-attribute] Module `pyarrow.compute` has no member `and_kleene`
pandas/core/arrays/arrow/array.py:117:31: error[unresolved-attribute] Module `pyarrow.compute` has no member `and_kleene`
pandas/core/arrays/arrow/array.py:118:16: error[unresolved-attribute] Module `pyarrow.compute` has no member `or_kleene`
pandas/core/arrays/arrow/array.py:119:30: error[unresolved-attribute] Module `pyarrow.compute` has no member `or_kleene`
pandas/core/arrays/arrow/array.py:120:16: error[unresolved-attribute] Module `pyarrow.compute` has no member `xor`
pandas/core/arrays/arrow/array.py:121:30: error[unresolved-attribute] Module `pyarrow.compute` has no member `xor`
pandas/core/arrays/arrow/array.py:125:17: error[unresolved-attribute] Module `pyarrow.compute` has no member `bit_wise_and`
pandas/core/arrays/arrow/array.py:126:31: error[unresolved-attribute] Module `pyarrow.compute` has no member `bit_wise_and`
pandas/core/arrays/arrow/array.py:127:16: error[unresolved-attribute] Module `pyarrow.compute` has no member `bit_wise_or`
pandas/core/arrays/arrow/array.py:128:30: error[unresolved-attribute] Module `pyarrow.compute` has no member `bit_wise_or`
pandas/core/arrays/arrow/array.py:129:16: error[unresolved-attribute] Module `pyarrow.compute` has no member `bit_wise_xor`
pandas/core/arrays/arrow/array.py:130:30: error[unresolved-attribute] Module `pyarrow.compute` has no member `bit_wise_xor`
pandas/core/arrays/arrow/array.py:156:23: error[unresolved-attribute] Module `pyarrow.compute` has no member `divide_checked`
pandas/core/arrays/arrow/array.py:159:33: error[unresolved-attribute] Module `pyarrow.compute` has no member `not_equal`
pandas/core/arrays/arrow/array.py:159:46: error[unresolved-attribute] Module `pyarrow.compute` has no member `multiply`
pandas/core/arrays/arrow/array.py:160:44: error[unresolved-attribute] Module `pyarrow.compute` has no member `less`
pandas/core/arrays/arrow/array.py:161:21: error[unresolved-attribute] Module `pyarrow.compute` has no member `bit_wise_xor`
pandas/core/arrays/arrow/array.py:164:26: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/arrow/array.py:165:21: error[unresolved-attribute] Module `pyarrow.compute` has no member `and_`
pandas/core/arrays/arrow/array.py:170:21: error[unresolved-attribute] Module `pyarrow.compute` has no member `subtract`
pandas/core/arrays/arrow/array.py:177:23: error[unresolved-attribute] Module `pyarrow.compute` has no member `divide`
pandas/core/arrays/arrow/array.py:178:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `floor`
pandas/core/arrays/arrow/array.py:182:16: error[unresolved-attribute] Module `pyarrow.compute` has no member `add_checked`
pandas/core/arrays/arrow/array.py:183:30: error[unresolved-attribute] Module `pyarrow.compute` has no member `add_checked`
pandas/core/arrays/arrow/array.py:184:16: error[unresolved-attribute] Module `pyarrow.compute` has no member `subtract_checked`
pandas/core/arrays/arrow/array.py:185:30: error[unresolved-attribute] Module `pyarrow.compute` has no member `subtract_checked`
pandas/core/arrays/arrow/array.py:186:16: error[unresolved-attribute] Module `pyarrow.compute` has no member `multiply_checked`
pandas/core/arrays/arrow/array.py:187:30: error[unresolved-attribute] Module `pyarrow.compute` has no member `multiply_checked`
pandas/core/arrays/arrow/array.py:188:33: error[unresolved-attribute] Module `pyarrow.compute` has no member `divide`
pandas/core/arrays/arrow/array.py:189:34: error[unresolved-attribute] Module `pyarrow.compute` has no member `divide`
pandas/core/arrays/arrow/array.py:196:16: error[unresolved-attribute] Module `pyarrow.compute` has no member `power_checked`
pandas/core/arrays/arrow/array.py:197:30: error[unresolved-attribute] Module `pyarrow.compute` has no member `power_checked`
pandas/core/arrays/arrow/array.py:388:27: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/arrow/array.py:409:23: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/arrow/array.py:409:34: error[unresolved-attribute] Module `pyarrow.compute` has no member `equal`
pandas/core/arrays/arrow/array.py:410:23: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/arrow/array.py:410:34: error[unresolved-attribute] Module `pyarrow.compute` has no member `equal`
pandas/core/arrays/arrow/array.py:938:45: error[unresolved-attribute] Module `pyarrow.compute` has no member `bit_wise_not`
pandas/core/arrays/arrow/array.py:945:45: error[unresolved-attribute] Module `pyarrow.compute` has no member `invert`
pandas/core/arrays/arrow/array.py:949:45: error[unresolved-attribute] Module `pyarrow.compute` has no member `negate_checked`
pandas/core/arrays/arrow/array.py:959:41: error[unresolved-attribute] Module `pyarrow.compute` has no member `abs_checked`
pandas/core/arrays/arrow/array.py:1024:30: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/arrow/array.py:1077:53: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_null`
pandas/core/arrays/arrow/array.py:1081:34: error[unresolved-attribute] Module `pyarrow.compute` has no member `binary_join_element_wise`
pandas/core/arrays/arrow/array.py:1083:34: error[unresolved-attribute] Module `pyarrow.compute` has no member `binary_join_element_wise`
pandas/core/arrays/arrow/array.py:1088:49: warning[possibly-unresolved-reference] Name `result` used when possibly not defined
pandas/core/arrays/arrow/array.py:1094:31: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/arrow/array.py:1094:42: error[unresolved-attribute] Module `pyarrow.compute` has no member `less`
pandas/core/arrays/arrow/array.py:1095:26: error[unresolved-attribute] Module `pyarrow.compute` has no member `binary_repeat`
pandas/core/arrays/arrow/array.py:1106:27: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/arrow/array.py:1106:38: error[unresolved-attribute] Module `pyarrow.compute` has no member `less`
pandas/core/arrays/arrow/array.py:1107:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `binary_repeat`
pandas/core/arrays/arrow/array.py:1111:17: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_null`
pandas/core/arrays/arrow/array.py:1177:20: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_nan`
pandas/core/arrays/arrow/array.py:1178:19: error[unresolved-attribute] Module `pyarrow.compute` has no member `replace_with_mask`
pandas/core/arrays/arrow/array.py:1213:9: error[invalid-method-override] Invalid override of method `__contains__`: Definition is incompatible with `ExtensionArray.__contains__`
pandas/core/arrays/arrow/array.py:1220:24: error[unresolved-attribute] Module `pyarrow.compute` has no member `any`
pandas/core/arrays/arrow/array.py:1220:31: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_nan`
pandas/core/arrays/arrow/array.py:1388:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `array_sort_indices`
pandas/core/arrays/arrow/array.py:1455:41: error[unresolved-attribute] Module `pyarrow.compute` has no member `drop_null`
pandas/core/arrays/arrow/array.py:1473:25: error[unresolved-attribute] Module `pyarrow.compute` has no member `fill_null_forward`
pandas/core/arrays/arrow/array.py:1477:25: error[unresolved-attribute] Module `pyarrow.compute` has no member `fill_null_backward`
pandas/core/arrays/arrow/array.py:1579:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_in`
pandas/core/arrays/arrow/array.py:1607:23: error[unresolved-attribute] Module `pyarrow.compute` has no member `dictionary_encode`
pandas/core/arrays/arrow/array.py:1766:41: error[unresolved-attribute] Module `pyarrow.compute` has no member `round`
pandas/core/arrays/arrow/array.py:1962:53: error[invalid-argument-type] Argument to bound method `TimedeltaArray._simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[float64]`
pandas/core/arrays/arrow/array.py:2112:21: error[unresolved-attribute] Module `pyarrow.compute` has no member `unique`
pandas/core/arrays/arrow/array.py:2266:23: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_null`
pandas/core/arrays/arrow/array.py:2267:16: error[unresolved-attribute] Module `pyarrow.compute` has no member `all`
pandas/core/arrays/arrow/array.py:2274:32: error[unresolved-attribute] Module `pyarrow.compute` has no member `fill_null_forward`
pandas/core/arrays/arrow/array.py:2275:32: error[unresolved-attribute] Module `pyarrow.compute` has no member `fill_null_backward`
pandas/core/arrays/arrow/array.py:2289:25: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/arrow/array.py:2336:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `not_equal`
pandas/core/arrays/arrow/array.py:2352:29: error[unresolved-attribute] Module `pyarrow.compute` has no member `stddev`
pandas/core/arrays/arrow/array.py:2353:31: error[unresolved-attribute] Module `pyarrow.compute` has no member `sqrt_checked`
pandas/core/arrays/arrow/array.py:2353:47: error[unresolved-attribute] Module `pyarrow.compute` has no member `count`
pandas/core/arrays/arrow/array.py:2354:24: error[unresolved-attribute] Module `pyarrow.compute` has no member `divide_checked`
pandas/core/arrays/arrow/array.py:2361:24: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_null`
pandas/core/arrays/arrow/array.py:2372:44: error[unresolved-attribute] Module `pyarrow.compute` has no member `invert`
pandas/core/arrays/arrow/array.py:2384:24: error[unresolved-attribute] Module `pyarrow.compute` has no member `binary_join`
pandas/core/arrays/arrow/array.py:2493:12: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_null`
pandas/core/arrays/arrow/array.py:2518:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `list_value_length`
pandas/core/arrays/arrow/array.py:2525:25: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/arrow/array.py:2530:43: error[unresolved-attribute] Module `pyarrow.compute` has no member `list_flatten`
pandas/core/arrays/arrow/array.py:2653:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `rank`
pandas/core/arrays/arrow/array.py:2661:20: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_null`
pandas/core/arrays/arrow/array.py:2663:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/arrow/array.py:2666:26: error[unresolved-attribute] Module `pyarrow.compute` has no member `rank`
pandas/core/arrays/arrow/array.py:2674:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `divide`
pandas/core/arrays/arrow/array.py:2674:32: error[unresolved-attribute] Module `pyarrow.compute` has no member `add`
pandas/core/arrays/arrow/array.py:2680:27: error[unresolved-attribute] Module `pyarrow.compute` has no member `max`
pandas/core/arrays/arrow/array.py:2682:27: error[unresolved-attribute] Module `pyarrow.compute` has no member `count`
pandas/core/arrays/arrow/array.py:2683:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `divide`
pandas/core/arrays/arrow/array.py:2695:20: error[unresolved-attribute] Module `pyarrow.compute` has no member `all`
pandas/core/arrays/arrow/array.py:2695:27: error[unresolved-attribute] Module `pyarrow.compute` has no member `greater_equal`
pandas/core/arrays/arrow/array.py:2708:20: error[unresolved-attribute] Module `pyarrow.compute` has no member `all`
pandas/core/arrays/arrow/array.py:2708:27: error[unresolved-attribute] Module `pyarrow.compute` has no member `less_equal`
pandas/core/arrays/arrow/array.py:2760:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `quantile`
pandas/core/arrays/arrow/array.py:2764:26: error[unresolved-attribute] Module `pyarrow.compute` has no member `floor`
pandas/core/arrays/arrow/array.py:2805:15: error[unresolved-attribute] Module `pyarrow.compute` has no member `value_counts`
pandas/core/arrays/arrow/array.py:2807:13: error[unresolved-attribute] Module `pyarrow.compute` has no member `equal`
pandas/core/arrays/arrow/array.py:2807:43: error[unresolved-attribute] Module `pyarrow.compute` has no member `max`
pandas/core/arrays/arrow/array.py:2813:40: error[unresolved-attribute] Module `pyarrow.compute` has no member `array_sort_indices`
pandas/core/arrays/arrow/array.py:2852:24: error[unresolved-attribute] Module `pyarrow.compute` has no member `fill_null_backward`
pandas/core/arrays/arrow/array.py:2852:46: error[unresolved-attribute] Module `pyarrow.compute` has no member `pairwise_diff_checked`
pandas/core/arrays/arrow/array.py:2854:23: error[unresolved-attribute] Module `pyarrow.compute` has no member `add_checked`
pandas/core/arrays/arrow/array.py:2854:51: error[unresolved-attribute] Module `pyarrow.compute` has no member `divide_checked`
pandas/core/arrays/arrow/array.py:2855:45: error[unresolved-attribute] Module `pyarrow.compute` has no member `coalesce`
pandas/core/arrays/arrow/array.py:2920:24: error[unresolved-attribute] Module `pyarrow.compute` has no member `if_else`
pandas/core/arrays/arrow/array.py:2976:20: error[unresolved-attribute] Module `pyarrow.compute` has no member `replace_with_mask`
pandas/core/arrays/arrow/array.py:3134:41: error[unresolved-attribute] Module `pyarrow.compute` has no member `count_substring_regex`
pandas/core/arrays/arrow/array.py:3141:41: error[unresolved-attribute] Module `pyarrow.compute` has no member `binary_repeat`
pandas/core/arrays/arrow/array.py:3151:41: error[unresolved-attribute] Module `pyarrow.compute` has no member `binary_join`
pandas/core/arrays/arrow/array.py:3179:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `extract_regex`
pandas/core/arrays/arrow/array.py:3182:47: error[unresolved-attribute] Module `pyarrow.compute` has no member `struct_field`
pandas/core/arrays/arrow/array.py:3186:31: error[unresolved-attribute] Module `pyarrow.compute` has no member `struct_field`
pandas/core/arrays/arrow/array.py:3197:17: error[unresolved-attribute] Module `pyarrow.compute` has no member `split_pattern`
pandas/core/arrays/arrow/array.py:3198:28: error[unresolved-attribute] Module `pyarrow.compute` has no member `list_flatten`
pandas/core/arrays/arrow/array.py:3200:39: error[unresolved-attribute] Module `pyarrow.compute` has no member `array_sort_indices`
pandas/core/arrays/arrow/array.py:3201:19: error[unresolved-attribute] Module `pyarrow.compute` has no member `list_value_length`
pandas/core/arrays/arrow/array.py:3204:19: error[unresolved-attribute] Module `pyarrow.compute` has no member `index_in`
pandas/core/arrays/arrow/array.py:3229:41: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_normalize`
pandas/core/arrays/arrow/array.py:3246:26: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_split_whitespace`
pandas/core/arrays/arrow/array.py:3248:44: error[unresolved-attribute] Module `pyarrow.compute` has no member `split_pattern_regex`
pandas/core/arrays/arrow/array.py:3250:44: error[unresolved-attribute] Module `pyarrow.compute` has no member `split_pattern`
pandas/core/arrays/arrow/array.py:3258:17: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_split_whitespace`
pandas/core/arrays/arrow/array.py:3261:13: error[unresolved-attribute] Module `pyarrow.compute` has no member `split_pattern`
pandas/core/arrays/arrow/array.py:3362:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `divide`
pandas/core/arrays/arrow/array.py:3379:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `year`
pandas/core/arrays/arrow/array.py:3384:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `day`
pandas/core/arrays/arrow/array.py:3389:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `day_of_week`
pandas/core/arrays/arrow/array.py:3415:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `day_of_year`
pandas/core/arrays/arrow/array.py:3430:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `hour`
pandas/core/arrays/arrow/array.py:3434:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `iso_calendar`
pandas/core/arrays/arrow/array.py:3439:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_leap_year`
pandas/core/arrays/arrow/array.py:3444:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `equal`
pandas/core/arrays/arrow/array.py:3444:27: error[unresolved-attribute] Module `pyarrow.compute` has no member `day`
pandas/core/arrays/arrow/array.py:3449:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `equal`
pandas/core/arrays/arrow/array.py:3450:13: error[unresolved-attribute] Module `pyarrow.compute` has no member `days_between`
pandas/core/arrays/arrow/array.py:3451:17: error[unresolved-attribute] Module `pyarrow.compute` has no member `floor_temporal`
pandas/core/arrays/arrow/array.py:3452:17: error[unresolved-attribute] Module `pyarrow.compute` has no member `ceil_temporal`
pandas/core/arrays/arrow/array.py:3460:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `and_`
pandas/core/arrays/arrow/array.py:3461:13: error[unresolved-attribute] Module `pyarrow.compute` has no member `equal`
pandas/core/arrays/arrow/array.py:3461:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `month`
pandas/core/arrays/arrow/array.py:3462:13: error[unresolved-attribute] Module `pyarrow.compute` has no member `equal`
pandas/core/arrays/arrow/array.py:3462:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `day`
pandas/core/arrays/arrow/array.py:3468:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `and_`
pandas/core/arrays/arrow/array.py:3469:13: error[unresolved-attribute] Module `pyarrow.compute` has no member `equal`
pandas/core/arrays/arrow/array.py:3469:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `month`
pandas/core/arrays/arrow/array.py:3470:13: error[unresolved-attribute] Module `pyarrow.compute` has no member `equal`
pandas/core/arrays/arrow/array.py:3470:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `day`
pandas/core/arrays/arrow/array.py:3476:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `equal`
pandas/core/arrays/arrow/array.py:3477:13: error[unresolved-attribute] Module `pyarrow.compute` has no member `floor_temporal`
pandas/core/arrays/arrow/array.py:3478:13: error[unresolved-attribute] Module `pyarrow.compute` has no member `floor_temporal`
pandas/core/arrays/arrow/array.py:3484:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `equal`
pandas/core/arrays/arrow/array.py:3485:13: error[unresolved-attribute] Module `pyarrow.compute` has no member `days_between`
pandas/core/arrays/arrow/array.py:3486:17: error[unresolved-attribute] Module `pyarrow.compute` has no member `floor_temporal`
pandas/core/arrays/arrow/array.py:3487:17: error[unresolved-attribute] Module `pyarrow.compute` has no member `ceil_temporal`
pandas/core/arrays/arrow/array.py:3495:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `days_between`
pandas/core/arrays/arrow/array.py:3496:13: error[unresolved-attribute] Module `pyarrow.compute` has no member `floor_temporal`
pandas/core/arrays/arrow/array.py:3497:13: error[unresolved-attribute] Module `pyarrow.compute` has no member `ceil_temporal`
pandas/core/arrays/arrow/array.py:3514:14: error[unresolved-attribute] Module `pyarrow.compute` has no member `microsecond`
pandas/core/arrays/arrow/array.py:3515:20: error[unresolved-attribute] Module `pyarrow.compute` has no member `multiply`
pandas/core/arrays/arrow/array.py:3515:32: error[unresolved-attribute] Module `pyarrow.compute` has no member `millisecond`
pandas/core/arrays/arrow/array.py:3516:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `add`
pandas/core/arrays/arrow/array.py:3521:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `minute`
pandas/core/arrays/arrow/array.py:3526:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `month`
pandas/core/arrays/arrow/array.py:3531:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `nanosecond`
pandas/core/arrays/arrow/array.py:3536:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `quarter`
pandas/core/arrays/arrow/array.py:3541:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `second`
pandas/core/arrays/arrow/array.py:3568:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `floor_temporal`
pandas/core/arrays/arrow/array.py:3572:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `strftime`
pandas/core/arrays/arrow/array.py:3640:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `strftime`
pandas/core/arrays/arrow/array.py:3646:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `strftime`
pandas/core/arrays/arrow/array.py:3681:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `local_timestamp`
pandas/core/arrays/arrow/array.py:3683:22: error[unresolved-attribute] Module `pyarrow.compute` has no member `assume_timezone`
pandas/core/arrays/arrow/extension_types.py:171:5: error[unresolved-attribute] Unresolved attribute `_hotfix_installed` on type `<module 'pyarrow'>`.
pandas/core/arrays/base.py:608:20: error[unresolved-attribute] Attribute `any` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/arrays/base.py:611:9: error[invalid-method-override] Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
pandas/core/arrays/base.py:624:9: error[invalid-method-override] Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
pandas/core/arrays/base.py:629:16: error[unsupported-operator] Unary operator `~` is not supported for object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/arrays/base.py:722:13: error[invalid-assignment] Invalid subscript assignment with key of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArrayNaResult` and value of type `~_NoDefault` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/arrays/base.py:784:16: error[invalid-return-type] Return type does not match returned value: expected `int`, found `signedinteger[_64Bit]`
pandas/core/arrays/base.py:1394:22: error[unresolved-attribute] Attribute `cumsum` is not defined on `ExtensionArrayNaResult` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArrayNaResult`
pandas/core/arrays/base.py:1403:13: error[invalid-argument-type] Argument to function `check_value_size` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArrayNaResult`
pandas/core/arrays/base.py:1448:16: error[invalid-argument-type] Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> Self@dropna]` cannot be called with key of type `ExtensionArrayNaResult` on object of type `Self@dropna`
pandas/core/arrays/base.py:1682:26: error[unresolved-attribute] Object of type `object` has no attribute `dtype`
pandas/core/arrays/base.py:1684:31: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `object`
pandas/core/arrays/base.py:1692:38: error[unresolved-attribute] Object of type `object` has no attribute `isna`
pandas/core/arrays/base.py:2853:16: error[invalid-return-type] Return type does not match returned value: expected `Self@_mode`, found `ndarray[tuple[Any, ...], dtype[Any]] | Any`
pandas/core/arrays/base.py:3073:13: error[invalid-argument-type] Argument to function `group_quantile` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[unsignedinteger[_8Bit]]]`, found `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/arrays/boolean.py:100:23: error[invalid-type-form] Variable of type `property` is not allowed in a return type annotation
pandas/core/arrays/boolean.py:234:23: warning[redundant-cast] Value is already of type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/arrays/boolean.py:261:24: error[unresolved-attribute] Attribute `shape` is not defined on `None` in union `Unknown | ndarray[Unknown, dtype[Any]] | None | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/arrays/boolean.py:264:12: error[invalid-return-type] Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]]]`, found `tuple[(Unknown & ndarray[tuple[object, ...], dtype[object]] & ~BooleanArray) | ndarray[tuple[int], dtype[Any]], Unknown | ndarray[Unknown, dtype[Any]] | None | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ndarray[tuple[Any, ...], dtype[Any]]]`
pandas/core/arrays/boolean.py:386:9: error[invalid-method-override] Invalid override of method `_coerce_to_array`: Definition is incompatible with `BaseMaskedArray._coerce_to_array`
pandas/core/arrays/categorical.py:178:53: error[invalid-argument-type] Argument to function `invalid_comparison` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown] | ... omitted 14 union elements`, found `Hashable`
pandas/core/arrays/categorical.py:381:9: error[invalid-method-override] Invalid override of method `_simple_new`: Definition is incompatible with `NDArrayBacked._simple_new`
pandas/core/arrays/categorical.py:497:25: error[unresolved-attribute] Attribute `_codes` is not defined on `RangeIndex`, `ndarray[tuple[Any, ...], dtype[Any]]`, `ExtensionArray` in union `Unknown | RangeIndex | ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
pandas/core/arrays/categorical.py:710:18: error[unresolved-attribute] Attribute `is_monotonic_increasing` is not defined on `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` in union `Index | Unknown | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/arrays/categorical.py:713:26: error[unresolved-attribute] Attribute `sort_values` is not defined on `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` in union `Index | Unknown | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/arrays/categorical.py:1416:21: error[no-matching-overload] No overload of function `find_common_type` matches arguments
pandas/core/arrays/categorical.py:1680:9: error[invalid-method-override] Invalid override of method `_validate_scalar`: Definition is incompatible with `NDArrayBackedExtensionArray._validate_scalar`
pandas/core/arrays/categorical.py:1944:9: error[invalid-method-override] Invalid override of method `_empty`: Definition is incompatible with `NDArrayBackedExtensionArray._empty`
pandas/core/arrays/categorical.py:2256:9: error[invalid-method-override] Invalid override of method `_box_func`: Definition is incompatible with `NDArrayBackedExtensionArray._box_func`
pandas/core/arrays/categorical.py:2279:9: error[invalid-method-override] Invalid override of method `__contains__`: Definition is incompatible with `ExtensionArray.__contains__`
pandas/core/arrays/categorical.py:2294:9: error[invalid-method-override] Invalid override of method `_formatter`: Definition is incompatible with `ExtensionArray._formatter`
pandas/core/arrays/categorical.py:2668:9: error[invalid-method-override] Invalid override of method `_concat_same_type`: Definition is incompatible with `NDArrayBackedExtensionArray._concat_same_type`
pandas/core/arrays/categorical.py:2695:16: error[invalid-return-type] Return type does not match returned value: expected `Self@_concat_same_type`, found `Categorical`
pandas/core/arrays/categorical.py:2808:22: error[unresolved-attribute] Object of type `ExtensionArray` has no attribute `_str_map`
pandas/core/arrays/categorical.py:2810:17: error[unresolved-attribute] Attribute `na_value` is not defined on `dtype[Any]` in union `dtype[Any] | ExtensionDtype`
pandas/core/arrays/datetimelike.py:441:56: error[invalid-argument-type] Argument to bound method `DatetimeLikeArrayMixin._format_native_types` is incorrect: Expected `str | int | float`, found `object`
pandas/core/arrays/datetimelike.py:482:9: error[invalid-method-override] Invalid override of method `view`: Definition is incompatible with `NDArrayBackedExtensionArray.view`
pandas/core/arrays/datetimelike.py:504:39: error[invalid-argument-type] Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~str) | Period | Timestamp | Timedelta | NaTType`
pandas/core/arrays/datetimelike.py:514:18: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~str) | Period | Timestamp | Timedelta | NaTType`
pandas/core/arrays/datetimelike.py:624:65: error[unresolved-attribute] Object of type `Self@_validate_listlike` has no attribute `unit`
pandas/core/arrays/datetimelike.py:626:39: error[unresolved-attribute] Object of type `Self@_validate_listlike` has no attribute `unit`
pandas/core/arrays/datetimelike.py:646:25: error[unresolved-attribute] Object of type `Self@_validate_listlike` has no attribute `unit`
pandas/core/arrays/datetimelike.py:648:51: error[unresolved-attribute] Object of type `Self@_validate_listlike` has no attribute `unit`
pandas/core/arrays/datetimelike.py:670:21: error[no-matching-overload] No overload of function `maybe_convert_objects` matches arguments
pandas/core/arrays/datetimelike.py:691:16: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `categories`
pandas/core/arrays/datetimelike.py:693:25: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_internal_get_values`
pandas/core/arrays/datetimelike.py:705:21: error[unresolved-attribute] Attribute `as_unit` is not defined on `ExtensionArray`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
pandas/core/arrays/datetimelike.py:705:35: error[unresolved-attribute] Object of type `Self@_validate_listlike` has no attribute `unit`
pandas/core/arrays/datetimelike.py:1735:17: error[invalid-argument-type] Argument to function `group_quantile` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[unsignedinteger[_8Bit]]]`, found `Any | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/arrays/datetimelike.py:1808:20: error[invalid-return-type] Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `ExtensionArray`
pandas/core/arrays/datetimelike.py:1925:16: error[invalid-return-type] Return type does not match returned value: expected `Literal["ms", "ns", "s", "us"]`, found `str`
pandas/core/arrays/datetimelike.py:1925:30: error[invalid-argument-type] Argument to function `dtype_to_unit` is incorrect: Expected `DatetimeTZDtype | dtype[Any] | ArrowDtype`, found `ExtensionDtype`
pandas/core/arrays/datetimelike.py:2524:12: error[invalid-return-type] Return type does not match returned value: expected `int | None`, found `int | integer[Any] | None`
pandas/core/arrays/datetimes.py:138:16: error[invalid-return-type] Return type does not match returned value: expected `dtype[datetime64[date | int | None]] | DatetimeTZDtype`, found `dtype[float64]`
pandas/core/arrays/datetimes.py:302:9: error[invalid-method-override] Invalid override of method `_simple_new`: Definition is incompatible with `NDArrayBacked._simple_new`
pandas/core/arrays/datetimes.py:385:37: error[invalid-argument-type] Argument to bound method `TimelikeOps.as_unit` is incorrect: Expected `Literal["ms", "ns", "s", "us"]`, found `str`
pandas/core/arrays/datetimes.py:436:49: error[invalid-argument-type] Argument to function `_maybe_normalize_endpoints` is incorrect: Argument type `(Unknown & None) | Timestamp | NaTType` does not satisfy constraints (`Timestamp`, `None`) of type variable `_TimestampNoneT1`
pandas/core/arrays/datetimes.py:436:56: error[invalid-argument-type] Argument to function `_maybe_normalize_endpoints` is incorrect: Argument type `(Unknown & None) | Timestamp | NaTType` does not satisfy constraints (`Timestamp`, `None`) of type variable `_TimestampNoneT2`
pandas/core/arrays/datetimes.py:485:62: error[unresolved-attribute] Attribute `tz` is not defined on `None` in union `Unknown | Timestamp | None`
pandas/core/arrays/datetimes.py:503:51: error[invalid-argument-type] Argument to bound method `Timestamp.tz_localize` is incorrect: Expected `builtins.bool | Literal["NaT", "raise"]`, found `Literal["NaT", "infer", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/arrays/datetimes.py:505:47: error[invalid-argument-type] Argument to bound method `Timestamp.tz_localize` is incorrect: Expected `builtins.bool | Literal["NaT", "raise"]`, found `Literal["NaT", "infer", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/arrays/datetimes.py:513:32: error[unresolved-attribute] Attribute `_value` is not defined on `None` in union `Unknown | Timestamp | None`
pandas/core/arrays/datetimes.py:513:45: error[unresolved-attribute] Attribute `_value` is not defined on `None` in union `Unknown | Timestamp | None`
pandas/core/arrays/datetimes.py:514:19: error[unresolved-attribute] Attribute `_value` is not defined on `None` in union `Unknown | Timestamp | None`
pandas/core/arrays/datetimes.py:604:21: error[invalid-type-form] Variable of type `property` is not allowed in a return type annotation
pandas/core/arrays/datetimes.py:657:25: error[invalid-type-form] Variable of type `property` is not allowed in a return type annotation
pandas/core/arrays/datetimes.py:832:31: error[unresolved-attribute] Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
pandas/core/arrays/datetimes.py:1344:20: error[invalid-return-type] Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `ArrowStringArray`
pandas/core/arrays/datetimes.py:1358:20: error[invalid-return-type] Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `ExtensionArray`
pandas/core/arrays/datetimes.py:1367:37: error[unresolved-attribute] Module `pyarrow.compute` has no member `month`
pandas/core/arrays/datetimes.py:1428:20: error[invalid-return-type] Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `ArrowStringArray`
pandas/core/arrays/datetimes.py:1442:20: error[invalid-return-type] Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `ExtensionArray`
pandas/core/arrays/datetimes.py:1451:35: error[unresolved-attribute] Module `pyarrow.compute` has no member `day_of_week`
pandas/core/arrays/datetimes.py:1469:16: error[invalid-return-type] Return type does not match returned value: expected `ArrowStringArray`, found `BaseStringArray`
pandas/core/arrays/datetimes.py:1469:20: error[too-many-positional-arguments] Too many positional arguments to `object.__init__`: expected 1, got 2
pandas/core/arrays/datetimes.py:1469:28: error[unknown-argument] Argument `dtype` does not match any known parameter of `object.__init__`
pandas/core/arrays/datetimes.py:2607:42: error[invalid-argument-type] Argument to bound method `TimedeltaArray._simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]`, found `ndarray[tuple[Any, ...], dtype[float64]]`
pandas/core/arrays/datetimes.py:2607:69: error[invalid-argument-type] Argument to bound method `TimedeltaArray._simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[float64]`
pandas/core/arrays/datetimes.py:3180:13: error[invalid-assignment] Object of type `Timestamp | NaTType` is not assignable to `Timestamp | None`
pandas/core/arrays/datetimes.py:3180:23: error[invalid-argument-type] Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | None`
pandas/core/arrays/datetimes.py:3184:17: error[unresolved-attribute] Attribute `as_unit` is not defined on `None` in union `Timestamp | None`
pandas/core/arrays/datetimes.py:3190:11: error[invalid-assignment] Object of type `Timestamp | NaTType` is not assignable to `Timestamp | None`
pandas/core/arrays/datetimes.py:3190:21: error[invalid-argument-type] Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | None`
pandas/core/arrays/datetimes.py:3194:15: error[unresolved-attribute] Attribute `as_unit` is not defined on `None` in union `Timestamp | None`
pandas/core/arrays/datetimes.py:3204:21: error[invalid-assignment] Object of type `datetime` is not assignable to `Timestamp | None`
pandas/core/arrays/datetimes.py:3206:21: error[invalid-assignment] Object of type `datetime` is not assignable to `Timestamp | None`
pandas/core/arrays/datetimes.py:3222:28: error[unsupported-operator] Operator `<` is not supported between two objects of type `Timestamp | None`
pandas/core/arrays/datetimes.py:3233:28: error[unsupported-operator] Operator `-` is not supported between objects of type `(int & ~Literal[1] & ~Literal[True]) | None` and `Literal[1]`
pandas/core/arrays/datetimes.py:3242:28: error[unsupported-operator] Operator `-` is not supported between objects of type `(int & ~Literal[1] & ~Literal[True]) | None` and `Literal[1]`
pandas/core/arrays/interval.py:232:17: error[invalid-argument-type] Argument to function `intervals_to_interval_bounds` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/arrays/interval.py:330:71: error[unresolved-attribute] Object of type `Index` has no attribute `tz`
pandas/core/arrays/interval.py:333:37: error[unresolved-attribute] Object of type `Index` has no attribute `tz`
pandas/core/arrays/interval.py:336:50: error[unresolved-attribute] Object of type `Index` has no attribute `unit`
pandas/core/arrays/interval.py:336:63: error[unresolved-attribute] Object of type `Index` has no attribute `unit`
pandas/core/arrays/interval.py:338:35: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_ensure_matching_resos`
pandas/core/arrays/interval.py:664:9: error[invalid-method-override] Invalid override of method `__getitem__`: Definition is incompatible with `ExtensionArray.__getitem__`
pandas/core/arrays/interval.py:731:27: error[unresolved-attribute] Object of type `ExtensionArray & ~Top[Interval[Unknown]]` has no attribute `categories`
pandas/core/arrays/interval.py:735:35: error[unresolved-attribute] Object of type `ExtensionArray & ~Top[Interval[Unknown]]` has no attribute `categories`
pandas/core/arrays/interval.py:738:25: error[unresolved-attribute] Object of type `ExtensionArray & ~Top[Interval[Unknown]]` has no attribute `categories`
pandas/core/arrays/interval.py:739:21: error[unresolved-attribute] Object of type `ExtensionArray & ~Top[Interval[Unknown]]` has no attribute `codes`
pandas/core/arrays/interval.py:739:62: error[unresolved-attribute] Object of type `ExtensionArray & ~Top[Interval[Unknown]]` has no attribute `categories`
pandas/core/arrays/interval.py:744:31: error[unresolved-attribute] Attribute `closed` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray`
pandas/core/arrays/interval.py:976:9: error[invalid-method-override] Invalid override of method `_concat_same_type`: Definition is incompatible with `ExtensionArray._concat_same_type`
pandas/core/arrays/interval.py:1571:50: error[invalid-argument-type] Argument to `Interval.__init__` is incorrect: Argument type `Period | Timestamp | Timedelta | NaTType | Any` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
pandas/core/arrays/interval.py:1845:16: error[unresolved-attribute] Attribute `reshape` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/arrays/interval.py:1846:17: error[unresolved-attribute] Attribute `reshape` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/arrays/interval.py:1852:20: error[unresolved-attribute] Object of type `ndarray[tuple[int, int], dtype[Any]]` has no attribute `_concat_same_type`
pandas/core/arrays/masked.py:170:54: error[invalid-argument-type] Argument to bound method `BaseMaskedArray._coerce_to_array` is incorrect: Expected `dtype[Any] | ExtensionDtype`, found `Unknown | None`
pandas/core/arrays/masked.py:411:64: error[unresolved-attribute] Attribute `is_integer` is not defined on `int` in union `int | float`
pandas/core/arrays/masked.py:446:9: error[invalid-method-override] Invalid override of method `__contains__`: Definition is incompatible with `ExtensionArray.__contains__`
pandas/core/arrays/masked.py:737:24: error[no-matching-overload] No overload of constructor `datetime64.__new__` matches arguments
pandas/core/arrays/masked.py:1095:28: error[no-matching-overload] No overload of constructor `timedelta64.__new__` matches arguments
pandas/core/arrays/masked.py:1126:9: error[invalid-method-override] Invalid override of method `_concat_same_type`: Definition is incompatible with `ExtensionArray._concat_same_type`
pandas/core/arrays/masked.py:1144:9: error[invalid-method-override] Invalid override of method `take`: Definition is incompatible with `ExtensionArray.take`
pandas/core/arrays/masked.py:1182:9: error[invalid-method-override] Invalid override of method `isin`: Definition is incompatible with `ExtensionArray.isin`
pandas/core/arrays/masked.py:1536:17: error[invalid-argument-type] Argument to `BaseMaskedArray.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/arrays/masked.py:1894:52: error[invalid-argument-type] Argument to bound method `BaseMaskedArray._maybe_mask_result` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[Unknown, dtype[Any]] | numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/arrays/masked.py:2041:20: error[invalid-return-type] Return type does not match returned value: expected `FloatingArray`, found `Self@interpolate`
pandas/core/arrays/masked.py:2043:20: error[invalid-return-type] Return type does not match returned value: expected `FloatingArray`, found `Self@interpolate`
pandas/core/arrays/masked.py:2130:13: error[invalid-argument-type] Argument to function `group_quantile` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[unsignedinteger[_8Bit]]]`, found `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/arrays/numeric.py:289:9: error[invalid-method-override] Invalid override of method `_coerce_to_array`: Definition is incompatible with `BaseMaskedArray._coerce_to_array`
pandas/core/arrays/numpy_.py:202:16: error[no-matching-overload] No overload of bound method `ndarray.searchsorted` matches arguments
pandas/core/arrays/numpy_.py:336:9: error[invalid-method-override] Invalid override of method `_validate_scalar`: Definition is incompatible with `NDArrayBackedExtensionArray._validate_scalar`
pandas/core/arrays/period.py:249:17: warning[redundant-cast] Value is already of type `PeriodDtype`
pandas/core/arrays/period.py:254:9: error[invalid-method-override] Invalid override of method `_simple_new`: Definition is incompatible with `NDArrayBacked._simple_new`
pandas/core/arrays/period.py:279:20: error[unresolved-attribute] Object of type `dtype[Any] | ExtensionDtype` has no attribute `_freq`
pandas/core/arrays/period.py:307:62: error[invalid-argument-type] Argument to function `from_calendar_ordinals` is incorrect: Expected `PeriodDtypeBase`, found `None | dtype[Any] | ExtensionDtype`
pandas/core/arrays/period.py:315:60: error[invalid-argument-type] Argument to function `extract_ordinals` is incorrect: Expected `PeriodDtypeBase`, found `dtype[Any] | ExtensionDtype`
pandas/core/arrays/period.py:368:9: error[invalid-method-override] Invalid override of method `_unbox_scalar`: Definition is incompatible with `DatetimeLikeArrayMixin._unbox_scalar`
pandas/core/arrays/period.py:384:16: error[invalid-return-type] Return type does not match returned value: expected `Period`, found `Period | NaTType`
pandas/core/arrays/period.py:386:9: error[invalid-method-override] Invalid override of method `_check_compatible_with`: Definition is incompatible with `DatetimeLikeArrayMixin._check_compatible_with`
pandas/core/arrays/period.py:401:41: error[unresolved-attribute] Attribute `dtype` is not defined on `NaTType & ~Period` in union `(NaTType & ~Period) | (PeriodArray & ~Period)`
pandas/core/arrays/period.py:427:20: error[invalid-return-type] Return type does not match returned value: expected `Resolution`, found `None`
pandas/core/arrays/period.py:977:20: error[unresolved-attribute] Object of type `BaseOffset` has no attribute `_period_dtype_code`
pandas/core/arrays/period.py:1083:17: error[unresolved-attribute] Object of type `BaseOffset` has no attribute `_period_dtype_code`
pandas/core/arrays/period.py:1139:64: error[invalid-argument-type] Argument to bound method `TimelikeOps.as_unit` is incorrect: Expected `Literal["ms", "ns", "s", "us"]`, found `str`
pandas/core/arrays/period.py:1199:9: error[invalid-method-override] Invalid override of method `_add_offset`: Definition is incompatible with `DatetimeLikeArrayMixin._add_offset`
pandas/core/arrays/period.py:1346:36: error[invalid-argument-type] Argument to function `delta_to_tick` is incorrect: Expected `timedelta`, found `Timedelta | NaTType`
pandas/core/arrays/period.py:1487:12: error[unresolved-attribute] Object of type `BaseOffset` has no attribute `_period_dtype_code`
pandas/core/arrays/period.py:1528:17: error[unresolved-attribute] Attribute `ordinal` is not defined on `NaTType` in union `(Unknown & None) | Period | NaTType`
pandas/core/arrays/period.py:1528:47: error[unresolved-attribute] Attribute `ordinal` is not defined on `NaTType` in union `(Unknown & None) | Period | NaTType`
pandas/core/arrays/period.py:1532:17: error[unresolved-attribute] Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
pandas/core/arrays/period.py:1532:32: error[unresolved-attribute] Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
pandas/core/arrays/period.py:1535:26: error[unresolved-attribute] Attribute `ordinal` is not defined on `NaTType` in union `(Unknown & None) | Period | NaTType`
pandas/core/arrays/period.py:1535:41: error[unresolved-attribute] Attribute `ordinal` is not defined on `NaTType` in union `(Unknown & None) | Period | NaTType`
pandas/core/arrays/period.py:1581:45: error[invalid-argument-type] Argument to function `freq_to_dtype_code` is incorrect: Expected `BaseOffset`, found `None`
pandas/core/arrays/period.py:1586:12: error[invalid-return-type] Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], BaseOffset]`, found `tuple[ndarray[tuple[Any, ...], dtype[Unknown]], BaseOffset | Unknown | None]`
pandas/core/arrays/period.py:1605:18: error[no-matching-overload] No overload of function `repeat` matches arguments
pandas/core/arrays/sparse/accessor.py:81:24: error[unresolved-attribute] Attribute `array` is not defined on `None` in union `Unknown | None`
pandas/core/arrays/sparse/accessor.py:245:13: error[invalid-argument-type] Argument to function `sparse_series_to_coo` is incorrect: Expected `Series`, found `Unknown | None`
pandas/core/arrays/sparse/accessor.py:276:13: error[unresolved-attribute] Attribute `array` is not defined on `None` in union `Unknown | None`
pandas/core/arrays/sparse/accessor.py:277:19: error[unresolved-attribute] Attribute `index` is not defined on `None` in union `Unknown | None`
pandas/core/arrays/sparse/accessor.py:278:18: error[unresolved-attribute] Attribute `name` is not defined on `None` in union `Unknown | None`
pandas/core/arrays/sparse/accessor.py:402:51: error[unresolved-attribute] Attribute `items` is not defined on `None` in union `Unknown | None`
pandas/core/arrays/sparse/accessor.py:403:16: error[unresolved-attribute] Attribute `_constructor` is not defined on `None` in union `Unknown | None`
pandas/core/arrays/sparse/accessor.py:404:25: error[unresolved-attribute] Attribute `index` is not defined on `None` in union `Unknown | None`
pandas/core/arrays/sparse/accessor.py:404:53: error[unresolved-attribute] Attribute `columns` is not defined on `None` in union `Unknown | None`
pandas/core/arrays/sparse/accessor.py:444:34: error[unresolved-attribute] Attribute `dtypes` is not defined on `None` in union `Unknown | None`
pandas/core/arrays/sparse/accessor.py:449:40: error[unresolved-attribute] Attribute `items` is not defined on `None` in union `Unknown | None`
pandas/core/arrays/sparse/accessor.py:460:67: error[unresolved-attribute] Attribute `shape` is not defined on `None` in union `Unknown | None`
pandas/core/arrays/sparse/accessor.py:481:62: error[unresolved-attribute] Attribute `items` is not defined on `None` in union `Unknown | None`
pandas/core/arrays/sparse/array.py:261:16: error[invalid-return-type] Return type does not match returned value: expected `SparseArray`, found `tuple[SparseArray, SparseArray]`
pandas/core/arrays/sparse/array.py:441:20: error[no-matching-overload] No overload of function `array` matches arguments
pandas/core/arrays/sparse/array.py:469:29: error[no-matching-overload] No overload of function `asarray` matches arguments
pandas/core/arrays/sparse/array.py:496:17: error[invalid-argument-type] Argument to function `_make_sparse` is incorrect: Expected `dtype[Any] | None`, found `None | dtype[Any] | ExtensionDtype | dtype[float64]`
pandas/core/arrays/sparse/array.py:501:29: error[no-matching-overload] No overload of function `asarray` matches arguments
pandas/core/arrays/sparse/array.py:598:34: error[no-matching-overload] No overload of constructor `datetime64.__new__` matches arguments
pandas/core/arrays/sparse/array.py:793:9: error[invalid-method-override] Invalid override of method `isna`: Definition is incompatible with `ExtensionArray.isna`
pandas/core/arrays/sparse/array.py:871:34: error[invalid-argument-type] Argument to function `result_type` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 13 union elements`, found `object`
pandas/core/arrays/sparse/array.py:1003:16: error[unresolved-attribute] Attribute `any` is not defined on `ExtensionArray` in union `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any`
pandas/core/arrays/sparse/array.py:1004:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]` cannot be called with key of type `ExtensionArray` on object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`
pandas/core/arrays/sparse/array.py:1012:24: error[no-matching-overload] No overload of function `insert` matches arguments
pandas/core/arrays/sparse/array.py:1030:9: error[invalid-method-override] Invalid override of method `__getitem__`: Definition is incompatible with `ExtensionArray.__getitem__`
pandas/core/arrays/sparse/array.py:1244:9: error[invalid-method-override] Invalid override of method `searchsorted`: Definition is incompatible with `ExtensionArray.searchsorted`
pandas/core/arrays/sparse/array.py:1261:9: error[invalid-method-override] Invalid override of method `_concat_same_type`: Definition is incompatible with `ExtensionArray._concat_same_type`
pandas/core/arrays/sparse/array.py:2059:19: error[unresolved-attribute] Attribute `sp_index` is not defined on `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` in union `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | Any`
pandas/core/arrays/string_.py:265:23: error[invalid-type-form] Invalid subscript of object of type `property` in a return type annotation
pandas/core/arrays/string_.py:544:24: error[unresolved-attribute] Object of type `Self@_str_map_str_or_object` has no attribute `_from_pyarrow_array`
pandas/core/arrays/string_.py:548:35: error[too-many-positional-arguments] Too many positional arguments to `object.__init__`: expected 1, got 2
pandas/core/arrays/string_.py:548:43: error[unknown-argument] Argument `dtype` does not match any known parameter of `object.__init__`
pandas/core/arrays/string_.py:750:9: error[invalid-method-override] Invalid override of method `_validate_scalar`: Definition is incompatible with `NumpyExtensionArray._validate_scalar`
pandas/core/arrays/string_.py:811:22: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/arrays/string_.py:836:9: error[invalid-method-override] Invalid override of method `_values_for_factorize`: Definition is incompatible with `NumpyExtensionArray._values_for_factorize`
pandas/core/arrays/string_.py:1023:23: warning[redundant-cast] Value is already of type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/arrays/string_.py:1057:25: error[no-matching-overload] No overload of function `where` matches arguments
pandas/core/arrays/string_arrow.py:247:30: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_capitalize`
pandas/core/arrays/string_arrow.py:267:30: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_capitalize`
pandas/core/arrays/string_arrow.py:281:26: error[unresolved-attribute] Module `pyarrow.compute` has no member `utf8_capitalize`
pandas/core/arrays/string_arrow.py:287:28: error[invalid-argument-type] Argument to `ArrowStringArray.__init__` is incorrect: Expected `StringDtype | None`, found `(ExtensionDtype & ~AlwaysTruthy) | str | (type & ~AlwaysTruthy) | None | StringDtype`
pandas/core/arrays/string_arrow.py:312:9: error[invalid-method-override] Invalid override of method `_convert_bool_result`: Definition is incompatible with `ArrowExtensionArray._convert_bool_result`
pandas/core/arrays/string_arrow.py:362:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_in`
pandas/core/arrays/string_arrow.py:547:18: error[unresolved-attribute] Module `pyarrow.compute` has no member `count_substring_regex`
pandas/core/arrays/string_arrow.py:593:23: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_null`
pandas/core/arrays/string_arrow.py:594:23: error[unresolved-attribute] Module `pyarrow.compute` has no member `or_kleene`
pandas/core/arrays/string_arrow.py:594:41: error[unresolved-attribute] Module `pyarrow.compute` has no member `not_equal`
pandas/core/arrays/string_arrow.py:596:23: error[unresolved-attribute] Module `pyarrow.compute` has no member `not_equal`
pandas/core/arrays/timedeltas.py:235:9: error[invalid-method-override] Invalid override of method `_simple_new`: Definition is incompatible with `NDArrayBacked._simple_new`
pandas/core/arrays/timedeltas.py:249:9: error[invalid-method-override] Invalid override of method `_from_sequence`: Definition is incompatible with `ExtensionArray._from_sequence`
pandas/core/arrays/timedeltas.py:254:41: error[invalid-argument-type] Argument to function `datetime_data` is incorrect: Expected `str | _HasDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]] | dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]] | _HasNumPyDType[dtype[datetime64[date | int | None] | timedelta64[timedelta | int | None]]]`, found `dtype[Any] | ExtensionDtype`
pandas/core/arrays/timedeltas.py:259:46: error[invalid-argument-type] Argument to function `astype_overflowsafe` is incorrect: Expected `dtype[Any]`, found `(Unknown & ~AlwaysTruthy & ~None) | dtype[Any] | ExtensionDtype`
pandas/core/arrays/timedeltas.py:294:44: error[invalid-argument-type] Argument to function `generate_regular_range` is incorrect: Expected `Timestamp | Timedelta | None`, found `(Unknown & None) | Timedelta | NaTType`
pandas/core/arrays/timedeltas.py:294:51: error[invalid-argument-type] Argument to function `generate_regular_range` is incorrect: Expected `Timestamp | Timedelta | None`, found `(Unknown & None) | Timedelta | NaTType`
pandas/core/arrays/timedeltas.py:438:9: error[invalid-method-override] Invalid override of method `_add_offset`: Definition is incompatible with `DatetimeLikeArrayMixin._add_offset`
pandas/core/arrays/timedeltas.py:507:16: warning[redundant-cast] Value is already of type `Timedelta | NaTType`
pandas/core/arrays/timedeltas.py:1092:53: error[invalid-argument-type] Argument to function `_ints_to_td64ns` is incorrect: Expected `str`, found `None | Literal["M", "W", "Y", "w", "y", ... omitted 32 literals]`
pandas/core/arrays/timedeltas.py:1104:20: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_mask`
pandas/core/arrays/timedeltas.py:1105:20: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_data`
pandas/core/arrays/timedeltas.py:1119:31: error[unsupported-operator] Operator `>=` is not supported between objects of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown` and `float64`
pandas/core/arrays/timedeltas.py:1120:17: error[unsupported-operator] Operator `<` is not supported between objects of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown` and `float64`
pandas/core/arrays/timedeltas.py:1143:40: error[invalid-argument-type] Argument to function `astype_overflowsafe` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/base.py:852:20: error[invalid-return-type] Return type does not match returned value: expected `int`, found `int | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/base.py:925:20: error[invalid-return-type] Return type does not match returned value: expected `int`, found `int | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/base.py:1029:21: error[unresolved-attribute] Attribute `any` is not defined on `bool` in union `builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | NDFrame`
pandas/core/base.py:1365:20: error[call-non-callable] Object of type `object` is not callable
pandas/core/base.py:1670:16: error[not-subscriptable] Cannot subscript object of type `Self@drop_duplicates` with no `__getitem__` method
pandas/core/col.py:203:9: error[invalid-method-override] Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
pandas/core/col.py:207:9: error[invalid-method-override] Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
pandas/core/col.py:289:23: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__name__`
pandas/core/col.py:304:20: error[unresolved-attribute] Object of type `(...) -> Unknown` has no attribute `__name__`
pandas/core/common.py:180:30: error[unresolved-attribute] Attribute `is_integer` is not defined on `int` in union `int | float`
pandas/core/common.py:263:56: error[invalid-argument-type] Argument to function `construct_1d_object_array_from_listlike` is incorrect: Expected `Collection[Unknown]`, found `(Iterable[Unknown] & Top[list[Unknown]]) | (Iterable[Unknown] & tuple[object, ...]) | (Iterable[Unknown] & <Protocol with members '__array__'>)`
pandas/core/common.py:316:16: error[invalid-return-type] Return type does not match returned value: expected `Collection[T@maybe_iterable_to_list] | T@maybe_iterable_to_list`, found `list[object]`
pandas/core/common.py:369:16: error[invalid-return-type] Return type does not match returned value: expected `str | None`, found `object`
pandas/core/common.py:467:38: error[invalid-argument-type] Argument to `RandomState.__init__` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | ... omitted 3 union elements`, found `int | integer[Any] | ndarray[tuple[Any, ...], dtype[Any]] | ... omitted 3 union elements`
pandas/core/common.py:473:16: error[invalid-return-type] Return type does not match returned value: expected `RandomState | Generator`, found `<module 'numpy.random'>`
pandas/core/common.py:537:9: error[invalid-assignment] Invalid subscript assignment with key of type `object` and value of type `_T@pipe` on object of type `dict[str, Any]`
pandas/core/common.py:538:16: error[call-non-callable] Object of type `object` is not callable
pandas/core/common.py:603:32: warning[possibly-unresolved-reference] Name `old_value` used when possibly not defined
pandas/core/computation/align.py:161:23: error[unresolved-attribute] Attribute `value` is not defined on `list[Any]` in union `Unknown | list[Any]`
pandas/core/computation/align.py:162:24: error[unresolved-attribute] Attribute `value` is not defined on `list[Any]` in union `Unknown | list[Any]`
pandas/core/computation/align.py:163:20: error[unresolved-attribute] Attribute `value` is not defined on `list[Any]` in union `Unknown | list[Any]`
pandas/core/computation/align.py:163:51: error[unresolved-attribute] Attribute `value` is not defined on `list[Any]` in union `Unknown | list[Any]`
pandas/core/computation/align.py:164:50: error[unresolved-attribute] Attribute `value` is not defined on `list[Any]` in union `Unknown | list[Any]`
pandas/core/computation/align.py:165:31: error[unresolved-attribute] Attribute `type` is not defined on `list[Any]` in union `Unknown | list[Any]`
pandas/core/computation/align.py:176:29: error[invalid-argument-type] Argument is incorrect: Argument type `list[Any]` does not satisfy upper bound `(...) -> Any` of type variable `F'return`
pandas/core/computation/eval.py:175:35: warning[possibly-unresolved-reference] Name `msg` used when possibly not defined
pandas/core/computation/expr.py:290:9: error[unresolved-attribute] Unresolved attribute `unsupported_nodes` on type `type[_T@disallowed]`.
pandas/core/computation/expr.py:295:13: error[unresolved-attribute] Object of type `type[_T@disallowed]` has no attribute `unsupported_nodes`
pandas/core/computation/expr.py:715:37: error[call-non-callable] Object of type `~FuncNode` is not callable
pandas/core/computation/expressions.py:252:20: error[call-non-callable] Object of type `None` is not callable
pandas/core/computation/ops.py:550:21: error[call-non-callable] Object of type `Op` is not callable
pandas/core/computation/pytables.py:182:16: warning[possibly-unresolved-reference] Name `res` used when possibly not defined
pandas/core/computation/pytables.py:190:19: error[invalid-argument-type] Argument to bound method `ndarray.ravel` is incorrect: Argument type `list[Unknown] & ndarray[tuple[object, ...], dtype[object]]` does not satisfy upper bound `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` of type variable `Self`
pandas/core/computation/pytables.py:338:9: error[invalid-method-override] Invalid override of method `evaluate`: Definition is incompatible with `BinOp.evaluate`
pandas/core/computation/pytables.py:392:9: error[invalid-method-override] Invalid override of method `evaluate`: Definition is incompatible with `BinOp.evaluate`
pandas/core/computation/pytables.py:644:30: error[unresolved-attribute] Attribute `prune` is not defined on `None` in union `None | Unknown`
pandas/core/computation/pytables.py:651:27: error[unresolved-attribute] Attribute `prune` is not defined on `None` in union `None | Unknown`
pandas/core/config_init.py:304:14: error[unresolved-reference] Name `get_ipython` used when not defined
pandas/core/config_init.py:636:9: error[invalid-argument-type] Argument to function `register_option` is incorrect: Expected `((object, /) -> Any) | None`, found `def register_plotting_backend_cb(key: str | None) -> None`
pandas/core/config_init.py:843:13: error[invalid-argument-type] Argument to function `is_instance_factory` is incorrect: Expected `type | tuple[type, ...]`, found `tuple[<class 'NoneType'>, <class 'dict'>, <special-form 'collections.abc.Callable'>, <class 'str'>]`
pandas/core/construction.py:334:43: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/construction.py:508:24: error[unresolved-attribute] Object of type `T@extract_array` has no attribute `_values`
pandas/core/construction.py:512:16: error[unresolved-attribute] Object of type `T@extract_array` has no attribute `_values`
pandas/core/construction.py:517:16: error[unresolved-attribute] Object of type `T@extract_array` has no attribute `to_numpy`
pandas/core/construction.py:611:51: error[invalid-argument-type] Argument to function `construct_1d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `object`
pandas/core/construction.py:631:25: error[invalid-argument-type] Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `~<Protocol with members '__array__'>`
pandas/core/construction.py:642:26: error[no-matching-overload] No overload of function `maybe_convert_objects` matches arguments
pandas/core/construction.py:659:47: error[unresolved-attribute] Attribute `storage` is not defined on `dtype[object]` in union `Unknown | dtype[object] | StringDtype`
pandas/core/construction.py:684:21: error[invalid-argument-type] Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `~<Protocol with members '__array__'>`
pandas/core/construction.py:776:22: error[no-matching-overload] No overload of function `asarray_tuplesafe` matches arguments
pandas/core/dtypes/cast.py:159:17: error[invalid-assignment] Object of type `Timestamp | NaTType` is not assignable to `str | bytes | date | ... omitted 10 union elements`
pandas/core/dtypes/cast.py:161:17: error[invalid-assignment] Object of type `Timedelta | NaTType` is not assignable to `str | bytes | date | ... omitted 10 union elements`
pandas/core/dtypes/cast.py:321:26: error[invalid-argument-type] Argument to function `trans` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/dtypes/cast.py:326:23: error[unresolved-attribute] Object of type `ExtensionArray & ~ndarray[tuple[object, ...], dtype[object]]` has no attribute `iloc`
pandas/core/dtypes/cast.py:335:32: error[invalid-argument-type] Argument to function `trans` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/dtypes/cast.py:340:42: error[invalid-argument-type] Argument to function `allclose` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/dtypes/cast.py:361:36: error[invalid-argument-type] Argument to function `allclose` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/dtypes/cast.py:367:39: error[invalid-argument-type] Argument to function `array_equal` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/dtypes/cast.py:388:16: error[invalid-argument-type] Argument to bound method `Index.astype` is incorrect: Expected `Index`, found `NumpyIndexT@maybe_upcast_numeric_to_64bit`
pandas/core/dtypes/cast.py:388:16: error[invalid-return-type] Return type does not match returned value: expected `NumpyIndexT@maybe_upcast_numeric_to_64bit`, found `Unknown | Index`
pandas/core/dtypes/cast.py:388:16: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/dtypes/cast.py:390:16: error[invalid-argument-type] Argument to bound method `Index.astype` is incorrect: Expected `Index`, found `NumpyIndexT@maybe_upcast_numeric_to_64bit`
pandas/core/dtypes/cast.py:390:16: error[invalid-return-type] Return type does not match returned value: expected `NumpyIndexT@maybe_upcast_numeric_to_64bit`, found `Unknown | Index`
pandas/core/dtypes/cast.py:390:16: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/dtypes/cast.py:392:16: error[invalid-argument-type] Argument to bound method `Index.astype` is incorrect: Expected `Index`, found `NumpyIndexT@maybe_upcast_numeric_to_64bit`
pandas/core/dtypes/cast.py:392:16: error[invalid-return-type] Return type does not match returned value: expected `NumpyIndexT@maybe_upcast_numeric_to_64bit`, found `Unknown | Index`
pandas/core/dtypes/cast.py:392:16: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/dtypes/cast.py:520:20: error[invalid-return-type] Return type does not match returned value: expected `tuple[dtype[Any], Any]`, found `tuple[<class 'object'>, ndarray[tuple[Any, ...], dtype[object_]]]`
pandas/core/dtypes/cast.py:705:42: error[unresolved-attribute] Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
pandas/core/dtypes/cast.py:842:12: error[invalid-return-type] Return type does not match returned value: expected `dtype[Any] | ExtensionDtype | None`, found `object`
pandas/core/dtypes/cast.py:1038:17: error[unresolved-attribute] Attribute `kind` is not defined on `None` in union `dtype[Any] | ExtensionDtype | None | dtype[float64]`
pandas/core/dtypes/cast.py:1173:36: error[unresolved-attribute] Attribute `is_integer` is not defined on `int` in union `int | float`
pandas/core/dtypes/cast.py:1276:5: error[invalid-overload] Implementation does not accept all arguments of this overload
pandas/core/dtypes/cast.py:1280:5: error[invalid-overload] Implementation does not accept all arguments of this overload
pandas/core/dtypes/cast.py:1529:26: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/dtypes/cast.py:1622:17: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_validate_setitem_value`
pandas/core/dtypes/cast.py:1666:58: error[unresolved-attribute] Attribute `is_integer` is not defined on `int` in union `int | float`
pandas/core/dtypes/cast.py:1722:33: error[unresolved-attribute] Attribute `itemsize` is not defined on `ExtensionDtype` in union `dtype[Any] | ExtensionDtype`
pandas/core/dtypes/cast.py:1834:37: error[unresolved-attribute] Attribute `itemsize` is not defined on `ExtensionDtype` in union `dtype[Any] | ExtensionDtype`
pandas/core/dtypes/concat.py:98:17: error[unknown-argument] Argument `axis` does not match any known parameter of bound method `ExtensionArray._concat_same_type`
pandas/core/dtypes/concat.py:175:44: error[invalid-argument-type] Argument to function `np_find_common_type` is incorrect: Expected `dtype[Any]`, found `ExtensionDtype | dtype[Any]`
pandas/core/dtypes/concat.py:302:16: warning[redundant-cast] Value is already of type `list[Categorical]`
pandas/core/dtypes/dtypes.py:330:35: error[unresolved-attribute] Attribute `dtype` is not defined on `None` in union `Unknown | None`
pandas/core/dtypes/dtypes.py:344:21: error[unresolved-attribute] Attribute `dtype` is not defined on `None` in union `Unknown | None`
pandas/core/dtypes/dtypes.py:345:17: error[unresolved-attribute] Attribute `dtype` is not defined on `None` in union `Unknown | None`
pandas/core/dtypes/dtypes.py:453:34: error[unresolved-attribute] Object of type `~None` has no attribute `dtype`
pandas/core/dtypes/dtypes.py:456:33: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `~None`
pandas/core/dtypes/dtypes.py:465:44: error[invalid-argument-type] Argument to bound method `Index.get_indexer` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `~None`
pandas/core/dtypes/dtypes.py:473:37: error[invalid-argument-type] Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `~None`
pandas/core/dtypes/dtypes.py:784:22: error[invalid-type-form] Variable of type `property` is not allowed in a return type annotation
pandas/core/dtypes/dtypes.py:810:43: error[invalid-argument-type] Argument to function `tz_standardize` is incorrect: Expected `tzinfo`, found `tzinfo | None`
pandas/core/dtypes/dtypes.py:845:16: error[invalid-return-type] Return type does not match returned value: expected `Literal["ms", "ns", "s", "us"]`, found `str | Unknown`
pandas/core/dtypes/dtypes.py:1080:26: error[unresolved-attribute] Object of type `BaseOffset` has no attribute `_period_dtype_code`
pandas/core/dtypes/dtypes.py:1226:13: error[invalid-assignment] Invalid subscript assignment with key of type `ndarray[tuple[Any, ...], dtype[Any]]` and value of type `NaTType` on object of type `PeriodArray`
pandas/core/dtypes/dtypes.py:1331:34: error[invalid-assignment] Object of type `str | Any` is not assignable to `Literal["both", "left", "neither", "right"] | None`
pandas/core/dtypes/dtypes.py:1344:13: error[invalid-assignment] Object of type `dtype[Any] | ExtensionDtype` is not assignable to attribute `_subtype` of type `None | dtype[Any]`
pandas/core/dtypes/dtypes.py:1361:16: error[invalid-return-type] Return type does not match returned value: expected `Literal["both", "left", "neither", "right"]`, found `Literal["both", "left", "neither", "right"] | None`
pandas/core/dtypes/dtypes.py:1383:39: error[invalid-type-form] Invalid subscript of object of type `property` in a return type annotation
pandas/core/dtypes/dtypes.py:1418:23: error[invalid-type-form] Invalid subscript of object of type `property` in a return type annotation
pandas/core/dtypes/dtypes.py:1568:23: error[invalid-type-form] Invalid subscript of object of type `property` in a return type annotation
pandas/core/dtypes/dtypes.py:1630:29: error[invalid-argument-type] Argument to `NumpyEADtype.__init__` is incorrect: Expected `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 7 union elements`, found `dtype[Any] | ExtensionDtype`
pandas/core/dtypes/dtypes.py:2166:48: error[invalid-argument-type] Argument to function `np_find_common_type` is incorrect: Expected `dtype[Any]`, found `Unknown | dtype[Any] | (ExtensionDtype & ~SparseDtype)`
pandas/core/dtypes/inference.py:218:9: error[no-matching-overload] No overload of function `compile` matches arguments
pandas/core/dtypes/inference.py:300:17: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `<Protocol with members '__len__'>`
pandas/core/dtypes/inference.py:301:48: error[not-iterable] Object of type `<Protocol with members '__len__'>` is not iterable
pandas/core/dtypes/inference.py:478:9: error[no-matching-overload] No overload of function `iter` matches arguments
pandas/core/dtypes/inference.py:480:13: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `object`
pandas/core/dtypes/missing.py:246:18: error[invalid-assignment] Object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArrayNaResult` is not assignable to `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | NDFrame`
pandas/core/dtypes/missing.py:254:18: error[invalid-assignment] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any` is not assignable to `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | NDFrame`
pandas/core/dtypes/missing.py:650:16: error[invalid-argument-type] Method `__getitem__` of type `(bound method _ArrLikeT@remove_na_arraylike.__getitem__(key) -> Unknown) | (Overload[(key: SupportsIndex) -> Any, (key: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]] | list[int] | list[builtins.bool] | Series) -> Index]) | (Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]]])` cannot be called with key of type `NDFrame` on object of type `_ArrLikeT@remove_na_arraylike`
pandas/core/dtypes/missing.py:650:16: error[invalid-argument-type] Method `__getitem__` of type `(bound method _ArrLikeT@remove_na_arraylike.__getitem__(key) -> Unknown) | (Overload[(key: SupportsIndex) -> Any, (key: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]] | list[int] | list[builtins.bool] | Series) -> Index]) | (Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]]])` cannot be called with key of type `bool` on object of type `_ArrLikeT@remove_na_arraylike`
pandas/core/dtypes/missing.py:650:16: error[invalid-argument-type] Method `__getitem__` of type `(bound method _ArrLikeT@remove_na_arraylike.__getitem__(key) -> Unknown) | (Overload[(key: SupportsIndex) -> Any, (key: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]] | list[int] | list[builtins.bool] | Series) -> Index]) | (Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]]])` cannot be called with key of type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` on object of type `_ArrLikeT@remove_na_arraylike`
pandas/core/dtypes/missing.py:652:16: error[invalid-argument-type] Method `__getitem__` of type `(bound method _ArrLikeT@remove_na_arraylike.__getitem__(key) -> Unknown) | (Overload[(key: SupportsIndex) -> Any, (key: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]] | list[int] | list[builtins.bool] | Series) -> Index]) | (Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]]])` cannot be called with key of type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` on object of type `_ArrLikeT@remove_na_arraylike`
pandas/core/frame.py:592:25: error[invalid-argument-type] Argument to function `nested_data_to_arrays` is incorrect: Expected `Index | None`, found `(ExtensionArray & ~Top[set[Unknown]]) | (ndarray[tuple[Any, ...], dtype[Any]] & ~Top[set[Unknown]]) | (Index & ~Top[set[Unknown]]) | ... omitted 5 union elements`
pandas/core/frame.py:632:56: error[invalid-argument-type] Argument to function `construct_1d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `(Unknown & ~DataFrame & ~BlockManager & ~None & ~Top[dict[Unknown, Unknown]] & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray) | (list[Unknown] & ~BlockManager & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray)`
pandas/core/frame.py:638:21: error[invalid-argument-type] Argument to function `construct_2d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `(Unknown & ~DataFrame & ~BlockManager & ~None & ~Top[dict[Unknown, Unknown]] & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray) | (list[Unknown] & ~BlockManager & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray)`
pandas/core/frame.py:1760:18: error[invalid-assignment] Object of type `LiteralString` is not assignable to `Literal["columns", "index", "tight"]`
pandas/core/frame.py:1770:28: error[invalid-assignment] Object of type `list[Unknown]` is not assignable to `dict[Unknown, Unknown]`
pandas/core/frame.py:1908:9: error[invalid-parameter-default] Default value of type `<class 'dict'>` is not assignable to annotated parameter type `type[MutableMappingT@to_dict] | MutableMappingT@to_dict`
pandas/core/frame.py:2187:21: error[invalid-argument-type] Argument to function `maybe_reorder` is incorrect: Expected `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`, found `list[object]`
pandas/core/frame.py:2201:37: error[no-matching-overload] No overload of function `maybe_convert_objects` matches arguments
pandas/core/frame.py:2387:20: error[unsupported-operator] Operator `in` is not supported between objects of type `Hashable | str` and `Unknown | None`
pandas/core/frame.py:2388:37: error[not-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
pandas/core/frame.py:2388:37: error[not-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
pandas/core/frame.py:2391:22: error[unsupported-operator] Operator `in` is not supported between objects of type `int` and `Unknown | None`
pandas/core/frame.py:2392:37: error[not-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
pandas/core/frame.py:4239:9: error[invalid-method-override] Invalid override of method `__getitem__`: Definition is incompatible with `NDFrame.__getitem__`
pandas/core/frame.py:4296:32: error[invalid-argument-type] Argument to function `where` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | list[int | integer[Any]] | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/frame.py:4489:37: error[invalid-argument-type] Argument to bound method `DataFrame._iset_item_mgr` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `int | integer[Any]`
pandas/core/frame.py:4763:24: error[unresolved-attribute] Attribute `nonzero` is not defined on `int` in union `int | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/frame.py:4826:29: error[no-matching-overload] No overload of function `tile` matches arguments
pandas/core/frame.py:4854:38: error[invalid-argument-type] Argument to bound method `BlockManager.column_setitem` is incorrect: Expected `int`, found `Unknown | int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/frame.py:4899:26: error[invalid-argument-type] Argument to bound method `DataFrame._ixs` is incorrect: Expected `int`, found `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/frame.py:5401:32: error[invalid-argument-type] Argument to constructor `frozenset.__new__` is incorrect: Expected `Iterable[Unknown & ~None]`, found `Unknown | None | tuple[Unknown & ~None] | tuple[()]`
pandas/core/frame.py:5401:52: error[invalid-argument-type] Argument to constructor `frozenset.__new__` is incorrect: Expected `Iterable[Unknown & ~None]`, found `Unknown | None | tuple[Unknown & ~None] | tuple[()]`
pandas/core/frame.py:6709:28: error[invalid-argument-type] Argument to bound method `NDFrame.shift` is incorrect: Expected `int | Sequence[int]`, found `int | integer[Any]`
pandas/core/frame.py:7010:31: error[invalid-argument-type] Argument to bound method `list.append` is incorrect: Expected `Index`, found `list[object]`
pandas/core/frame.py:7274:57: error[invalid-argument-type] Argument to bound method `Index._get_default_index_names` is incorrect: Expected `Sequence[Hashable] | int | None`, found `Hashable | Sequence[Hashable]`
pandas/core/frame.py:7310:36: error[no-matching-overload] No overload of function `maybe_convert_objects` matches arguments
pandas/core/frame.py:7780:42: error[invalid-argument-type] Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Hashable & ~None`
pandas/core/frame.py:8117:9: error[invalid-method-override] Invalid override of method `sort_values`: Definition is incompatible with `NDFrame.sort_values`
pandas/core/frame.py:8697:41: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Hashable & ~None`
pandas/core/frame.py:11974:9: error[invalid-method-override] Invalid override of method `compare`: Definition is incompatible with `NDFrame.compare`
pandas/core/frame.py:12309:23: error[no-matching-overload] No overload of function `maybe_downcast_to_dtype` matches arguments
pandas/core/frame.py:13504:23: error[invalid-assignment] Object of type `Top[list[Unknown]] & ~AlwaysFalsy` is not assignable to `list[Hashable]`
pandas/core/frame.py:13522:44: error[invalid-argument-type] Argument to bound method `Index.take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
pandas/core/frame.py:13849:43: error[unresolved-attribute] Attribute `is_integer` is not defined on `int` in union `int | float`
pandas/core/frame.py:13859:42: error[invalid-argument-type] Argument to bound method `DataFrame.shift` is incorrect: Expected `int | Sequence[int]`, found `(int & ~Literal[0] & ~Literal[False]) | integer[Any]`
pandas/core/frame.py:13863:35: error[invalid-argument-type] Argument to bound method `BaseBlockManager.diff` is incorrect: Expected `int`, found `int | integer[Any]`
pandas/core/frame.py:14010:32: error[invalid-argument-type] Argument to function `frame_apply` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `Unknown | None`
pandas/core/frame.py:14458:22: error[unresolved-attribute] Object of type `object` has no attribute `apply`
pandas/core/frame.py:14886:20: error[invalid-return-type] Return type does not match returned value: expected `DataFrame`, found `DataFrame | Series`
pandas/core/frame.py:15261:17: error[invalid-argument-type] Argument to bound method `BaseBlockManager.round` is incorrect: Expected `int`, found `int | integer[Any]`
pandas/core/frame.py:15746:41: error[parameter-already-assigned] Multiple values provided for parameter `method` of bound method `DataFrame.corr`
pandas/core/frame.py:15746:56: error[invalid-argument-type] Argument to bound method `DataFrame.corr` is incorrect: Expected `int`, found `int | None`
pandas/core/frame.py:16058:39: error[invalid-argument-type] Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
pandas/core/frame.py:16058:39: error[invalid-argument-type] Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
pandas/core/frame.py:16058:39: error[invalid-argument-type] Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
pandas/core/frame.py:16058:39: error[invalid-argument-type] Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
pandas/core/frame.py:16058:39: error[invalid-argument-type] Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
pandas/core/frame.py:16058:39: error[invalid-argument-type] Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
pandas/core/frame.py:16058:39: error[invalid-argument-type] Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
pandas/core/frame.py:16058:39: error[invalid-argument-type] Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
pandas/core/frame.py:16060:40: error[invalid-argument-type] Argument to function `nansum` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
pandas/core/frame.py:16069:26: error[unresolved-attribute] Attribute `copy` is not defined on `int`, `float`, `NaTType` in union `Unknown | ndarray[tuple[Any, ...], dtype[floating[Any]]] | int | float | NaTType`
pandas/core/frame.py:16071:26: error[no-matching-overload] No overload matches arguments
pandas/core/frame.py:16071:26: error[no-matching-overload] No overload matches arguments
pandas/core/frame.py:16071:26: error[no-matching-overload] No overload matches arguments
pandas/core/frame.py:16071:26: error[no-matching-overload] No overload matches arguments
pandas/core/frame.py:16071:26: error[no-matching-overload] No overload matches arguments
pandas/core/frame.py:16071:26: error[no-matching-overload] No overload matches arguments
pandas/core/frame.py:16071:26: error[no-matching-overload] No overload matches arguments
pandas/core/frame.py:16071:26: error[no-matching-overload] No overload matches arguments
pandas/core/frame.py:16131:9: error[invalid-method-override] Invalid override of method `any`: Definition is incompatible with `NDFrame.any`
pandas/core/frame.py:18579:22: error[no-matching-overload] No overload of bound method `DataFrame.quantile` matches arguments
pandas/core/frame.py:18936:21: error[invalid-argument-type] Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `(Sequence[Unknown] & ~Top[dict[Unknown, Unknown]] & ~Series & ~DataFrame) | (Mapping[Unknown, Unknown] & ~Top[dict[Unknown, Unknown]] & ~Series & ~DataFrame)`
pandas/core/generic.py:502:9: error[no-matching-overload] No overload of bound method `MutableMapping.update` matches arguments
pandas/core/generic.py:1042:74: error[invalid-argument-type] Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Mapping[Any, Hashable] & ~Top[(...) -> object]`
pandas/core/generic.py:1044:50: error[invalid-argument-type] Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Mapping[Any, Hashable] & ~Top[(...) -> object]`
pandas/core/generic.py:1467:37: error[invalid-argument-type] Argument to function `inv` is incorrect: Expected `_SupportsInversion[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/generic.py:1472:37: error[invalid-argument-type] Argument to function `neg` is incorrect: Expected `_SupportsNeg[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/generic.py:1487:37: error[invalid-argument-type] Argument to function `pos` is incorrect: Expected `_SupportsPos[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/generic.py:1823:22: error[not-iterable] Object of type `list[Unknown] | tuple[Unknown, ...] | None` may not be iterable
pandas/core/generic.py:1836:22: error[not-iterable] Object of type `list[Unknown] | tuple[Unknown, ...] | None` may not be iterable
pandas/core/generic.py:1842:22: error[not-iterable] Object of type `list[Unknown] | tuple[Unknown, ...] | None` may not be iterable
pandas/core/generic.py:2810:13: error[invalid-argument-type] Argument to function `to_hdf` is incorrect: Expected `DataFrame | Series`, found `Self@to_hdf`
pandas/core/generic.py:3624:31: error[no-matching-overload] No overload of bound method `dict.pop` matches arguments
pandas/core/generic.py:3625:32: error[no-matching-overload] No overload of bound method `dict.pop` matches arguments
pandas/core/generic.py:4309:32: warning[possibly-unresolved-reference] Name `new_index` used when possibly not defined
pandas/core/generic.py:4319:28: warning[possibly-unresolved-reference] Name `new_index` used when possibly not defined
pandas/core/generic.py:4688:13: error[invalid-assignment] Object of type `str` is not assignable to `int | Literal["columns", "index", "rows"]`
pandas/core/generic.py:4762:24: error[unresolved-attribute] Object of type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` has no attribute `to_numpy`
pandas/core/generic.py:6274:21: error[invalid-assignment] Cannot assign to a subscript on an object of type `Self@__setattr__`
pandas/core/generic.py:6599:16: warning[redundant-cast] Value is already of type `Self@astype`
pandas/core/generic.py:7165:25: error[invalid-assignment] Cannot assign to a subscript on an object of type `Self@fillna`
pandas/core/generic.py:7174:29: error[invalid-assignment] Cannot assign to a subscript on an object of type `Self@fillna`
pandas/core/generic.py:7799:26: error[unresolved-attribute] Attribute `items` is not defined on `None`, `bool` in union `Unknown | None | bool`
pandas/core/generic.py:7848:29: error[not-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
pandas/core/generic.py:7851:36: error[unresolved-attribute] Attribute `keys` is not defined on `None` in union `Unknown | None`
pandas/core/generic.py:7865:65: error[unresolved-attribute] Attribute `items` is not defined on `None` in union `Unknown | None`
pandas/core/generic.py:7875:43: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
pandas/core/generic.py:7878:24: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
pandas/core/generic.py:7881:42: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
pandas/core/generic.py:7884:21: error[invalid-argument-type] Argument to bound method `BaseBlockManager.replace_list` is incorrect: Expected `list[Any]`, found `Unknown | None`
pandas/core/generic.py:7884:21: error[invalid-argument-type] Argument to bound method `BaseBlockManager.replace_list` is incorrect: Expected `list[Any]`, found `Unknown | None`
pandas/core/generic.py:9712:37: error[unsupported-operator] Operator `&` is not supported between two objects of type `Self@compare`
pandas/core/generic.py:9741:16: error[no-matching-overload] No overload of function `concat` matches arguments
pandas/core/generic.py:10190:64: warning[possibly-unresolved-reference] Name `res_cols` used when possibly not defined
pandas/core/generic.py:11441:14: error[unsupported-operator] Operator `/` is not supported between objects of type `Self@pct_change` and `Self@pct_change | DataFrame`
pandas/core/generic.py:11468:20: error[unresolved-attribute] Attribute `_logical_func` is not defined on `bool` in union `Series | bool`
pandas/core/generic.py:12425:44: error[unresolved-attribute] Object of type `type[Self@__iadd__]` has no attribute `__add__`
pandas/core/generic.py:12430:44: error[unresolved-attribute] Object of type `type[Self@__isub__]` has no attribute `__sub__`
pandas/core/generic.py:12435:44: error[unresolved-attribute] Object of type `type[Self@__imul__]` has no attribute `__mul__`
pandas/core/generic.py:12442:13: error[unresolved-attribute] Object of type `type[Self@__itruediv__]` has no attribute `__truediv__`
pandas/core/generic.py:12450:13: error[unresolved-attribute] Object of type `type[Self@__ifloordiv__]` has no attribute `__floordiv__`
pandas/core/generic.py:12456:44: error[unresolved-attribute] Object of type `type[Self@__imod__]` has no attribute `__mod__`
pandas/core/generic.py:12461:44: error[unresolved-attribute] Object of type `type[Self@__ipow__]` has no attribute `__pow__`
pandas/core/generic.py:12466:44: error[unresolved-attribute] Object of type `type[Self@__iand__]` has no attribute `__and__`
pandas/core/generic.py:12475:44: error[unresolved-attribute] Object of type `type[Self@__ixor__]` has no attribute `__xor__`
pandas/core/groupby/generic.py:1231:17: error[invalid-argument-type] Argument to function `get_join_indexers` is incorrect: Expected `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`, found `list[ndarray[tuple[int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]`
pandas/core/groupby/generic.py:2284:13: error[invalid-assignment] Invalid assignment to data descriptor attribute `columns` on type `DataFrame` with custom `__set__` method
pandas/core/groupby/generic.py:2374:30: error[invalid-argument-type] Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Hashable | Sequence[Hashable]`
pandas/core/groupby/generic.py:2507:19: warning[possibly-unresolved-reference] Name `path` used when possibly not defined
pandas/core/groupby/groupby.py:627:41: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Hashable | Sequence[Hashable]`
pandas/core/groupby/groupby.py:628:40: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Hashable | list[Hashable] | list[(Hashable, /) -> Hashable] | Mapping[Hashable, Hashable]`
pandas/core/groupby/groupby.py:735:41: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Hashable | Sequence[Hashable]`
pandas/core/groupby/groupby.py:1501:32: error[unresolved-attribute] Attribute `construct_array_type` is not defined on `dtype[Any]` in union `dtype[Any] | ExtensionDtype | (Unknown & ~<class 'object'>)`
pandas/core/groupby/groupby.py:1570:49: error[invalid-argument-type] Argument to bound method `GroupBy._wrap_idxmax_idxmin` is incorrect: Expected `Literal["idxmax", "idxmin"]`, found `str`
pandas/core/groupby/groupby.py:2520:26: error[unresolved-attribute] Attribute `columns` is not defined on `None` in union `NDFrame | None`
pandas/core/groupby/groupby.py:3477:16: error[invalid-return-type] Return type does not match returned value: expected `NDFrameT@GroupBy`, found `Unknown | DataFrame`
pandas/core/groupby/groupby.py:4025:39: error[invalid-argument-type] Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[unsignedinteger[_8Bit]]]`, found `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/groupby/groupby.py:4371:26: error[no-matching-overload] No overload of function `where` matches arguments
pandas/core/groupby/groupby.py:4495:21: error[invalid-argument-type] Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[unsignedinteger[_8Bit]]]`, found `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/groupby/groupby.py:5243:75: error[invalid-argument-type] Argument to function `group_shift_indexer` is incorrect: Expected `int`, found `int | integer[Any]`
pandas/core/groupby/groupby.py:5264:18: warning[possibly-unresolved-reference] Name `concat` used when possibly not defined
pandas/core/groupby/groupby.py:5683:54: warning[possibly-unresolved-reference] Name `weights_arr` used when possibly not defined
pandas/core/groupby/groupby.py:5784:16: error[invalid-return-type] Return type does not match returned value: expected `NDFrameT@GroupBy`, found `NDFrameT@GroupBy | (Self'return@_constructor & Series)`
pandas/core/groupby/grouper.py:556:31: error[unresolved-attribute] Attribute `categories` is not defined on `Index & ~ndarray[tuple[object, ...], dtype[object]]` in union `(Unknown & Series & ~Grouper & ~ndarray[tuple[object, ...], dtype[object]]) | (Index & ~ndarray[tuple[object, ...], dtype[object]]) | (Unknown & ExtensionArray & ~Grouper & ~ndarray[tuple[object, ...], dtype[object]]) | (Unknown & BinGrouper & ~ndarray[tuple[object, ...], dtype[object]])`
pandas/core/groupby/grouper.py:557:50: error[invalid-argument-type] Argument to function `recode_for_groupby` is incorrect: Expected `Categorical`, found `(Unknown & Series & ~Grouper & ~ndarray[tuple[object, ...], dtype[object]]) | (Index & ~ndarray[tuple[object, ...], dtype[object]]) | (Unknown & ExtensionArray & ~Grouper & ~ndarray[tuple[object, ...], dtype[object]]) | (Unknown & BinGrouper & ~ndarray[tuple[object, ...], dtype[object]])`
pandas/core/groupby/grouper.py:643:26: error[unresolved-attribute] Attribute `categories` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & Series) | Index | (Unknown & ExtensionArray) | ... omitted 4 union elements`
pandas/core/groupby/grouper.py:646:46: error[unresolved-attribute] Attribute `codes` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & Series) | Index | (Unknown & ExtensionArray) | ... omitted 4 union elements`
pandas/core/groupby/grouper.py:655:27: error[unresolved-attribute] Attribute `isna` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & Series) | Index | (Unknown & ExtensionArray) | ... omitted 4 union elements`
pandas/core/groupby/grouper.py:665:59: error[unresolved-attribute] Attribute `codes` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & Series) | Index | (Unknown & ExtensionArray) | ... omitted 4 union elements`
pandas/core/groupby/grouper.py:669:62: error[unresolved-attribute] Attribute `ordered` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & Series) | Index | (Unknown & ExtensionArray) | ... omitted 4 union elements`
pandas/core/groupby/grouper.py:671:21: error[unresolved-attribute] Attribute `codes` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & Series) | Index | (Unknown & ExtensionArray) | ... omitted 4 union elements`
pandas/core/groupby/grouper.py:676:47: warning[possibly-unresolved-reference] Name `na_code` used when possibly not defined
pandas/core/groupby/grouper.py:677:34: warning[possibly-unresolved-reference] Name `na_mask` used when possibly not defined
pandas/core/groupby/grouper.py:677:43: warning[possibly-unresolved-reference] Name `na_code` used when possibly not defined
pandas/core/groupby/grouper.py:686:23: error[invalid-assignment] Object of type `Index` is not assignable to `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/groupby/grouper.py:702:34: error[invalid-assignment] Object of type `ndarray[tuple[Any, ...], dtype[Any]] | Index` is not assignable to `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/groupby/grouper.py:910:28: error[unresolved-attribute] Attribute `name` is not defined on `None`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | None | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/groupby/numba_.py:61:57: error[unresolved-attribute] Object of type `(...) -> Unknown` has no attribute `__name__`
pandas/core/groupby/numba_.py:113:18: error[not-iterable] Object of type `prange` is not iterable
pandas/core/groupby/numba_.py:115:22: error[not-iterable] Object of type `prange` is not iterable
pandas/core/groupby/numba_.py:170:18: error[not-iterable] Object of type `prange` is not iterable
pandas/core/groupby/numba_.py:172:22: error[not-iterable] Object of type `prange` is not iterable
pandas/core/groupby/ops.py:524:32: warning[possibly-unresolved-reference] Name `counts` used when possibly not defined
pandas/core/groupby/ops.py:692:70: error[not-iterable] Object of type `Hashable` is not iterable
pandas/core/groupby/ops.py:696:16: error[invalid-return-type] Return type does not match returned value: expected `dict[Hashable, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]`, found `dict[Hashable, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]] | dict[tuple[int | float | Unknown, ...], ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]`
pandas/core/groupby/ops.py:719:31: warning[possibly-unresolved-reference] Name `null_gaps` used when possibly not defined
pandas/core/groupby/ops.py:731:25: error[unresolved-attribute] Object of type `Index` has no attribute `levels`
pandas/core/groupby/ops.py:766:13: error[invalid-argument-type] Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `Hashable` on object of type `ExtensionArray`
pandas/core/groupby/ops.py:766:13: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `Hashable` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/groupby/ops.py:843:29: error[unresolved-attribute] Object of type `Index` has no attribute `set_categories`
pandas/core/groupby/ops.py:1118:21: error[no-matching-overload] No overload of `iinfo.__init__` matches arguments
pandas/core/indexers/objects.py:204:13: error[invalid-argument-type] Argument to function `calculate_variable_window_bounds` is incorrect: Expected `bool`, found `bool | None`
pandas/core/indexers/utils.py:575:23: error[unresolved-attribute] Attribute `to_numpy` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ~tuple[object, ...]) | ExtensionArray | ndarray[tuple[Any, ...], dtype[Unknown]]`
pandas/core/indexes/accessors.py:241:47: error[too-many-positional-arguments] Too many positional arguments to `object.__init__`: expected 1, got 2
pandas/core/indexes/base.py:428:11: error[invalid-type-form] Variable of type `Accessor` is not allowed in a type expression
pandas/core/indexes/base.py:440:24: error[invalid-type-form] Variable of type `Accessor` is not allowed in a type expression
pandas/core/indexes/base.py:441:23: error[invalid-type-form] Variable of type `Accessor` is not allowed in a type expression
pandas/core/indexes/base.py:509:24: error[invalid-return-type] Return type does not match returned value: expected `Self@__new__`, found `Index`
pandas/core/indexes/base.py:512:20: error[invalid-return-type] Return type does not match returned value: expected `Self@__new__`, found `RangeIndex`
pandas/core/indexes/base.py:557:28: error[invalid-return-type] Return type does not match returned value: expected `Self@__new__`, found `MultiIndex`
pandas/core/indexes/base.py:594:16: error[invalid-return-type] Return type does not match returned value: expected `Self@__new__`, found `Index`
pandas/core/indexes/base.py:694:22: error[no-matching-overload] No overload of function `maybe_convert_objects` matches arguments
pandas/core/indexes/base.py:696:24: error[invalid-return-type] Return type does not match returned value: expected `Self@_with_infer`, found `Index`
pandas/core/indexes/base.py:755:25: error[unresolved-attribute] Object of type `type[Self@_format_duplicate_message]` has no attribute `from_tuples`
pandas/core/indexes/base.py:863:23: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_pa_array`
pandas/core/indexes/base.py:865:33: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_to_datetimearray`
pandas/core/indexes/base.py:868:33: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_to_timedeltaarray`
pandas/core/indexes/base.py:884:40: error[invalid-argument-type] Argument to `IndexEngine.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:886:45: error[invalid-argument-type] Argument to `IndexEngine.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:888:46: error[invalid-argument-type] Argument to `IndexEngine.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:895:29: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_ndarray`
pandas/core/indexes/base.py:901:34: error[invalid-argument-type] Argument to `ExtensionEngine.__init__` is incorrect: Expected `ExtensionArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
pandas/core/indexes/base.py:901:34: error[invalid-argument-type] Argument to `IndexEngine.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
pandas/core/indexes/base.py:991:18: error[invalid-assignment] Object of type `object` is not assignable to `ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:1049:16: error[invalid-return-type] Return type does not match returned value: expected `Self@ravel`, found `Index`
pandas/core/indexes/base.py:1112:36: error[invalid-argument-type] Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`
pandas/core/indexes/base.py:1113:51: error[invalid-argument-type] Argument to bound method `Index._dtype_to_subclass` is incorrect: Expected `dtype[Any] | ExtensionDtype`, found `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`
pandas/core/indexes/base.py:1114:23: error[no-matching-overload] No overload of bound method `ExtensionArray.view` matches arguments
pandas/core/indexes/base.py:1122:22: error[no-matching-overload] No overload of bound method `ExtensionArray.view` matches arguments
pandas/core/indexes/base.py:1127:16: error[invalid-return-type] Return type does not match returned value: expected `Index`, found `Unknown | ndarray[tuple[Any, ...], Unknown] | Self@view`
pandas/core/indexes/base.py:1347:19: error[invalid-assignment] Object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` is not assignable to `int | Sequence[int]`
pandas/core/indexes/base.py:1535:20: error[invalid-return-type] Return type does not match returned value: expected `Sequence[Hashable]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`
pandas/core/indexes/base.py:1549:16: error[invalid-return-type] Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:1873:16: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Hashable] | Hashable`
pandas/core/indexes/base.py:1875:75: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Hashable] | Hashable`
pandas/core/indexes/base.py:1879:32: error[not-iterable] Object of type `Sequence[Hashable] | Hashable` may not be iterable
pandas/core/indexes/base.py:1881:16: error[invalid-return-type] Return type does not match returned value: expected `list[Hashable]`, found `Sequence[Hashable] | Hashable`
pandas/core/indexes/base.py:1918:16: error[invalid-return-type] Return type does not match returned value: expected `list[Hashable]`, found `(Top[list[Unknown]] & ~AlwaysFalsy) | list[Hashable]`
pandas/core/indexes/base.py:2099:28: error[unresolved-attribute] Attribute `keys` is not defined on `Hashable`, `Sequence[Hashable]` in union `Hashable | Sequence[Hashable] | dict[Hashable, Hashable]`
pandas/core/indexes/base.py:2101:43: error[not-subscriptable] Cannot subscript object of type `Hashable` with no `__getitem__` method
pandas/core/indexes/base.py:2115:24: error[invalid-argument-type] Argument to bound method `Index._set_names` is incorrect: Expected `Sequence[Hashable]`, found `Hashable | Sequence[Hashable] | dict[Hashable, Hashable]`
pandas/core/indexes/base.py:2115:31: error[invalid-argument-type] Argument to bound method `Index._set_names` is incorrect: Expected `int | Sequence[int] | None`, found `Hashable | Sequence[Hashable]`
pandas/core/indexes/base.py:3893:32: error[unsupported-operator] Unary operator `~` is not supported for object of type `ndarray[tuple[Any, ...], dtype[Any]] | Series | SequenceNotStr[Unknown] | range | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/indexes/base.py:3958:30: error[unresolved-attribute] Object of type `IndexEngine | ExtensionEngine` has no attribute `_extract_level_codes`
pandas/core/indexes/base.py:3964:48: error[invalid-argument-type] Argument to bound method `ExtensionEngine.get_indexer` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:3964:48: error[invalid-argument-type] Argument to bound method `IndexEngine.get_indexer` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:3984:20: error[unresolved-attribute] Object of type `Self@_should_partial_index` has no attribute `left`
pandas/core/indexes/base.py:4064:23: error[unresolved-attribute] Object of type `IndexEngine | ExtensionEngine` has no attribute `values`
pandas/core/indexes/base.py:4147:16: error[invalid-argument-type] Argument to function `le` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:4147:16: error[invalid-argument-type] Argument to function `lt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:4147:32: error[invalid-argument-type] Argument to function `le` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:4147:32: error[invalid-argument-type] Argument to function `lt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:4182:20: error[unsupported-operator] Operator `-` is not supported between two objects of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:4382:23: error[unresolved-attribute] Object of type `Self@reindex` has no attribute `levels`
pandas/core/indexes/base.py:4756:12: error[unresolved-attribute] Attribute `names` is not defined on `ExtensionArray`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:4757:26: error[unresolved-attribute] Attribute `set_names` is not defined on `ExtensionArray`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:4767:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[Index, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None]`, found `tuple[Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]], None | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], None | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]`
pandas/core/indexes/base.py:4821:17: error[invalid-argument-type] Argument to function `restore_dropped_levels_multijoin` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`, found `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`
pandas/core/indexes/base.py:4822:17: error[invalid-argument-type] Argument to function `restore_dropped_levels_multijoin` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`, found `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`
pandas/core/indexes/base.py:5562:45: error[unresolved-attribute] Object of type `dtype[Any] | ExtensionDtype` has no attribute `storage`
pandas/core/indexes/base.py:5653:23: error[unresolved-attribute] Object of type `~slice[object, object, object]` has no attribute `to_numpy`
pandas/core/indexes/base.py:5664:18: error[no-matching-overload] No overload of bound method `ExtensionArray.__getitem__` matches arguments
pandas/core/indexes/base.py:5664:18: error[no-matching-overload] No overload of bound method `ndarray.__getitem__` matches arguments
pandas/core/indexes/base.py:5681:13: error[unresolved-attribute] Object of type `IndexEngine | ExtensionEngine` has no attribute `_update_from_sliced`
pandas/core/indexes/base.py:5735:13: error[unsupported-operator] Operator `+=` is not supported between objects of type `list[Index | Sequence[Index]]` and `list[object]`
pandas/core/indexes/base.py:5745:18: error[unresolved-attribute] Attribute `name` is not defined on `Sequence[Index]` in union `Index | Sequence[Index]`
pandas/core/indexes/base.py:5748:29: error[invalid-argument-type] Argument to bound method `Index._concat` is incorrect: Expected `list[Index]`, found `list[Index | Sequence[Index]]`
pandas/core/indexes/base.py:6076:16: error[no-matching-overload] No overload of bound method `ndarray.searchsorted` matches arguments
pandas/core/indexes/base.py:6413:26: error[unresolved-attribute] Object of type `IndexEngine | ExtensionEngine` has no attribute `_extract_level_codes`
pandas/core/indexes/base.py:6417:64: error[invalid-argument-type] Argument to bound method `ExtensionEngine.get_indexer_non_unique` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:6417:64: error[invalid-argument-type] Argument to bound method `IndexEngine.get_indexer_non_unique` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:6472:69: error[invalid-argument-type] Argument to bound method `Index._reindex_non_unique` is incorrect: Expected `Index`, found `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/base.py:6484:21: error[unresolved-attribute] Object of type `Self@_get_indexer_strict & ~Top[list[Unknown]]` has no attribute `freq`
pandas/core/indexes/base.py:6487:26: error[unresolved-attribute] Object of type `Self@_get_indexer_strict` has no attribute `_with_freq`
pandas/core/indexes/base.py:6631:16: error[unsupported-operator] Operator `>=` is not supported between objects of type `object` and `Literal[0]`
pandas/core/indexes/base.py:6639:25: error[unresolved-attribute] Object of type `type[Self@_maybe_downcast_for_indexing]` has no attribute `from_tuples`
pandas/core/indexes/base.py:6988:41: error[invalid-argument-type] Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`
pandas/core/indexes/base.py:7144:20: error[no-matching-overload] No overload of bound method `IndexOpsMixin.searchsorted` matches arguments
pandas/core/indexes/base.py:7149:19: error[no-matching-overload] No overload of bound method `IndexOpsMixin.searchsorted` matches arguments
pandas/core/indexes/base.py:7228:47: error[no-matching-overload] No overload of bound method `ndarray.view` matches arguments
pandas/core/indexes/base.py:7478:26: error[no-matching-overload] No overload of function `insert` matches arguments
pandas/core/indexes/base.py:7689:16: error[invalid-return-type] Return type does not match returned value: expected `Index`, found `Index | tuple[Index, Index]`
pandas/core/indexes/base.py:8222:21: error[invalid-assignment] Object of type `Hashable` is not assignable to `Sequence[Hashable] | None`
pandas/core/indexes/base.py:8383:22: error[invalid-assignment] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series, ndarray[tuple[Any, ...], dtype[Any]]]` is not assignable to `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/category.py:342:21: error[invalid-argument-type] Argument to bound method `Index.is_` is incorrect: Expected `Index`, found `object`
pandas/core/indexes/category.py:475:9: error[invalid-method-override] Invalid override of method `_maybe_cast_listlike_indexer`: Definition is incompatible with `Index._maybe_cast_listlike_indexer`
pandas/core/indexes/datetimelike.py:189:16: error[unresolved-attribute] Attribute `freq` is not defined on `DatetimeArray`, `TimedeltaArray` in union `DatetimeArray | TimedeltaArray | PeriodArray`
pandas/core/indexes/datetimelike.py:272:20: error[invalid-return-type] Return type does not match returned value: expected `str`, found `None`
pandas/core/indexes/datetimelike.py:282:46: error[unresolved-attribute] Object of type `Self@_resolution_obj` has no attribute `tz`
pandas/core/indexes/datetimelike.py:282:60: error[unresolved-attribute] Attribute `_creso` is not defined on `PeriodArray` in union `DatetimeArray | TimedeltaArray | PeriodArray`
pandas/core/indexes/datetimelike.py:284:60: error[unresolved-attribute] Attribute `_creso` is not defined on `PeriodArray` in union `DatetimeArray | TimedeltaArray | PeriodArray`
pandas/core/indexes/datetimelike.py:381:58: error[unresolved-attribute] Attribute `asi8` is not defined on `CategoricalIndex` in union `(Any & Index) | Self@equals | CategoricalIndex`
pandas/core/indexes/datetimelike.py:382:42: error[unresolved-attribute] Object of type `Self@equals` has no attribute `tz`
pandas/core/indexes/datetimelike.py:382:53: error[unresolved-attribute] Attribute `tz` is not defined on `Self@equals`, `CategoricalIndex` in union `(Any & Index) | Self@equals | CategoricalIndex`
pandas/core/indexes/datetimelike.py:386:31: error[unresolved-attribute] Attribute `_ensure_matching_resos` is not defined on `PeriodArray` in union `DatetimeArray | TimedeltaArray | PeriodArray`
pandas/core/indexes/datetimelike.py:509:12: warning[possibly-unresolved-reference] Name `freq` used when possibly not defined
pandas/core/indexes/datetimelike.py:509:48: warning[possibly-unresolved-reference] Name `freq` used when possibly not defined
pandas/core/indexes/datetimelike.py:510:23: warning[possibly-unresolved-reference] Name `freq` used when possibly not defined
pandas/core/indexes/datetimelike.py:512:23: warning[possibly-unresolved-reference] Name `freq` used when possibly not defined
pandas/core/indexes/datetimelike.py:522:9: error[invalid-method-override] Invalid override of method `_get_string_slice`: Definition is incompatible with `Index._get_string_slice`
pandas/core/indexes/datetimelike.py:614:58: warning[possibly-unresolved-reference] Name `reso` used when possibly not defined
pandas/core/indexes/datetimelike.py:614:64: warning[possibly-unresolved-reference] Name `parsed` used when possibly not defined
pandas/core/indexes/datetimelike.py:655:9: error[invalid-method-override] Invalid override of method `_maybe_cast_listlike_indexer`: Definition is incompatible with `Index._maybe_cast_listlike_indexer`
pandas/core/indexes/datetimelike.py:840:39: error[invalid-argument-type] Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~Tick & ~timedelta64[timedelta | int | None] & ~datetime64[date | int | None] & ~Timedelta & ~Timestamp) | Timedelta | NaTType`
pandas/core/indexes/datetimelike.py:1149:24: error[no-matching-overload] No overload of function `to_offset` matches arguments
pandas/core/indexes/datetimelike.py:1164:13: error[invalid-argument-type] Argument to bound method `DatetimeArray._simple_new` is incorrect: Expected `dtype[datetime64[date | int | None]] | DatetimeTZDtype`, found `dtype[Any] | ExtensionDtype`
pandas/core/indexes/datetimelike.py:1164:13: error[invalid-argument-type] Argument to bound method `TimedeltaArray._simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[Any] | ExtensionDtype`
pandas/core/indexes/datetimelike.py:1202:20: error[unresolved-attribute] Object of type `Index` has no attribute `_with_freq`
pandas/core/indexes/datetimelike.py:1328:20: error[unresolved-attribute] Object of type `Index` has no attribute `_with_freq`
pandas/core/indexes/datetimelike.py:1452:27: error[invalid-assignment] Object of type `slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` is not assignable to `int | slice[Any, Any, Any] | Sequence[int]`
pandas/core/indexes/datetimelike.py:1475:45: error[unsupported-operator] Operator `-` is not supported between objects of type `Timestamp | NaTType | Timedelta` and `BaseOffset`
pandas/core/indexes/datetimelike.py:1482:41: error[invalid-argument-type] Argument to bound method `BaseOffset.is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType | Timedelta`
pandas/core/indexes/datetimes.py:948:16: error[unsupported-operator] Operator `%` is not supported between objects of type `Timedelta | NaTType` and `timedelta`
pandas/core/indexes/datetimes.py:1125:17: error[unresolved-attribute] Attribute `start_time` is not defined on `NaTType` in union `Period | NaTType`
pandas/core/indexes/datetimes.py:1128:16: error[unsupported-operator] Operator `+` is not supported between objects of type `Period | NaTType` and `Literal[1]`
pandas/core/indexes/datetimes.py:1161:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[Timestamp, Resolution]`, found `tuple[Timestamp | NaTType, Resolution]`
pandas/core/indexes/datetimes.py:1191:29: error[invalid-argument-type] Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | NaTType`
pandas/core/indexes/datetimes.py:1317:19: error[unresolved-attribute] Attribute `nonzero` is not defined on `Self@slice_indexer` in union `ndarray[tuple[Any, ...], dtype[Any]] | Unknown | Self@slice_indexer`
pandas/core/indexes/datetimes.py:1714:35: error[unresolved-attribute] Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
pandas/core/indexes/datetimes.py:1714:68: error[unresolved-attribute] Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
pandas/core/indexes/datetimes.py:1715:24: error[unresolved-attribute] Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
pandas/core/indexes/datetimes.py:1717:24: error[unresolved-attribute] Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
pandas/core/indexes/datetimes.py:1720:20: error[unresolved-attribute] Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
pandas/core/indexes/datetimes.py:1723:20: error[unresolved-attribute] Attribute `unit` is not defined on `NaTType` in union `Timestamp | NaTType`
pandas/core/indexes/datetimes.py:1736:28: error[invalid-assignment] Object of type `str` is not assignable to `Literal["ms", "ns", "s", "us"] | None`
pandas/core/indexes/datetimes.py:1740:39: error[unresolved-attribute] Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
pandas/core/indexes/datetimes.py:1741:28: error[unresolved-attribute] Attribute `unit` is not defined on `NaTType` in union `Timedelta | NaTType`
pandas/core/indexes/datetimes.py:1761:9: error[invalid-argument-type] Argument to bound method `DatetimeArray._generate_range` is incorrect: Expected `Literal["ms", "ns", "s", "us"]`, found `Literal["ms", "ns", "s", "us"] | None`
pandas/core/indexes/extension.py:110:9: error[unresolved-attribute] Unresolved attribute `__signature__` on type `def method(self, *args, **kwargs) -> Unknown`
pandas/core/indexes/extension.py:161:16: error[invalid-return-type] Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArrayNaResult`
pandas/core/indexes/frozen.py:79:15: error[invalid-method-override] Invalid override of method `__iadd__`: Definition is incompatible with `list.__iadd__`
pandas/core/indexes/frozen.py:81:9: error[invalid-method-override] Invalid override of method `__getitem__`: Definition is incompatible with `list.__getitem__`
pandas/core/indexes/interval.py:703:43: error[unresolved-attribute] Attribute `left` is not defined on `Index` in union `Unknown | Index`
pandas/core/indexes/interval.py:704:44: error[unresolved-attribute] Attribute `right` is not defined on `Index` in union `Unknown | Index`
pandas/core/indexes/interval.py:719:50: error[unresolved-attribute] Attribute `asi8` is not defined on `Index & ~Top[Interval[Unknown]]` in union `(Unknown & ~Top[Interval[Unknown]]) | (Index & ~Top[Interval[Unknown]])`
pandas/core/indexes/interval.py:728:19: error[unresolved-attribute] Object of type `dtype[Any] | ExtensionDtype` has no attribute `subtype`
pandas/core/indexes/interval.py:836:19: error[unresolved-attribute] Attribute `sum` is not defined on `Index` in union `Index | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | Any`
pandas/core/indexes/interval.py:842:43: error[invalid-argument-type] Argument to function `maybe_booleans_to_slice` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[unsignedinteger[_8Bit]]]`, found `Index | ndarray[tuple[Any, ...], Unknown] | Any`
pandas/core/indexes/interval.py:1068:16: error[unresolved-attribute] Object of type `dtype[Any] | ExtensionDtype` has no attribute `subtype`
pandas/core/indexes/interval.py:1449:36: error[invalid-argument-type] Argument to function `maybe_box_datetimelike` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `Unknown | None`
pandas/core/indexes/interval.py:1450:34: error[invalid-argument-type] Argument to function `maybe_box_datetimelike` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `Unknown | None`
pandas/core/indexes/interval.py:1471:20: error[no-matching-overload] No overload of function `to_offset` matches arguments
pandas/core/indexes/interval.py:1509:22: error[no-matching-overload] No overload of function `arange` matches arguments
pandas/core/indexes/interval.py:1509:46: error[unsupported-operator] Operator `*` is not supported between objects of type `Number | number[Any, int | float | complex] | None | Unknown` and `float`
pandas/core/indexes/interval.py:1514:32: error[unsupported-operator] Operator `-` is not supported between two objects of type `str | bytes | date | ... omitted 10 union elements`
pandas/core/indexes/interval.py:1520:22: error[no-matching-overload] No overload of function `linspace` matches arguments
pandas/core/indexes/multi.py:594:33: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Hashable & ~None`
pandas/core/indexes/multi.py:599:54: error[invalid-argument-type] Argument to function `tuples_to_object_array` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `(Collection[tuple[Hashable, ...]] & ndarray[tuple[object, ...], dtype[object]] & ~Index) | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/multi.py:1322:9: error[invalid-method-override] Invalid override of method `_shallow_copy`: Definition is incompatible with `Index._shallow_copy`
pandas/core/indexes/multi.py:1354:9: error[invalid-method-override] Invalid override of method `copy`: Definition is incompatible with `Index.copy`
pandas/core/indexes/multi.py:1580:9: error[invalid-method-override] Invalid override of method `_formatter_func`: Definition is incompatible with `Index._formatter_func`
pandas/core/indexes/multi.py:1696:9: error[invalid-method-override] Invalid override of method `_set_names`: Definition is incompatible with `Index._set_names`
pandas/core/indexes/multi.py:1814:16: error[invalid-return-type] Return type does not match returned value: expected `int`, found `int | integer[Any] | Any`
pandas/core/indexes/multi.py:1871:37: error[invalid-argument-type] Argument to function `lexsort` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`
pandas/core/indexes/multi.py:1977:5: error[override-of-final-method] Cannot override final member `_duplicated` from superclass `IndexOpsMixin`
pandas/core/indexes/multi.py:2026:9: error[invalid-method-override] Invalid override of method `_get_level_values`: Definition is incompatible with `Index._get_level_values`
pandas/core/indexes/multi.py:2543:40: error[unsupported-operator] Operator `>` is not supported between objects of type `~None` and `Literal[0]`
pandas/core/indexes/multi.py:2816:9: error[invalid-method-override] Invalid override of method `repeat`: Definition is incompatible with `Index.repeat`
pandas/core/indexes/multi.py:2871:19: error[invalid-assignment] Object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` is not assignable to `int`
pandas/core/indexes/multi.py:2884:9: error[invalid-method-override] Invalid override of method `drop`: Definition is incompatible with `Index.drop`
pandas/core/indexes/multi.py:3189:9: error[invalid-method-override] Invalid override of method `sortlevel`: Definition is incompatible with `Index.sortlevel`
pandas/core/indexes/multi.py:3274:24: error[not-iterable] Object of type `Hashable | Sequence[Hashable]` may not be iterable
pandas/core/indexes/multi.py:3600:20: error[invalid-return-type] Return type does not match returned value: expected `int`, found `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/indexes/multi.py:4271:24: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `str | bytes | date | ... omitted 11 union elements`
pandas/core/indexes/multi.py:4396:21: error[invalid-argument-type] Argument to bound method `Index.is_` is incorrect: Expected `Index`, found `object`
pandas/core/indexes/multi.py:4520:9: error[invalid-method-override] Invalid override of method `_wrap_difference_result`: Definition is incompatible with `Index._wrap_difference_result`
pandas/core/indexes/multi.py:4606:9: error[invalid-method-override] Invalid override of method `_validate_fill_value`: Definition is incompatible with `Index._validate_fill_value`
pandas/core/indexes/multi.py:4620:9: error[invalid-method-override] Invalid override of method `putmask`: Definition is incompatible with `Index.putmask`
pandas/core/indexes/multi.py:4789:49: error[invalid-argument-type] Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `(Unknown & ~Generator[object, None, None] & ~MultiIndex) | (list[object] & ~MultiIndex)`
pandas/core/indexes/multi.py:4801:5: error[invalid-method-override] Invalid override of method `rename`: Definition is incompatible with `Index.rename`
pandas/core/indexes/multi.py:4853:31: error[invalid-argument-type] Argument to bound method `list.append` is incorrect: Expected `tuple[Any, ...]`, found `list[object]`
pandas/core/indexes/multi.py:4860:31: error[invalid-argument-type] Argument to bound method `list.append` is incorrect: Expected `tuple[Any, ...]`, found `list[object]`
pandas/core/indexes/period.py:673:16: error[invalid-return-type] Return type does not match returned value: expected `Period`, found `Period | NaTType`
pandas/core/indexes/period.py:700:17: error[unresolved-attribute] Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
pandas/core/indexes/period.py:700:52: error[unresolved-attribute] Attribute `asfreq` is not defined on `NaTType` in union `Period | NaTType`
pandas/core/indexes/range.py:180:35: error[invalid-argument-type] Argument to function `ensure_python_int` is incorrect: Expected `int | integer[Any]`, found `int | integer[Any] | RangeIndex`
pandas/core/indexes/range.py:246:9: error[invalid-method-override] Invalid override of method `_simple_new`: Definition is incompatible with `Index._simple_new`
pandas/core/indexes/range.py:303:9: error[invalid-method-override] Invalid override of method `_format_attrs`: Definition is incompatible with `Index._format_attrs`
pandas/core/indexes/range.py:482:9: error[invalid-method-override] Invalid override of method `get_loc`: Definition is incompatible with `Index.get_loc`
pandas/core/indexes/range.py:527:50: error[unresolved-attribute] Attribute `is_integer` is not defined on `int` in union `int | float`
pandas/core/indexes/range.py:884:20: error[invalid-return-type] Return type does not match returned value: expected `Index`, found `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/range.py:1004:52: error[invalid-argument-type] Argument to constructor `RangeIndex.__new__` is incorrect: Expected `int | integer[Any] | None`, found `int | float`
pandas/core/indexes/range.py:1004:72: error[invalid-argument-type] Argument to constructor `RangeIndex.__new__` is incorrect: Expected `int | integer[Any] | None`, found `int | float`
pandas/core/indexes/range.py:1021:16: error[invalid-return-type] Return type does not match returned value: expected `Index`, found `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/indexes/range.py:1039:12: error[unresolved-attribute] Object of type `Index` has no attribute `step`
pandas/core/indexes/range.py:1066:12: error[unresolved-attribute] Object of type `Index` has no attribute `step`
pandas/core/indexes/range.py:1073:18: error[unresolved-attribute] Object of type `Index` has no attribute `_range`
pandas/core/indexes/range.py:1087:16: error[unresolved-attribute] Object of type `Index` has no attribute `step`
pandas/core/indexes/range.py:1222:9: error[invalid-method-override] Invalid override of method `_concat`: Definition is incompatible with `Index._concat`
pandas/core/indexes/range.py:1323:9: error[invalid-method-override] Invalid override of method `__getitem__`: Definition is incompatible with `Index.__getitem__`
pandas/core/indexes/range.py:1349:23: error[unresolved-attribute] Object of type `~EllipsisType & ~slice[object, object, object]` has no attribute `to_numpy`
pandas/core/indexes/range.py:1352:33: error[invalid-argument-type] Argument to function `check_array_indexer` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `range`
pandas/core/indexes/range.py:1355:30: error[invalid-argument-type] Argument to bound method `RangeIndex.take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `~EllipsisType & ~slice[object, object, object]`
pandas/core/indexes/range.py:1357:20: error[no-matching-overload] No overload of bound method `Index.__getitem__` matches arguments
pandas/core/indexes/range.py:1639:9: error[invalid-method-override] Invalid override of method `searchsorted`: Definition is incompatible with `IndexOpsMixin.searchsorted`
pandas/core/indexes/timedeltas.py:311:24: error[unsupported-operator] Operator `*` is not supported between objects of type `BaseOffset` and `object`
pandas/core/indexes/timedeltas.py:321:20: error[unsupported-operator] Operator `%` is not supported between objects of type `int` and `object`
pandas/core/indexes/timedeltas.py:322:36: error[unsupported-operator] Operator `//` is not supported between objects of type `int` and `object`
pandas/core/indexes/timedeltas.py:324:32: error[no-matching-overload] No overload of function `to_offset` matches arguments
pandas/core/indexes/timedeltas.py:326:28: error[unsupported-operator] Operator `/` is not supported between objects of type `BaseOffset & ~Day` and `object`
pandas/core/indexes/timedeltas.py:336:20: error[invalid-return-type] Return type does not match returned value: expected `Day | Tick | None`, found `BaseOffset`
pandas/core/indexes/timedeltas.py:356:28: error[invalid-argument-type] Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `~Timestamp`
pandas/core/indexes/timedeltas.py:358:20: error[invalid-return-type] Return type does not match returned value: expected `Day | Tick | None`, found `BaseOffset`
pandas/core/indexes/timedeltas.py:385:9: error[invalid-method-override] Invalid override of method `_parse_with_reso`: Definition is incompatible with `DatetimeIndexOpsMixin._parse_with_reso`
pandas/core/indexes/timedeltas.py:529:24: warning[redundant-cast] Value is already of type `Literal["ms", "ns", "s", "us"]`
pandas/core/indexes/timedeltas.py:531:24: warning[redundant-cast] Value is already of type `Literal["ms", "ns", "s", "us"]`
pandas/core/indexes/timedeltas.py:535:20: warning[redundant-cast] Value is already of type `Literal["ms", "ns", "s", "us"]`
pandas/core/indexes/timedeltas.py:539:20: warning[redundant-cast] Value is already of type `Literal["ms", "ns", "s", "us"]`
pandas/core/indexes/timedeltas.py:546:16: error[unresolved-attribute] Attribute `_creso` is not defined on `Day` in union `Tick | Day`
pandas/core/indexing.py:993:51: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]]]` cannot be called with key of type `Unknown` on object of type `ndarray[tuple[object, ...], dtype[object]]`
pandas/core/indexing.py:1848:24: error[invalid-argument-type] Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
pandas/core/indexing.py:1865:45: error[unsupported-operator] Operator `>` is not supported between objects of type `object` and `Literal[1]`
pandas/core/indexing.py:2229:31: error[unresolved-attribute] Attribute `_reduce` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
pandas/core/indexing.py:2230:31: error[unresolved-attribute] Attribute `_reduce` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
pandas/core/indexing.py:2641:60: error[not-subscriptable] Cannot subscript object of type `Hashable` with no `__getitem__` method
pandas/core/indexing.py:3096:30: error[no-matching-overload] No overload of bound method `ndarray.reshape` matches arguments
pandas/core/indexing.py:3598:19: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_ndarray`
pandas/core/indexing.py:3608:25: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/indexing.py:3613:16: error[unresolved-attribute] Attribute `all` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any`
pandas/core/indexing.py:3617:28: error[invalid-argument-type] Argument to constructor `ndarray.__new__` is incorrect: Expected `SupportsIndex | Sequence[SupportsIndex]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
pandas/core/indexing.py:3617:28: error[too-many-positional-arguments] Too many positional arguments to `object.__init__`: expected 1, got 2
pandas/core/interchange/column.py:221:16: error[unresolved-attribute] Object of type `ExtensionArray` has no attribute `_pa_array`
pandas/core/interchange/column.py:341:23: error[unresolved-attribute] Object of type `ExtensionArray` has no attribute `_pa_array`
pandas/core/interchange/column.py:348:26: error[unresolved-attribute] Object of type `ExtensionArray` has no attribute `_data`
pandas/core/interchange/column.py:350:26: error[unresolved-attribute] Object of type `ExtensionArray` has no attribute `_ndarray`
pandas/core/interchange/column.py:395:19: error[unresolved-attribute] Object of type `ExtensionArray` has no attribute `_pa_array`
pandas/core/interchange/column.py:406:20: error[unresolved-attribute] Object of type `ExtensionArray` has no attribute `_mask`
pandas/core/interchange/dataframe.py:90:9: error[invalid-method-override] Invalid override of method `select_columns_by_name`: Definition is incompatible with `DataFrame.select_columns_by_name`
pandas/core/interchange/from_dataframe.py:393:12: error[invalid-return-type] Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], Any]`, found `tuple[Series | ndarray[tuple[Any, ...], dtype[Any]], ColumnBuffers]`
pandas/core/interchange/utils.py:173:21: error[unresolved-attribute] Object of type `ExtensionArray` has no attribute `_pa_array`
pandas/core/internals/api.py:138:13: error[invalid-argument-type] Argument to bound method `DatetimeArray._simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/internals/api.py:142:13: error[invalid-argument-type] Argument to bound method `DatetimeArray._simple_new` is incorrect: Expected `dtype[datetime64[date | int | None]] | DatetimeTZDtype`, found `dtype[Any] | ExtensionDtype | None`
pandas/core/internals/blocks.py:524:22: error[no-matching-overload] No overload of function `maybe_convert_objects` matches arguments
pandas/core/internals/blocks.py:620:22: error[invalid-argument-type] Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[Literal[0], slice[None, None, None]]` on object of type `ExtensionArray`
pandas/core/internals/blocks.py:994:16: error[invalid-argument-type] Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[int, int]` on object of type `ExtensionArray`
pandas/core/internals/blocks.py:994:16: error[invalid-argument-type] Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[slice[Any, Any, Any], int]` on object of type `ExtensionArray`
pandas/core/internals/blocks.py:1505:17: error[invalid-argument-type] Argument to function `np_can_hold_element` is incorrect: Expected `dtype[Any]`, found `dtype[Any] | ExtensionDtype`
pandas/core/internals/blocks.py:1588:18: error[unresolved-attribute] Attribute `round` is not defined on `ExtensionArray` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
pandas/core/internals/blocks.py:1636:26: error[invalid-argument-type] Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[slice[Literal[0] | Unknown, Unknown, None], slice[None, None, None]]` on object of type `ExtensionArray`
pandas/core/internals/concat.py:124:26: error[no-matching-overload] No overload of function `concatenate` matches arguments
pandas/core/internals/concat.py:329:52: error[invalid-argument-type] Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[Literal[0], slice[None, None, None]]` on object of type `ExtensionArray`
pandas/core/internals/construction.py:259:22: error[unresolved-attribute] Attribute `reshape` is not defined on `ExtensionArray` in union `Unknown | ndarray[Unknown, dtype[Any]] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/internals/construction.py:267:29: error[invalid-argument-type] Argument to function `_ensure_2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/internals/construction.py:299:39: error[invalid-argument-type] Argument to function `_check_values_indices_shape_match` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ndarray[Unknown, dtype[Any]] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[int, int], dtype[Any]]`
pandas/core/internals/construction.py:399:34: error[invalid-argument-type] Argument to function `ensure_index` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `dict_keys[Unknown, Unknown]`
pandas/core/internals/construction.py:409:13: error[invalid-assignment] Invalid subscript assignment with key of type `int` and value of type `Unknown | list[Unknown]` on object of type `list[int | float]`
pandas/core/internals/construction.py:597:50: error[invalid-argument-type] Argument to function `fast_multiget` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/internals/construction.py:654:34: warning[possibly-unresolved-reference] Name `index` used when possibly not defined
pandas/core/internals/construction.py:657:35: warning[possibly-unresolved-reference] Name `index` used when possibly not defined
pandas/core/internals/construction.py:663:25: warning[possibly-unresolved-reference] Name `index` used when possibly not defined
pandas/core/internals/construction.py:843:53: error[invalid-argument-type] Argument to function `_validate_or_indexify_columns` is incorrect: Expected `list[ndarray[tuple[Any, ...], dtype[Any]]]`, found `list[ExtensionArray]`
pandas/core/internals/construction.py:844:20: error[invalid-return-type] Return type does not match returned value: expected `tuple[list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]], Index]`, found `tuple[list[ExtensionArray], Index]`
pandas/core/internals/construction.py:847:31: error[invalid-argument-type] Argument to function `_list_to_arrays` is incorrect: Expected `list[tuple[Unknown, ...] | list[Unknown]]`, found `list[tuple[Unknown, ...]]`
pandas/core/internals/construction.py:1057:27: error[no-matching-overload] No overload of function `maybe_convert_objects` matches arguments
pandas/core/internals/construction.py:1086:46: error[invalid-argument-type] Argument to function `maybe_cast_to_datetime` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/internals/managers.py:578:21: error[unresolved-attribute] Object of type `Self@setitem` has no attribute `_iset_split_block`
pandas/core/internals/managers.py:1269:16: error[invalid-return-type] Return type does not match returned value: expected `list[ndarray[tuple[Any, ...], dtype[Any]]]`, found `list[ndarray[tuple[Any, ...], dtype[Any]] | None]`
pandas/core/internals/managers.py:1320:19: error[invalid-assignment] Object of type `list[int]` is not assignable to `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/internals/managers.py:1705:9: error[invalid-method-override] Invalid override of method `_equal_values`: Definition is incompatible with `BaseBlockManager._equal_values`
pandas/core/internals/managers.py:1858:23: error[unresolved-attribute] Attribute `to_numpy` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
pandas/core/internals/managers.py:1901:21: error[invalid-assignment] Object of type `dtype[Any] | ExtensionDtype | None` is not assignable to `dtype[Any] | None`
pandas/core/internals/managers.py:1903:25: error[invalid-assignment] Object of type `dtype[Any] | ExtensionDtype | None` is not assignable to `dtype[Any] | None`
pandas/core/internals/managers.py:1910:33: error[invalid-argument-type] Argument to function `ensure_np_dtype` is incorrect: Expected `dtype[Any] | ExtensionDtype`, found `dtype[Any] | None`
pandas/core/internals/managers.py:1931:23: error[unresolved-attribute] Attribute `to_numpy` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
pandas/core/internals/managers.py:2283:9: error[invalid-method-override] Invalid override of method `_equal_values`: Definition is incompatible with `BaseBlockManager._equal_values`
pandas/core/internals/ops.py:77:26: error[call-non-callable] Object of type `object` is not callable
pandas/core/internals/ops.py:130:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[ndarray[tuple[Any, ...], dtype[Any]] | slice[Any, Any, Any], slice[None, None, None]]` on object of type `ExtensionArray`
pandas/core/internals/ops.py:139:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[ndarray[tuple[Any, ...], dtype[Any]] | slice[Any, Any, Any], slice[None, None, None]]` on object of type `ExtensionArray`
pandas/core/internals/ops.py:147:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[Literal[0], slice[None, None, None]]` on object of type `ExtensionArray`
pandas/core/methods/selectn.py:130:48: error[invalid-argument-type] Argument to bound method `Index.take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
pandas/core/methods/selectn.py:293:43: error[invalid-argument-type] Argument to bound method `Index.take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
pandas/core/methods/to_dict.py:103:5: error[invalid-parameter-default] Default value of type `<class 'dict'>` is not assignable to annotated parameter type `type[MutableMappingT@to_dict] | MutableMappingT@to_dict`
pandas/core/methods/to_dict.py:160:14: error[invalid-assignment] Object of type `LiteralString` is not assignable to `Literal["dict", "index", "list", "records", "series", "split", "tight"]`
pandas/core/missing.py:112:33: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_data`
pandas/core/missing.py:112:47: error[unresolved-attribute] Attribute `isna` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/missing.py:118:24: error[unresolved-attribute] Module `pyarrow.compute` has no member `is_nan`
pandas/core/missing.py:118:34: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_pa_array`
pandas/core/missing.py:159:12: error[invalid-return-type] Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `Unknown | (ExtensionArray & ndarray[tuple[object, ...], dtype[object]]) | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/missing.py:186:18: error[invalid-assignment] Object of type `LiteralString` is not assignable to `Literal["backfill", "bfill", "ffill", "nearest", "pad"]`
pandas/core/missing.py:267:20: error[invalid-assignment] Object of type `numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` is not assignable to `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/missing.py:275:26: warning[possibly-unresolved-reference] Name `idxpos` used when possibly not defined
pandas/core/missing.py:281:12: error[invalid-return-type] Return type does not match returned value: expected `int | None`, found `signedinteger[_64Bit]`
pandas/core/missing.py:281:12: warning[possibly-unresolved-reference] Name `idxpos` used when possibly not defined
pandas/core/missing.py:296:12: error[invalid-return-type] Return type does not match returned value: expected `Literal["backward", "both", "forward"]`, found `str`
pandas/core/missing.py:310:12: error[invalid-return-type] Return type does not match returned value: expected `Literal["inside", "outside"] | None`, found `None | str`
pandas/core/missing.py:614:19: error[invalid-argument-type] Argument to `interp1d.__init__` is incorrect: Expected `Literal["linear", "nearest", "nearest-up", "slinear", "zero", ... omitted 4 literals] | int`, found `Unknown | None | (str & ~Literal["polynomial"])`
pandas/core/missing.py:619:28: error[unsupported-operator] Operator `<=` is not supported between objects of type `Unknown | None` and `Literal[0]`
pandas/core/missing.py:623:51: error[invalid-argument-type] Argument to `UnivariateSpline.__init__` is incorrect: Expected `Literal[1, 2, 3, 4, 5]`, found `Unknown | None`
pandas/core/nanops.py:85:26: error[unresolved-attribute] Object of type `F@__call__` has no attribute `__name__`
pandas/core/nanops.py:109:32: error[unresolved-attribute] Object of type `F@__call__` has no attribute `__name__`
pandas/core/nanops.py:143:30: error[call-non-callable] Object of type `None` is not callable
pandas/core/nanops.py:375:26: error[no-matching-overload] No overload of constructor `timedelta64.__new__` matches arguments
pandas/core/nanops.py:526:16: error[invalid-return-type] Return type does not match returned value: expected `builtins.bool`, found `numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/nanops.py:541:12: error[invalid-return-type] Return type does not match returned value: expected `builtins.bool`, found `numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/nanops.py:582:16: error[invalid-return-type] Return type does not match returned value: expected `builtins.bool`, found `numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/nanops.py:597:12: error[invalid-return-type] Return type does not match returned value: expected `builtins.bool`, found `numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/nanops.py:1175:34: error[invalid-argument-type] Argument to function `_maybe_arg_null_out` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Any | signedinteger[_64Bit]`
pandas/core/nanops.py:1221:34: error[invalid-argument-type] Argument to function `_maybe_arg_null_out` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Any | signedinteger[_64Bit]`
pandas/core/nanops.py:1379:12: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `ndarray[tuple[Any, ...], dtype[Any]] | int | float | NaTType`
pandas/core/nanops.py:1444:12: error[unresolved-attribute] Attribute `astype` is not defined on `int` in union `Any | int`
pandas/core/nanops.py:1480:30: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/nanops.py:1480:30: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/nanops.py:1480:30: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/nanops.py:1482:30: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/nanops.py:1482:30: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/nanops.py:1482:30: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/nanops.py:1492:26: error[unresolved-attribute] Attribute `type` is not defined on `None` in union `Any | None`
pandas/core/ops/array_ops.py:129:48: error[invalid-argument-type] Argument to function `vec_compare` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `Unknown | ndarray[tuple[int], dtype[Any]] | ndarray[tuple[int], Unknown] | ExtensionArray`
pandas/core/ops/array_ops.py:285:31: error[invalid-argument-type] Argument to function `_bool_arith_check` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/ops/array_ops.py:289:40: error[invalid-argument-type] Argument to function `_na_arithmetic_op` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/ops/common.py:94:12: error[invalid-return-type] Return type does not match returned value: expected `F@_unpack_zerodim_and_defer`, found `_Wrapped[(...), Unknown, (self, other), Unknown]`
pandas/core/ops/mask_ops.py:59:18: error[unsupported-operator] Operator `|` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[Any]] | (NAType & ndarray[tuple[object, ...], dtype[object]])` and `bool | ndarray[tuple[Any, ...], dtype[Any]] | NAType`
pandas/core/ops/mask_ops.py:73:17: error[unsupported-operator] Unary operator `~` is not supported for object of type `ndarray[tuple[Any, ...], dtype[Any]] | (NAType & ndarray[tuple[object, ...], dtype[object]])`
pandas/core/ops/mask_ops.py:78:12: error[invalid-return-type] Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]]`, found `tuple[ndarray[tuple[Any, ...], dtype[Any]] | (NAType & ndarray[tuple[object, ...], dtype[object]]) | Unknown, Unknown | ndarray[tuple[Any, ...], dtype[Any]]]`
pandas/core/ops/mask_ops.py:121:18: error[unsupported-operator] Operator `^` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[Any]] | (NAType & ndarray[tuple[object, ...], dtype[object]])` and `bool | ndarray[tuple[Any, ...], dtype[Any]] | NAType`
pandas/core/ops/mask_ops.py:131:12: error[invalid-return-type] Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]]`, found `tuple[ndarray[tuple[Any, ...], dtype[Any]] | (NAType & ndarray[tuple[object, ...], dtype[object]]) | Unknown, ndarray[tuple[Any, ...], dtype[Any]] | Unknown]`
pandas/core/ops/mask_ops.py:171:18: error[unsupported-operator] Operator `&` is not supported between objects of type `(NAType & ndarray[tuple[object, ...], dtype[object]]) | ndarray[tuple[Any, ...], dtype[Any]]` and `bool | NAType | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/ops/mask_ops.py:189:12: error[invalid-return-type] Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]]`, found `tuple[(NAType & ndarray[tuple[object, ...], dtype[object]]) | ndarray[tuple[Any, ...], dtype[Any]] | Unknown, Any | ndarray[tuple[Any, ...], dtype[Any]]]`
pandas/core/resample.py:446:45: error[invalid-argument-type] Argument to `ResamplerWindowApply.__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `Unknown | None`
pandas/core/resample.py:1052:55: warning[possibly-unresolved-reference] Name `final_index` used when possibly not defined
pandas/core/resample.py:1055:37: warning[possibly-unresolved-reference] Name `final_index` used when possibly not defined
pandas/core/resample.py:2161:9: error[invalid-method-override] Invalid override of method `_upsample`: Definition is incompatible with `Resampler._upsample`
pandas/core/resample.py:2378:22: error[invalid-argument-type] Argument to `TimeGrouper.__init__` is incorrect: Expected `Grouper | None`, found `Series | DataFrame`
pandas/core/resample.py:2457:60: error[unresolved-attribute] Object of type `Grouper` has no attribute `index`
pandas/core/resample.py:2460:25: error[not-subscriptable] Cannot subscript object of type `Grouper` with no `__getitem__` method
pandas/core/resample.py:2521:13: error[invalid-assignment] Object of type `str | date | datetime64[date | int | None] | ... omitted 3 union elements` is not assignable to attribute `origin` of type `Timestamp | Literal["end", "end_day", "epoch", "start", "start_day"]`
pandas/core/resample.py:2524:17: error[invalid-assignment] Object of type `Timestamp | NaTType` is not assignable to attribute `origin` of type `Timestamp | Literal["end", "end_day", "epoch", "start", "start_day"]`
pandas/core/resample.py:2621:26: error[invalid-argument-type] Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `Unknown | None`
pandas/core/resample.py:2621:26: error[invalid-argument-type] Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `Unknown | None`
pandas/core/resample.py:2634:26: error[invalid-argument-type] Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `Unknown | None`
pandas/core/resample.py:2634:26: error[invalid-argument-type] Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `Unknown | None`
pandas/core/resample.py:2642:13: error[invalid-argument-type] Argument to function `_get_timestamp_range_edges` is incorrect: Expected `Timestamp`, found `object`
pandas/core/resample.py:2643:13: error[invalid-argument-type] Argument to function `_get_timestamp_range_edges` is incorrect: Expected `Timestamp`, found `object`
pandas/core/resample.py:2644:13: error[invalid-argument-type] Argument to function `_get_timestamp_range_edges` is incorrect: Expected `BaseOffset`, found `Unknown | None`
pandas/core/resample.py:2648:13: error[invalid-argument-type] Argument to function `_get_timestamp_range_edges` is incorrect: Expected `Timedelta | None`, found `Timedelta | NaTType | None`
pandas/core/resample.py:2701:12: error[unresolved-attribute] Attribute `rule_code` is not defined on `None` in union `Unknown | None`
pandas/core/resample.py:2701:57: error[unresolved-attribute] Attribute `rule_code` is not defined on `None` in union `Unknown | None`
pandas/core/resample.py:2823:21: error[unresolved-attribute] Attribute `n` is not defined on `None` in union `Unknown | None`
pandas/core/resample.py:2825:17: error[unresolved-attribute] Object of type `object` has no attribute `asfreq`
pandas/core/resample.py:2826:15: error[unresolved-attribute] Object of type `object` has no attribute `asfreq`
pandas/core/resample.py:2840:17: error[invalid-argument-type] Argument to function `_get_period_range_edges` is incorrect: Expected `Timedelta | None`, found `Timedelta | NaTType | None`
pandas/core/resample.py:2846:25: error[unresolved-attribute] Attribute `n` is not defined on `Period`, `NaTType` in union `Period | BaseOffset | NaTType`
pandas/core/resample.py:2868:74: error[invalid-argument-type] Argument to function `_insert_nat_bin` is incorrect: Expected `int`, found `Literal[0] | numpy.bool[builtins.bool]`
pandas/core/resample.py:2959:22: error[invalid-assignment] Object of type `Timestamp | NaTType` is not assignable to `Timestamp | Literal["end", "end_day", "epoch", "start", "start_day"]`
pandas/core/resample.py:2975:21: error[invalid-assignment] Object of type `Timestamp | NaTType` is not assignable to `Timestamp`
pandas/core/resample.py:2977:21: error[invalid-assignment] Object of type `Timestamp | NaTType` is not assignable to `Timestamp`
pandas/core/resample.py:2979:16: error[invalid-assignment] Object of type `Timestamp | NaTType` is not assignable to `Timestamp`
pandas/core/resample.py:3051:14: error[invalid-assignment] Object of type `Index` is not assignable to `PeriodIndex`
pandas/core/resample.py:3054:14: error[invalid-assignment] Object of type `Index` is not assignable to `PeriodIndex`
pandas/core/resample.py:3093:17: error[invalid-assignment] Object of type `Timestamp | NaTType` is not assignable to `Timestamp`
pandas/core/resample.py:3141:12: error[invalid-return-type] Return type does not match returned value: expected `tuple[Timestamp, Timestamp]`, found `tuple[Timestamp | NaTType, Timestamp | NaTType]`
pandas/core/resample.py:3215:12: error[invalid-return-type] Return type does not match returned value: expected `FreqIndexT@_asfreq_compat`, found `(FreqIndexT@_asfreq_compat & PeriodIndex) | DatetimeIndex | TimedeltaIndex`
pandas/core/reshape/concat.py:747:29: error[invalid-argument-type] Argument to function `ensure_index` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Iterable[Hashable]`
pandas/core/reshape/concat.py:799:16: error[invalid-assignment] Object of type `list[object]` is not assignable to `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`
pandas/core/reshape/concat.py:799:17: error[invalid-argument-type] Method `__getitem__` of type `bound method Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame].__getitem__(key: HashableT@_clean_keys_and_objs, /) -> Series | DataFrame` cannot be called with key of type `object` on object of type `Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`
pandas/core/reshape/concat.py:799:17: error[invalid-argument-type] Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[Mapping[Unknown, object]]`
pandas/core/reshape/concat.py:808:12: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`
pandas/core/reshape/concat.py:814:29: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`
pandas/core/reshape/concat.py:818:66: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`
pandas/core/reshape/encoding.py:199:26: error[invalid-assignment] Object of type `list[object]` is not assignable to `Iterable[str]`
pandas/core/reshape/encoding.py:264:21: error[invalid-assignment] Object of type `ArrowDtype` is not assignable to `str | dtype[Any] | type | None`
pandas/core/reshape/encoding.py:269:21: error[invalid-assignment] Object of type `dtype[Any] | ExtensionDtype` is not assignable to `str | dtype[Any] | type | None`
pandas/core/reshape/melt.py:354:44: error[invalid-argument-type] Argument to bound method `Index.difference` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Hashable]`
pandas/core/reshape/merge.py:1052:19: error[invalid-assignment] Object of type `LiteralString` is not assignable to `Literal["asof", "inner", "left", "left_anti", "outer", "right", "right_anti"]`
pandas/core/reshape/merge.py:1588:30: warning[redundant-cast] Value is already of type `Hashable`
pandas/core/reshape/merge.py:1600:30: warning[redundant-cast] Value is already of type `Hashable`
pandas/core/reshape/merge.py:1631:25: warning[redundant-cast] Value is already of type `Hashable`
pandas/core/reshape/merge.py:1651:25: warning[redundant-cast] Value is already of type `Hashable`
pandas/core/reshape/merge.py:1741:34: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/reshape/merge.py:1741:34: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/reshape/merge.py:1763:34: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/reshape/merge.py:1763:34: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/core/reshape/merge.py:1936:16: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `(Hashable & ~None) | Unknown | None`
pandas/core/reshape/merge.py:1936:33: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `(Hashable & ~None) | Unknown | None`
pandas/core/reshape/merge.py:2509:41: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Divergent]`
pandas/core/reshape/merge.py:2513:24: error[unsupported-operator] Operator `+` is not supported between objects of type `Unknown | None | list[Divergent]` and `list[Unknown]`
pandas/core/reshape/merge.py:2593:20: error[unsupported-operator] Operator `<` is not supported between objects of type `Number | number[Any, int | float | complex]` and `Literal[0]`
pandas/core/reshape/merge.py:2623:16: error[invalid-return-type] Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index | (Series & ~ExtensionArray) | ... omitted 3 union elements`
pandas/core/reshape/merge.py:2917:18: error[unresolved-attribute] Object of type `ExtensionArray` has no attribute `_pa_array`
pandas/core/reshape/merge.py:2918:18: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_pa_array`
pandas/core/reshape/merge.py:2963:21: error[unresolved-attribute] Attribute `_values_for_factorize` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/reshape/merge.py:3001:32: error[invalid-argument-type] Argument to bound method `Factorizer.factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
pandas/core/reshape/merge.py:3006:20: error[unresolved-attribute] Object of type `Factorizer` has no attribute `table`
pandas/core/reshape/merge.py:3016:36: error[invalid-argument-type] Argument to bound method `Factorizer.factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | (ExtensionArray & ~BaseMaskedArray & ~ArrowExtensionArray)`
pandas/core/reshape/merge.py:3018:32: error[invalid-argument-type] Argument to bound method `Factorizer.factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | (ExtensionArray & ~BaseMaskedArray & ~ArrowExtensionArray)`
pandas/core/reshape/merge.py:3019:32: error[invalid-argument-type] Argument to bound method `Factorizer.factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
pandas/core/reshape/merge.py:3068:21: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[<class 'signedinteger[_32Bit]'> | <class 'unsignedinteger[_32Bit]'> | <class 'signedinteger[_64Bit]'> | ... omitted 11 union elements, <class 'Int32Factorizer'> | <class 'Int64Factorizer'> | <class 'UInt32Factorizer'> | ... omitted 10 union elements].__getitem__(key: <class 'signedinteger[_32Bit]'> | <class 'unsignedinteger[_32Bit]'> | <class 'signedinteger[_64Bit]'> | ... omitted 11 union elements, /) -> <class 'Int32Factorizer'> | <class 'Int64Factorizer'> | <class 'UInt32Factorizer'> | ... omitted 10 union elements` cannot be called with key of type `type` on object of type `dict[<class 'signedinteger[_32Bit]'> | <class 'unsignedinteger[_32Bit]'> | <class 'signedinteger[_64Bit]'> | ... omitted 11 union elements, <class 'Int32Factorizer'> | <class 'Int64Factorizer'> | <class 'UInt32Factorizer'> | ... omitted 10 union elements]`
pandas/core/reshape/pivot.py:262:17: error[invalid-argument-type] Argument to function `__internal_pivot_table` is incorrect: Expected `((...) -> Unknown) | str | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `object`
pandas/core/reshape/pivot.py:417:30: warning[possibly-unresolved-reference] Name `values_multi` used when possibly not defined
pandas/core/reshape/pivot.py:623:25: error[invalid-argument-type] Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Hashable]`
pandas/core/reshape/pivot.py:922:13: error[unsupported-operator] Operator `+` is not supported between two objects of type `list[Unknown] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`
pandas/core/reshape/pivot.py:1165:9: error[invalid-argument-type] Argument to bound method `DataFrame.pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `((obj: Sized, /) -> int) | int | Unknown | None`
pandas/core/reshape/pivot.py:1165:9: error[invalid-argument-type] Argument to bound method `DataFrame.pivot_table` is incorrect: Expected `bool`, found `((obj: Sized, /) -> int) | int | Unknown | None`
pandas/core/reshape/reshape.py:670:12: error[invalid-return-type] Return type does not match returned value: expected `DataFrame`, found `DataFrame | Series`
pandas/core/reshape/reshape.py:762:28: error[invalid-argument-type] Argument to function `stack` is incorrect: Expected `DataFrame`, found `DataFrame | Series`
pandas/core/reshape/reshape.py:777:28: error[invalid-argument-type] Argument to function `stack` is incorrect: Expected `DataFrame`, found `DataFrame | Series`
pandas/core/reshape/reshape.py:883:29: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `int | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/core/reshape/tile.py:411:43: error[no-matching-overload] No overload matches arguments
pandas/core/reshape/tile.py:411:59: error[no-matching-overload] No overload matches arguments
pandas/core/reshape/tile.py:422:34: error[invalid-argument-type] Argument to function `dtype_to_unit` is incorrect: Expected `DatetimeTZDtype | dtype[Any] | ArrowDtype`, found `dtype[Any] | ExtensionDtype`
pandas/core/reshape/tile.py:427:20: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_generate_range`
pandas/core/reshape/tile.py:428:23: error[unsupported-operator] Operator `-` is not supported between objects of type `object` and `Timedelta | NaTType`
pandas/core/reshape/tile.py:429:21: error[unsupported-operator] Operator `+` is not supported between objects of type `object` and `Timedelta | NaTType`
pandas/core/reshape/tile.py:435:13: error[unsupported-operator] Operator `-=` is not supported between objects of type `object` and `Unknown | float`
pandas/core/reshape/tile.py:435:31: error[invalid-argument-type] Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `~Literal[0] & ~Literal[False]`
pandas/core/reshape/tile.py:436:13: error[unsupported-operator] Operator `+=` is not supported between objects of type `object` and `Unknown | float`
pandas/core/reshape/tile.py:436:31: error[invalid-argument-type] Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `~Literal[0] & ~Literal[False]`
pandas/core/reshape/tile.py:445:34: error[invalid-argument-type] Argument to function `dtype_to_unit` is incorrect: Expected `DatetimeTZDtype | dtype[Any] | ArrowDtype`, found `dtype[Any] | ExtensionDtype`
pandas/core/reshape/tile.py:448:20: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_generate_range`
pandas/core/reshape/tile.py:452:20: error[no-matching-overload] No overload of function `linspace` matches arguments
pandas/core/reshape/tile.py:453:16: error[unsupported-operator] Operator `-` is not supported between two objects of type `object`
pandas/core/reshape/tile.py:553:18: error[no-matching-overload] No overload of function `take_nd` matches arguments
pandas/core/reshape/tile.py:608:30: error[invalid-argument-type] Argument to function `dtype_to_unit` is incorrect: Expected `DatetimeTZDtype | dtype[Any] | ArrowDtype`, found `dtype[Any] | ExtensionDtype`
pandas/core/reshape/tile.py:624:18: error[unresolved-attribute] Object of type `Index` has no attribute `as_unit`
pandas/core/reshape/tile.py:624:45: warning[possibly-unresolved-reference] Name `unit` used when possibly not defined
pandas/core/series.py:330:16: error[invalid-type-form] Invalid subscript of object of type `Accessor` in a type expression
pandas/core/series.py:1005:23: error[invalid-type-form] Invalid subscript of object of type `Accessor` in a return type annotation
pandas/core/series.py:1036:9: error[invalid-method-override] Invalid override of method `__getitem__`: Definition is incompatible with `NDFrame.__getitem__`
pandas/core/series.py:1536:27: error[invalid-type-form] Variable of type `Accessor` is not allowed in a return type annotation
pandas/core/series.py:1548:17: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:1549:23: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:1557:10: error[invalid-type-form] Variable of type `Accessor` is not allowed in a return type annotation
pandas/core/series.py:1562:37: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:1564:17: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:1565:23: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:1580:37: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:1581:17: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:1582:23: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:1590:10: error[invalid-type-form] Variable of type `Accessor` is not allowed in a return type annotation
pandas/core/series.py:1666:13: error[call-non-callable] Object of type `object` is not callable
pandas/core/series.py:1677:15: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:1681:10: error[invalid-type-form] Variable of type `Accessor` is not allowed in a return type annotation
pandas/core/series.py:1686:17: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:1688:15: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:1697:17: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:1699:15: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:1703:10: error[invalid-type-form] Variable of type `Accessor` is not allowed in a return type annotation
pandas/core/series.py:1710:17: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:1711:15: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:1715:10: error[invalid-type-form] Variable of type `Accessor` is not allowed in a return type annotation
pandas/core/series.py:1861:9: error[invalid-parameter-default] Default value of type `<class 'dict'>` is not assignable to annotated parameter type `type[MutableMappingT@to_dict] | MutableMappingT@to_dict`
pandas/core/series.py:3236:43: error[unresolved-attribute] Attribute `is_integer` is not defined on `int` in union `int | float`
pandas/core/series.py:3381:9: error[invalid-method-override] Invalid override of method `searchsorted`: Definition is incompatible with `IndexOpsMixin.searchsorted`
pandas/core/series.py:3483:9: error[invalid-method-override] Invalid override of method `compare`: Definition is incompatible with `NDFrame.compare`
pandas/core/series.py:4776:39: error[invalid-argument-type] Argument to bound method `Index.repeat` is incorrect: Expected `int | Sequence[int]`, found `Unknown | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`
pandas/core/series.py:4999:22: error[unresolved-attribute] Object of type `object` has no attribute `map`
pandas/core/series.py:5120:32: error[invalid-argument-type] Argument to `SeriesApply.__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `(Unknown & ~None) | dict[str, Unknown]`
pandas/core/series.py:5548:20: error[no-matching-overload] No overload of bound method `NDFrame._rename` matches arguments
pandas/core/series.py:5616:9: error[invalid-method-override] Invalid override of method `reindex`: Definition is incompatible with `NDFrame.reindex`
pandas/core/series.py:5877:9: error[invalid-method-override] Invalid override of method `rename_axis`: Definition is incompatible with `NDFrame.rename_axis`
pandas/core/series.py:6142:17: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:6144:30: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:6490:19: error[invalid-type-form] Invalid subscript of object of type `Accessor` in a parameter annotation
pandas/core/series.py:6999:15: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:7063:19: error[invalid-type-form] Invalid subscript of object of type `Accessor` in a type expression
pandas/core/series.py:8788:15: error[invalid-type-form] Variable of type `Accessor` is not allowed in a parameter annotation
pandas/core/series.py:8829:9: error[invalid-method-override] Invalid override of method `any`: Definition is incompatible with `NDFrame.any`
pandas/core/sorting.py:91:14: error[invalid-assignment] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series` is not assignable to `Index`
pandas/core/sorting.py:301:29: warning[possibly-unresolved-reference] Name `lift` used when possibly not defined
pandas/core/sorting.py:302:46: warning[possibly-unresolved-reference] Name `lift` used when possibly not defined
pandas/core/sorting.py:373:31: error[unsupported-operator] Unary operator `-` is not supported for object of type `(ExtensionArray & ndarray[tuple[object, ...], dtype[object]]) | ndarray[tuple[Any, ...], dtype[Any]] | (Index & ndarray[tuple[object, ...], dtype[object]]) | (Series & ndarray[tuple[object, ...], dtype[object]])`
pandas/core/sorting.py:382:27: error[unsupported-operator] Unary operator `~` is not supported for object of type `(ExtensionArray & ndarray[tuple[object, ...], dtype[object]]) | ndarray[tuple[Any, ...], dtype[Any]] | (Index & ndarray[tuple[object, ...], dtype[object]]) | (Series & ndarray[tuple[object, ...], dtype[object]])`
pandas/core/sorting.py:460:16: error[invalid-return-type] Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | Series`
pandas/core/sorting.py:461:13: error[unknown-argument] Argument `ascending` does not match any known parameter of bound method `Series.argsort`
pandas/core/sorting.py:463:13: error[unknown-argument] Argument `na_position` does not match any known parameter of bound method `Series.argsort`
pandas/core/strings/accessor.py:132:21: error[unresolved-attribute] Object of type `F@_forbid_nonstring_types` has no attribute `__name__`
pandas/core/strings/accessor.py:296:33: warning[possibly-missing-submodule] Submodule `compute` might not have been imported
pandas/core/strings/accessor.py:297:27: warning[possibly-missing-submodule] Submodule `compute` might not have been imported
pandas/core/strings/accessor.py:298:27: warning[possibly-missing-submodule] Submodule `compute` might not have been imported
pandas/core/strings/accessor.py:307:25: warning[possibly-missing-submodule] Submodule `compute` might not have been imported
pandas/core/strings/accessor.py:317:21: warning[possibly-missing-submodule] Submodule `compute` might not have been imported
pandas/core/strings/accessor.py:365:53: error[invalid-argument-type] Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[int | Unknown]`
pandas/core/strings/accessor.py:382:30: error[unresolved-attribute] Attribute `dtype` is not defined on `dict[int, ArrowExtensionArray]`, `list[Unknown]` in union `(Unknown & <Protocol with members 'ndim'> & <Protocol with members 'dtype'>) | dict[int, ArrowExtensionArray] | list[Unknown]`
pandas/core/strings/accessor.py:4774:12: warning[possibly-unresolved-reference] Name `result` used when possibly not defined
pandas/core/strings/object_array.py:77:24: error[unresolved-attribute] Object of type `Self@_str_map` has no attribute `dtype`
pandas/core/strings/object_array.py:117:26: error[no-matching-overload] No overload of function `maybe_convert_objects` matches arguments
pandas/core/strings/object_array.py:306:20: error[unresolved-attribute] Object of type `Self@_str_get` has no attribute `dtype`
pandas/core/strings/object_array.py:504:20: error[unresolved-attribute] Object of type `Self@_str_extract` has no attribute `dtype`
pandas/core/tools/datetimes.py:411:23: error[unresolved-attribute] Attribute `_dt_tz_convert` is not defined on `ndarray[tuple[Any, ...], dtype[Any]] & ~Index` in union `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~NumpyExtensionArray & ~Index) | (ndarray[tuple[Any, ...], dtype[Any]] & ~Index)`
pandas/core/tools/datetimes.py:413:23: error[unresolved-attribute] Attribute `_dt_tz_localize` is not defined on `ndarray[tuple[Any, ...], dtype[Any]] & ~Index` in union `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~NumpyExtensionArray & ~Index) | (ndarray[tuple[Any, ...], dtype[Any]] & ~Index)`
pandas/core/tools/datetimes.py:632:14: error[unresolved-attribute] Attribute `to_julian_date` is not defined on `NaTType` in union `Timestamp | NaTType`
pandas/core/tools/datetimes.py:1093:42: warning[possibly-unresolved-reference] Name `arg_idx` used when possibly not defined
pandas/core/tools/datetimes.py:1106:9: error[invalid-argument-type] Argument to class `partial` is incorrect: Expected `bool`, found `bool | _NoDefault`
pandas/core/tools/datetimes.py:1152:45: warning[possibly-unresolved-reference] Name `argc` used when possibly not defined
pandas/core/tools/datetimes.py:1154:39: warning[possibly-unresolved-reference] Name `argc` used when possibly not defined
pandas/core/tools/datetimes.py:1158:22: error[invalid-assignment] Object of type `bool` is not assignable to `Timestamp | NaTType | Series | Index`
pandas/core/tools/datetimes.py:1163:12: error[invalid-return-type] Return type does not match returned value: expected `DatetimeIndex | Series | int | ... omitted 5 union elements`, found `Timestamp | Series | Index | Unknown | NaTType`
pandas/core/tools/numeric.py:244:16: error[unresolved-attribute] Attribute `isna` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & ~BaseMaskedArray) | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/tools/numeric.py:245:18: error[unresolved-attribute] Attribute `dropna` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & ~BaseMaskedArray) | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/tools/timedeltas.py:195:15: error[invalid-assignment] Object of type `object` is not assignable to `str | int | float | ... omitted 8 union elements`
pandas/core/util/numba_.py:78:8: warning[possibly-missing-submodule] Submodule `extending` might not have been imported
pandas/core/util/numba_.py:81:22: error[unresolved-attribute] Object of type `(...) -> Unknown` has no attribute `__name__`
pandas/core/util/numba_.py:88:22: warning[possibly-missing-submodule] Submodule `extending` might not have been imported
pandas/core/window/common.py:110:29: error[unresolved-attribute] Object of type `Index` has no attribute `levels`
pandas/core/window/ewm.py:396:17: error[invalid-argument-type] Argument to function `get_center_of_mass` is incorrect: Expected `int | float | None`, found `None | (int & ~timedelta64[timedelta | int | None]) | (float & ~timedelta64[timedelta | int | None]) | (signedinteger[_64Bit] & ~str & ~timedelta & ~timedelta64[timedelta | int | None])`
pandas/core/window/ewm.py:894:17: error[invalid-argument-type] Argument to function `ewmcov` is incorrect: Expected `int`, found `int | None`
pandas/core/window/ewm.py:1016:38: error[invalid-argument-type] Argument to `BaseWindowGroupby.__init__` is incorrect: Expected `BaseGrouper`, found `Unknown | None`
pandas/core/window/ewm.py:1192:13: error[invalid-argument-type] Argument to bound method `EWMMeanState.run_ewm` is incorrect: Expected `int`, found `int | None`
pandas/core/window/numba_.py:64:18: error[not-iterable] Object of type `prange` is not iterable
pandas/core/window/numba_.py:125:18: error[not-iterable] Object of type `prange` is not iterable
pandas/core/window/numba_.py:220:18: error[not-iterable] Object of type `prange` is not iterable
pandas/core/window/numba_.py:252:18: error[not-iterable] Object of type `prange` is not iterable
pandas/core/window/numba_.py:315:22: error[not-iterable] Object of type `prange` is not iterable
pandas/core/window/online.py:66:22: error[not-iterable] Object of type `prange` is not iterable
pandas/core/window/rolling.py:422:35: error[invalid-argument-type] Argument to `BaseIndexer.__init__` is incorrect: Expected `int`, found `(Unknown & ~BaseIndexer) | None`
pandas/core/window/rolling.py:1185:18: error[call-non-callable] Object of type `None` is not callable
pandas/core/window/rolling.py:1290:45: error[invalid-argument-type] Argument to `ResamplerWindowApply.__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `Unknown | None`
pandas/core/window/rolling.py:1293:22: error[call-non-callable] Object of type `None` is not callable
pandas/core/window/rolling.py:1355:13: error[invalid-argument-type] Argument to bound method `Window._apply` is incorrect: Expected `(ndarray[tuple[Any, ...], dtype[Any]], int, int, /) -> ndarray[tuple[Any, ...], dtype[Any]]`, found `def roll_weighted_sum(values: ndarray[tuple[Any, ...], dtype[Any]], weights: ndarray[tuple[Any, ...], dtype[Any]], minp: int) -> ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/window/rolling.py:1416:13: error[invalid-argument-type] Argument to bound method `Window._apply` is incorrect: Expected `(ndarray[tuple[Any, ...], dtype[Any]], int, int, /) -> ndarray[tuple[Any, ...], dtype[Any]]`, found `def roll_weighted_mean(values: ndarray[tuple[Any, ...], dtype[Any]], weights: ndarray[tuple[Any, ...], dtype[Any]], minp: int) -> ndarray[tuple[Any, ...], dtype[Any]]`
pandas/core/window/rolling.py:1477:28: error[invalid-argument-type] Argument to bound method `Window._apply` is incorrect: Expected `(ndarray[tuple[Any, ...], dtype[Any]], int, int, /) -> ndarray[tuple[Any, ...], dtype[Any]]`, found `partial[(values: ndarray[tuple[Any, ...], dtype[Any]], weights: ndarray[tuple[Any, ...], dtype[Any]], minp: int, *, ddof: int = ...) -> ndarray[tuple[Any, ...], dtype[Any]]]`
pandas/core/window/rolling.py:1994:42: error[invalid-argument-type] Argument to function `dtype_to_unit` is incorrect: Expected `DatetimeTZDtype | dtype[Any] | ArrowDtype`, found `dtype[Any] | ExtensionDtype`
pandas/core/window/rolling.py:3555:13: error[invalid-argument-type] Argument to `GroupbyIndexer.__init__` is incorrect: Expected `int | BaseIndexer`, found `(Unknown & BaseIndexer) | int | (Unknown & ~BaseIndexer) | None`
pandas/errors/__init__.py:827:25: error[unresolved-attribute] Module `ctypes` has no member `WinError`
pandas/io/_util.py:166:35: error[invalid-argument-type] Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`
pandas/io/_util.py:265:8: error[unresolved-attribute] Object of type `tzinfo` has no attribute `zone`
pandas/io/_util.py:267:38: error[unresolved-attribute] Object of type `tzinfo` has no attribute `zone`
pandas/io/_util.py:295:20: error[unresolved-attribute] Object of type `Index & ~MultiIndex` has no attribute `tz_convert`
pandas/io/clipboard/__init__.py:137:12: warning[unresolved-global] Invalid global declaration of `QApplication`: `QApplication` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:142:14: error[unresolved-import] Cannot resolve imported module `qtpy.QtWidgets`
pandas/io/clipboard/__init__.py:147:18: error[unresolved-import] Cannot resolve imported module `PyQt4.QtGui`
pandas/io/clipboard/__init__.py:155:14: error[unresolved-attribute] Attribute `clipboard` is not defined on `QCoreApplication` in union `Unknown | QCoreApplication`
pandas/io/clipboard/__init__.py:159:14: error[unresolved-attribute] Attribute `clipboard` is not defined on `QCoreApplication` in union `Unknown | QCoreApplication`
pandas/io/clipboard/__init__.py:330:15: error[unresolved-attribute] Object of type `Self@__call__` has no attribute `f`
pandas/io/clipboard/__init__.py:332:64: error[unresolved-attribute] Object of type `Self@__call__` has no attribute `f`
pandas/io/clipboard/__init__.py:336:17: error[unresolved-attribute] Object of type `Self@__setattr__` has no attribute `f`
pandas/io/clipboard/__init__.py:340:12: warning[unresolved-global] Invalid global declaration of `HGLOBAL`: `HGLOBAL` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:340:21: warning[unresolved-global] Invalid global declaration of `LPVOID`: `LPVOID` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:340:29: warning[unresolved-global] Invalid global declaration of `DWORD`: `DWORD` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:340:36: warning[unresolved-global] Invalid global declaration of `LPCSTR`: `LPCSTR` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:340:44: warning[unresolved-global] Invalid global declaration of `INT`: `INT` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:341:12: warning[unresolved-global] Invalid global declaration of `HWND`: `HWND` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:341:18: warning[unresolved-global] Invalid global declaration of `HINSTANCE`: `HINSTANCE` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:341:29: warning[unresolved-global] Invalid global declaration of `HMENU`: `HMENU` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:341:36: warning[unresolved-global] Invalid global declaration of `BOOL`: `BOOL` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:341:42: warning[unresolved-global] Invalid global declaration of `UINT`: `UINT` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:341:48: warning[unresolved-global] Invalid global declaration of `HANDLE`: `HANDLE` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:356:14: error[unresolved-attribute] Module `ctypes` has no member `windll`
pandas/io/clipboard/__init__.py:532:12: warning[unresolved-global] Invalid global declaration of `Foundation`: `Foundation` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:532:24: warning[unresolved-global] Invalid global declaration of `AppKit`: `AppKit` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:532:32: warning[unresolved-global] Invalid global declaration of `qtpy`: `qtpy` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:532:38: warning[unresolved-global] Invalid global declaration of `PyQt4`: `PyQt4` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:532:45: warning[unresolved-global] Invalid global declaration of `PyQt5`: `PyQt5` has no declarations or bindings in the global scope
pandas/io/clipboard/__init__.py:561:20: error[unresolved-import] Cannot resolve imported module `AppKit`
pandas/io/clipboard/__init__.py:562:20: error[unresolved-import] Cannot resolve imported module `Foundation`
pandas/io/clipboard/__init__.py:583:20: error[unresolved-import] Cannot resolve imported module `qtpy`
pandas/io/clipboard/__init__.py:590:28: error[unresolved-import] Cannot resolve imported module `PyQt4`
pandas/io/common.py:272:30: error[invalid-assignment] Object of type `object` is not assignable to `str | PathLike[str] | BaseBufferT@stringify_path`
pandas/io/common.py:273:12: error[no-matching-overload] No overload of function `_expand_user` matches arguments
pandas/io/common.py:818:26: error[no-matching-overload] No overload of `GzipFile.__init__` matches arguments
pandas/io/common.py:832:22: error[no-matching-overload] No overload of `BZ2File.__init__` matches arguments
pandas/io/common.py:844:17: error[invalid-argument-type] Argument to `_BytesZipFile.__init__` is incorrect: Expected `str | PathLike[str] | ReadBuffer[bytes] | WriteBuffer[bytes]`, found `str | BaseBuffer`
pandas/io/common.py:850:29: error[unresolved-attribute] Attribute `namelist` is not defined on `BytesIO` in union `BytesIO | ZipFile`
pandas/io/common.py:859:57: error[invalid-argument-type] Argument to bound method `_BufferedIOBase.read` is incorrect: Expected `int | None`, found `str`
pandas/io/common.py:878:21: error[invalid-argument-type] Argument to `_BytesTarFile.__init__` is incorrect: Expected `ReadBuffer[bytes] | WriteBuffer[bytes] | None`, found `BaseBuffer & ~str`
pandas/io/common.py:884:25: error[unresolved-attribute] Attribute `getnames` is not defined on `BytesIO` in union `BytesIO | TarFile`
pandas/io/common.py:886:28: error[unresolved-attribute] Attribute `extractfile` is not defined on `BytesIO` in union `BytesIO | TarFile`
pandas/io/common.py:905:17: error[invalid-argument-type] Argument to `LZMAFile.__init__` is incorrect: Expected `str | bytes | PathLike[str] | ... omitted 3 union elements`, found `str | BaseBuffer`
pandas/io/common.py:968:13: error[invalid-argument-type] Argument to `TextIOWrapper.__init__` is incorrect: Argument type `(BaseBuffer & <Protocol with members 'readable'> & <Protocol with members 'writable'> & ~str) | (Any & <Protocol with members 'readable'> & <Protocol with members 'writable'> & <Protocol with members 'seekable'> & ~str) | IO[Any] | _IOWrapper` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
pandas/io/common.py:968:13: error[invalid-argument-type] Argument to `TextIOWrapper.__init__` is incorrect: Expected `_WrappedBuffer`, found `(BaseBuffer & <Protocol with members 'readable'> & <Protocol with members 'writable'> & ~str) | (Any & <Protocol with members 'readable'> & <Protocol with members 'writable'> & <Protocol with members 'seekable'> & ~str) | IO[Any] | _IOWrapper`
pandas/io/common.py:991:12: error[invalid-return-type] Return type does not match returned value: expected `IOHandles[str] | IOHandles[bytes]`, found `IOHandles[AnyStr@IOHandles]`
pandas/io/common.py:995:9: error[invalid-argument-type] Argument is incorrect: Expected `IO[Unknown]`, found `(BaseBuffer & ~str) | (Any & ~str) | IO[Any] | _BytesIOWrapper`
pandas/io/common.py:998:9: error[invalid-argument-type] Argument is incorrect: Expected `list[IO[bytes] | IO[str]]`, found `list[BaseBuffer]`
pandas/io/common.py:1046:40: error[no-matching-overload] No overload of bound method `TarFile.open` matches arguments
pandas/io/common.py:1083:9: error[unresolved-attribute] Attribute `addfile` is not defined on `BytesIO` in union `BytesIO | TarFile`
pandas/io/common.py:1104:40: error[no-matching-overload] No overload of `ZipFile.__init__` matches arguments
pandas/io/common.py:1113:23: error[unresolved-attribute] Attribute `filename` is not defined on `BytesIO` in union `BytesIO | ZipFile`
pandas/io/common.py:1114:29: error[unresolved-attribute] Attribute `filename` is not defined on `BytesIO` in union `BytesIO | ZipFile`
pandas/io/common.py:1123:9: error[unresolved-attribute] Attribute `writestr` is not defined on `BytesIO` in union `BytesIO | ZipFile`
pandas/io/common.py:1141:20: error[call-non-callable] Object of type `object` is not callable
pandas/io/common.py:1151:20: error[call-non-callable] Object of type `object` is not callable
pandas/io/common.py:1206:13: error[invalid-argument-type] Argument to `_IOWrapper.__init__` is incorrect: Expected `BaseBuffer`, found `mmap`
pandas/io/common.py:1223:13: error[unresolved-attribute] Object of type `BaseBuffer` has no attribute `close`
pandas/io/common.py:1225:12: error[invalid-return-type] Return type does not match returned value: expected `tuple[str | BaseBuffer, bool, list[BaseBuffer]]`, found `tuple[_IOWrapper, Literal[True], list[BaseBuffer | _IOWrapper]]`
pandas/io/excel/_base.py:587:17: error[call-non-callable] Object of type `object` is not callable
pandas/io/excel/_base.py:591:17: error[call-non-callable] Object of type `object` is not callable
pandas/io/excel/_base.py:859:21: error[unsupported-operator] Operator `+=` is not supported between objects of type `object` and `int`
pandas/io/excel/_base.py:861:20: error[unsupported-operator] Operator `>` is not supported between objects of type `object` and `int`
pandas/io/excel/_base.py:867:17: error[invalid-assignment] Invalid subscript assignment with key of type `object` and value of type `list[Hashable]` on object of type `list[Unknown]`
pandas/io/excel/_base.py:867:57: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `object` on object of type `list[Unknown]`
pandas/io/excel/_base.py:870:54: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `object` on object of type `list[Unknown]`
pandas/io/excel/_base.py:892:28: warning[possibly-unresolved-reference] Name `control_row` used when possibly not defined
pandas/io/excel/_base.py:1406:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[int | float | str | date, str | None]`, found `tuple[(Unknown & date & ~datetime) | (Unknown & datetime) | int | ... omitted 3 union elements, None | str]`
pandas/io/excel/_base.py:1631:76: warning[possibly-unresolved-reference] Name `xlrd` used when possibly not defined
pandas/io/excel/_calamine.py:103:9: error[invalid-method-override] Invalid override of method `get_sheet_data`: Definition is incompatible with `BaseExcelReader.get_sheet_data`
pandas/io/excel/_odfreader.py:107:9: error[invalid-method-override] Invalid override of method `get_sheet_data`: Definition is incompatible with `BaseExcelReader.get_sheet_data`
pandas/io/excel/_odfreader.py:220:35: error[unresolved-attribute] Attribute `time` is not defined on `NaTType` in union `Timestamp | NaTType`
pandas/io/excel/_odswriter.py:67:23: error[invalid-type-form] Function `OpenDocumentSpreadsheet` is not valid in a return type annotation
pandas/io/excel/_openpyxl.py:731:9: error[invalid-method-override] Invalid override of method `get_sheet_data`: Definition is incompatible with `BaseExcelReader.get_sheet_data`
pandas/io/excel/_pyxlsb.py:118:9: error[invalid-method-override] Invalid override of method `get_sheet_data`: Definition is incompatible with `BaseExcelReader.get_sheet_data`
pandas/io/excel/_xlrd.py:93:9: error[invalid-method-override] Invalid override of method `get_sheet_data`: Definition is incompatible with `BaseExcelReader.get_sheet_data`
pandas/io/excel/_xlsxwriter.py:155:29: error[invalid-argument-type] Argument to bound method `list.index` is incorrect: Expected `str`, found `Any | int | str`
pandas/io/excel/_xlsxwriter.py:161:17: error[invalid-argument-type] Argument to bound method `list.index` is incorrect: Expected `str`, found `Any | int | str`
pandas/io/excel/_xlsxwriter.py:165:34: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, int].__getitem__(key: str, /) -> int` cannot be called with key of type `int` on object of type `dict[str, int]`
pandas/io/formats/console.py:75:16: error[unresolved-reference] Name `__IPYTHON__` used when not defined
pandas/io/formats/console.py:90:14: error[unresolved-reference] Name `get_ipython` used when not defined
pandas/io/formats/csvs.py:266:17: error[invalid-argument-type] Argument to function `writer` is incorrect: Expected `Literal[0, 1, 2, 3]`, found `int`
pandas/io/formats/excel.py:251:21: error[invalid-argument-type] Argument to function `remove_none` is incorrect: Expected `dict[str, str | None]`, found `dict[str, dict[str, str] | dict[str, bool | str | None] | dict[str, dict[str, str | None]] | ... omitted 3 union elements]`
pandas/io/formats/excel.py:252:16: error[invalid-return-type] Return type does not match returned value: expected `dict[str, dict[str, str]]`, found `dict[str, dict[str, str] | dict[str, bool | str | None] | dict[str, dict[str, str | None]] | ... omitted 3 union elements]`
pandas/io/formats/excel.py:336:20: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[LiteralString, str].__getitem__(key: LiteralString, /) -> str` cannot be called with key of type `str` on object of type `dict[LiteralString, str]`
pandas/io/formats/excel.py:730:31: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[object]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[object]]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[object, ...], dtype[object]]`
pandas/io/formats/excel.py:786:34: error[not-iterable] Object of type `Unknown | (Top[list[Unknown]] & ~AlwaysFalsy) | (tuple[object, ...] & ~AlwaysFalsy) | (ndarray[tuple[object, ...], dtype[object]] & ~AlwaysFalsy) | (Index & ~AlwaysFalsy)` may not be iterable
pandas/io/formats/format.py:571:22: error[invalid-assignment] Object of type `(Sequence[str | int] & Top[Mapping[Unknown, object]] & ~int & ~str) | (Mapping[Hashable, str | int] & ~int & ~str)` is not assignable to `Mapping[Hashable, str | int]`
pandas/io/formats/format.py:766:24: error[invalid-return-type] Return type does not match returned value: expected `((...) -> Unknown) | None`, found `object`
pandas/io/formats/format.py:1046:20: error[unresolved-attribute] Attribute `getvalue` is not defined on `WriteBuffer[str]` in union `WriteBuffer[str] | StringIO`
pandas/io/formats/format.py:1071:15: error[invalid-yield] Yield type `(str & <Protocol with members 'write'>) | WriteBuffer[str] | StringIO` does not match annotated yield type `WriteBuffer[str] | StringIO`
pandas/io/formats/format.py:1158:9: error[invalid-argument-type] Argument to `_Datetime64Formatter.__init__` is incorrect: Expected `DatetimeArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/io/formats/format.py:1158:9: error[invalid-argument-type] Argument to `_Timedelta64Formatter.__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/io/formats/format.py:1266:35: error[call-non-callable] Object of type `str` is not callable
pandas/io/formats/format.py:1316:21: error[call-non-callable] Object of type `str` is not callable
pandas/io/formats/format.py:1316:21: error[missing-argument] No argument provided for required parameter `num` of bound method `EngFormatter.__call__`
pandas/io/formats/format.py:1316:34: error[unknown-argument] Argument `value` does not match any known parameter of bound method `EngFormatter.__call__`
pandas/io/formats/format.py:1369:27: error[no-matching-overload] No overload of function `real` matches arguments
pandas/io/formats/format.py:1370:27: error[no-matching-overload] No overload of function `imag` matches arguments
pandas/io/formats/format.py:1710:18: error[unresolved-attribute] Object of type `Timedelta | NaTType` has no attribute `_repr_base`
pandas/io/formats/html.py:465:28: warning[possibly-unresolved-reference] Name `index_values` used when possibly not defined
pandas/io/formats/info.py:199:44: error[invalid-argument-type] Argument to function `_get_dataframe_dtype_counts` is incorrect: Expected `DataFrame`, found `DataFrame | Series`
pandas/io/formats/info.py:211:16: error[invalid-return-type] Return type does not match returned value: expected `Iterable[ExtensionDtype | str | dtype[Any] | type]`, found `Unknown | dtype[Any] | ExtensionDtype`
pandas/io/formats/info.py:233:16: error[invalid-return-type] Return type does not match returned value: expected `Series`, found `Series | int`
pandas/io/formats/info.py:238:16: error[unresolved-attribute] Attribute `sum` is not defined on `int` in union `Series | int`
pandas/io/formats/info.py:292:16: error[invalid-return-type] Return type does not match returned value: expected `list[int]`, found `list[int | Series]`
pandas/io/formats/info.py:314:16: error[invalid-return-type] Return type does not match returned value: expected `int`, found `Series | int`
pandas/io/formats/info.py:548:16: error[invalid-return-type] Return type does not match returned value: expected `DataFrame`, found `DataFrame | Series`
pandas/io/formats/info.py:553:16: error[unresolved-attribute] Object of type `_BaseInfo` has no attribute `ids`
pandas/io/formats/info.py:558:16: error[unresolved-attribute] Object of type `_BaseInfo` has no attribute `col_count`
pandas/io/formats/info.py:771:16: error[invalid-return-type] Return type does not match returned value: expected `Series`, found `DataFrame | Series`
pandas/io/formats/printing.py:262:13: error[invalid-argument-type] Argument to function `_pprint_seq` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `(ndarray[tuple[object, ...], dtype[object]] & ~<Protocol with members '__next__'>) | (void & ~<Protocol with members '__next__'>) | (Top[list[Unknown]] & ~<Protocol with members '__next__'>) | ... omitted 6 union elements`
pandas/io/formats/printing.py:280:13: error[no-matching-overload] No overload of bound method `MutableMapping.update` matches arguments
pandas/io/formats/printing.py:283:24: error[invalid-assignment] Object of type `list[object]` is not assignable to `Iterable[str] | None`
pandas/io/formats/printing.py:288:14: error[not-iterable] Object of type `Iterable[str] | None` may not be iterable
pandas/io/formats/printing.py:289:18: error[no-matching-overload] No overload of bound method `str.replace` matches arguments
pandas/io/formats/printing.py:289:36: error[invalid-argument-type] Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[Mapping[Unknown, object]]`
pandas/io/formats/printing.py:482:20: error[unsupported-operator] Operator `+` is not supported between objects of type `Unknown | tuple[str, ...] | str` and `LiteralString`
pandas/io/formats/printing.py:491:20: error[unsupported-operator] Operator `+` is not supported between objects of type `Unknown | tuple[str, ...] | str` and `LiteralString`
pandas/io/formats/printing.py:495:53: error[invalid-argument-type] Argument to function `_extend_line` is incorrect: Expected `str`, found `Unknown | tuple[str, ...] | str`
pandas/io/formats/string.py:142:31: warning[possibly-unresolved-reference] Name `idx` used when possibly not defined
pandas/io/formats/style.py:1806:17: error[invalid-argument-type] Method `__getitem__` of type `bound method defaultdict[tuple[int, int], list[tuple[str, str | int | float]]].__getitem__(key: tuple[int, int], /) -> list[tuple[str, str | int | float]]` cannot be called with key of type `tuple[int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]]` on object of type `defaultdict[tuple[int, int], list[tuple[str, str | int | float]]]`
pandas/io/formats/style.py:2119:33: warning[possibly-unresolved-reference] Name `result` used when possibly not defined
pandas/io/formats/style.py:2754:38: error[invalid-argument-type] Argument to bound method `Styler.set_table_styles` is incorrect: Expected `dict[Any, list[CSSDict]] | list[CSSDict] | None`, found `list[CSSDict] | list[dict[str, str]]`
pandas/io/formats/style.py:2867:27: error[invalid-argument-type] Argument expression after ** must be a mapping type: Found `Any | None | dict[str, str]`
pandas/io/formats/style.py:2875:21: error[not-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
pandas/io/formats/style.py:2877:26: error[not-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
pandas/io/formats/style.py:3119:39: error[invalid-argument-type] Argument to bound method `Index.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `DataFrame`
pandas/io/formats/style.py:4060:24: warning[unsupported-base] Unsupported class base with type `type[Self@from_custom_template]`
pandas/io/formats/style.py:4352:41: error[invalid-argument-type] Argument to function `_validate_apply_axis_arg` is incorrect: Expected `NDFrame | Sequence[Unknown] | ndarray[tuple[Any, ...], dtype[Any]]`, found `bytes | (date & Iterable[object]) | (timedelta & Iterable[object]) | ... omitted 12 union elements`
pandas/io/formats/style.py:4355:42: error[invalid-argument-type] Argument to function `_validate_apply_axis_arg` is incorrect: Expected `NDFrame | Sequence[Unknown] | ndarray[tuple[Any, ...], dtype[Any]]`, found `bytes | (date & Iterable[object]) | (timedelta & Iterable[object]) | ... omitted 12 union elements`
pandas/io/formats/style.py:4377:16: error[invalid-argument-type] Argument to function `ge` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `NDFrame`
pandas/io/formats/style.py:4377:16: error[invalid-argument-type] Argument to function `gt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `NDFrame`
pandas/io/formats/style.py:4377:22: error[invalid-argument-type] Argument to function `ge` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`
pandas/io/formats/style.py:4377:22: error[invalid-argument-type] Argument to function `gt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`
pandas/io/formats/style.py:4388:16: error[invalid-argument-type] Argument to function `le` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `NDFrame`
pandas/io/formats/style.py:4388:16: error[invalid-argument-type] Argument to function `lt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `NDFrame`
pandas/io/formats/style.py:4388:22: error[invalid-argument-type] Argument to function `le` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`
pandas/io/formats/style.py:4388:22: error[invalid-argument-type] Argument to function `lt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`
pandas/io/formats/style.py:4566:20: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/io/formats/style.py:4566:20: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/io/formats/style.py:4566:20: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/io/formats/style.py:4566:20: error[invalid-assignment] Object of type `object` is not assignable to `int | float`
pandas/io/formats/style_render.py:378:13: error[unresolved-attribute] Attribute `extend` is not defined on `str`, `None`, `tuple[Unknown, ...]` in union `Unknown | list[Unknown] | list[dict[str, list[Unknown] | Any]] | ... omitted 4 union elements`
pandas/io/formats/style_render.py:379:13: error[unresolved-attribute] Attribute `extend` is not defined on `str`, `None`, `tuple[Unknown, ...]` in union `Unknown | list[Unknown] | list[dict[str, list[Unknown] | Any]] | ... omitted 4 union elements`
pandas/io/formats/style_render.py:380:13: error[unresolved-attribute] Attribute `extend` is not defined on `str`, `None`, `tuple[Unknown, ...]` in union `Unknown | list[Unknown] | list[dict[str, list[Unknown] | Any]] | ... omitted 4 union elements`
pandas/io/formats/style_render.py:962:28: warning[possibly-unresolved-reference] Name `row_body_cells` used when possibly not defined
pandas/io/formats/style_render.py:1231:17: error[invalid-argument-type] Argument to function `_maybe_wrap_formatter` is incorrect: Expected `str | ((...) -> Unknown) | None`, found `object`
pandas/io/formats/style_render.py:1417:25: error[invalid-assignment] Object of type `dict[int, object]` is not assignable to `str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown) | None] | None`
pandas/io/formats/style_render.py:1424:17: error[unresolved-attribute] Attribute `get` is not defined on `str`, `(...) -> Unknown`, `None` in union `Mapping[Any, str | ((...) -> Unknown) | None] | str | ((...) -> Unknown) | None`
pandas/io/formats/style_render.py:1718:25: error[invalid-assignment] Object of type `dict[int, object]` is not assignable to `str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown) | None] | None`
pandas/io/formats/style_render.py:1725:17: error[unresolved-attribute] Attribute `get` is not defined on `str`, `(...) -> Unknown`, `None` in union `Mapping[Any, str | ((...) -> Unknown) | None] | str | ((...) -> Unknown) | None`
pandas/io/formats/style_render.py:2082:50: error[not-iterable] Object of type `slice[Any, Any, Any] | Sequence[Unknown] | Index | tuple[slice[None, None, None], (Sequence[Unknown] & Series) | Index | (Sequence[Unknown] & ndarray[tuple[object, ...], dtype[object]]) | (Sequence[Unknown] & Top[list[Unknown]]) | (Sequence[Unknown] & str)]` may not be iterable
pandas/io/formats/xml.py:462:14: error[unresolved-import] Cannot resolve imported module `lxml.etree`
pandas/io/formats/xml.py:524:14: error[unresolved-import] Cannot resolve imported module `lxml.etree`
pandas/io/formats/xml.py:536:14: error[unresolved-import] Cannot resolve imported module `lxml.etree`
pandas/io/html.py:635:9: error[invalid-method-override] Invalid override of method `_parse_td`: Definition is incompatible with `_HtmlFrameParser._parse_td`
pandas/io/html.py:727:9: error[invalid-method-override] Invalid override of method `_parse_td`: Definition is incompatible with `_HtmlFrameParser._parse_td`
pandas/io/html.py:732:9: error[invalid-method-override] Invalid override of method `_parse_tables`: Definition is incompatible with `_HtmlFrameParser._parse_tables`
pandas/io/html.py:780:14: error[unresolved-import] Cannot resolve imported module `lxml.etree`
pandas/io/json/_json.py:829:17: error[invalid-assignment] Object of type `Literal[True]` is not assignable to `ExtensionDtype | str | dtype[Any] | ... omitted 3 union elements`
pandas/io/json/_json.py:1073:38: error[invalid-argument-type] Argument to `Parser.__init__` is incorrect: Expected `bool`, found `bool | None`
pandas/io/json/_json.py:1077:39: error[invalid-argument-type] Argument to `Parser.__init__` is incorrect: Expected `bool`, found `bool | None`
pandas/io/json/_json.py:1105:9: error[invalid-method-override] Invalid override of method `__next__`: Definition is incompatible with `Iterator.__next__`
pandas/io/json/_table_schema.py:311:36: error[unresolved-attribute] Attribute `levels` is not defined on `Index` in union `Index | Unknown`
pandas/io/parsers/arrow_parser_wrapper.py:184:30: error[unsupported-operator] Operator `+` is not supported between objects of type `list[str]` and `range | (Unknown & ~None)`
pandas/io/parsers/arrow_parser_wrapper.py:201:32: error[unresolved-attribute] Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `dict[object, dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype | (Unknown & ~None)`
pandas/io/parsers/arrow_parser_wrapper.py:202:28: error[unresolved-attribute] Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `dict[object, dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype | (Unknown & ~None)`
pandas/io/parsers/arrow_parser_wrapper.py:203:52: error[unresolved-attribute] Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `dict[object, dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype | (Unknown & ~None)`
pandas/io/parsers/arrow_parser_wrapper.py:207:29: error[not-subscriptable] Cannot delete subscript on object of type `ExtensionDtype` with no `__delitem__` method
pandas/io/parsers/arrow_parser_wrapper.py:207:29: error[not-subscriptable] Cannot delete subscript on object of type `dtype[Any]` with no `__delitem__` method
pandas/io/parsers/base_parser.py:245:37: error[invalid-argument-type] Argument to bound method `list.insert` is incorrect: Expected `tuple[Any, ...]`, found `int | integer[Any] | Unknown`
pandas/io/parsers/base_parser.py:434:20: error[invalid-return-type] Return type does not match returned value: expected `int`, found `int | integer[Any]`
pandas/io/parsers/base_parser.py:491:39: error[no-matching-overload] No overload of function `maybe_convert_numeric` matches arguments
pandas/io/parsers/base_parser.py:531:33: error[no-matching-overload] No overload of function `maybe_convert_bool` matches arguments
pandas/io/parsers/base_parser.py:605:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `Mapping[Hashable, ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`
pandas/io/parsers/base_parser.py:629:31: error[unsupported-operator] Operator `|` is not supported between objects of type `Literal[False] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any` and `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/io/parsers/base_parser.py:998:54: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/io/parsers/c_parser_wrapper.py:195:47: error[not-iterable] Object of type `None | Sequence[Hashable] | Unknown` may not be iterable
pandas/io/parsers/c_parser_wrapper.py:198:13: error[invalid-argument-type] Argument to bound method `ParserBase._set_noconvert_dtype_columns` is incorrect: Expected `Sequence[Hashable]`, found `None | Sequence[Hashable] | Unknown`
pandas/io/parsers/c_parser_wrapper.py:217:52: error[invalid-argument-type] Argument to function `_concatenate_chunks` is incorrect: Expected `list[str]`, found `None | Sequence[Hashable] | Unknown`
pandas/io/parsers/c_parser_wrapper.py:228:63: error[invalid-argument-type] Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `list[Unknown] | Unknown | list[int | integer[Any]]`
pandas/io/parsers/c_parser_wrapper.py:240:57: error[invalid-argument-type] Argument to function `_filter_usecols` is incorrect: Argument type `list[Hashable] | MultiIndex` does not satisfy upper bound `Sequence[Hashable]` of type variable `SequenceT`
pandas/io/parsers/c_parser_wrapper.py:271:39: error[invalid-argument-type] Argument to bound method `dict.pop` is incorrect: Expected `int`, found `Unknown | int | integer[Any]`
pandas/io/parsers/c_parser_wrapper.py:289:51: error[invalid-argument-type] Argument to function `_filter_usecols` is incorrect: Argument type `None | Sequence[Hashable] | Unknown` does not satisfy upper bound `Sequence[Hashable]` of type variable `SequenceT`
pandas/io/parsers/c_parser_wrapper.py:291:72: error[invalid-argument-type] Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `list[Unknown] | Unknown | list[int | integer[Any]]`
pandas/io/parsers/c_parser_wrapper.py:311:72: error[invalid-argument-type] Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `list[Unknown] | Unknown | list[int | integer[Any]]`
pandas/io/parsers/c_parser_wrapper.py:357:47: error[invalid-argument-type] Argument to function `union_categoricals` is incorrect: Expected `Sequence[CategoricalIndex | Series | Categorical]`, found `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`
pandas/io/parsers/c_parser_wrapper.py:386:38: error[call-non-callable] Object of type `None` is not callable
pandas/io/parsers/c_parser_wrapper.py:389:49: error[invalid-argument-type] Method `__getitem__` of type `bound method Top[defaultdict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[defaultdict[Unknown, Unknown]]`
pandas/io/parsers/c_parser_wrapper.py:392:33: error[invalid-argument-type] Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`
pandas/io/parsers/python_parser.py:142:13: error[invalid-assignment] Object of type `(ReadCsvBuffer[str] & Top[list[Unknown]]) | list[Unknown]` is not assignable to attribute `data` of type `Iterator[list[str]] | list[list[str | bytes | date | ... omitted 10 union elements]]`
pandas/io/parsers/python_parser.py:303:21: error[invalid-argument-type] Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `list[int] | list[Unknown] | Unknown | list[int | integer[Any]]`
pandas/io/parsers/python_parser.py:340:17: error[invalid-argument-type] Argument to function `is_potential_multi_index` is incorrect: Expected `bool | Sequence[int] | None`, found `list[int] | list[Unknown] | Unknown | list[int | integer[Any]]`
pandas/io/parsers/python_parser.py:365:20: error[unresolved-attribute] Object of type `Self@get_chunk` has no attribute `chunksize`
pandas/io/parsers/python_parser.py:434:21: error[invalid-argument-type] Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Unknown | set[Unknown]`
pandas/io/parsers/python_parser.py:456:49: error[invalid-argument-type] Argument to function `map_infer_mask` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/io/parsers/python_parser.py:489:16: error[invalid-return-type] Return type does not match returned value: expected `dict[Any, ndarray[tuple[Any, ...], dtype[Any]]]`, found `dict[Unknown, Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`
pandas/io/parsers/python_parser.py:535:25: error[unknown-argument] Argument `true_values` does not match any known parameter of bound method `ExtensionArray._from_sequence_of_strings`
pandas/io/parsers/python_parser.py:536:25: error[unknown-argument] Argument `false_values` does not match any known parameter of bound method `ExtensionArray._from_sequence_of_strings`
pandas/io/parsers/python_parser.py:537:25: error[unknown-argument] Argument `none_values` does not match any known parameter of bound method `ExtensionArray._from_sequence_of_strings`
pandas/io/parsers/python_parser.py:745:48: error[invalid-argument-type] Argument to bound method `PythonParser._handle_usecols` is incorrect: Expected `list[list[str | bytes | date | ... omitted 11 union elements]]`, found `list[list[int]]`
pandas/io/parsers/python_parser.py:745:57: error[invalid-argument-type] Argument to bound method `PythonParser._handle_usecols` is incorrect: Expected `list[str | bytes | date | ... omitted 11 union elements]`, found `list[int]`
pandas/io/parsers/python_parser.py:910:49: error[invalid-argument-type] Argument to bound method `PythonParser._check_comments` is incorrect: Expected `list[list[str | bytes | date | ... omitted 10 union elements]]`, found `list[object]`
pandas/io/parsers/python_parser.py:914:45: error[invalid-argument-type] Argument to bound method `PythonParser._is_line_empty` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements]`, found `object`
pandas/io/parsers/python_parser.py:1000:20: error[invalid-return-type] Return type does not match returned value: expected `list[str | bytes | date | ... omitted 10 union elements] | None`, found `list[str]`
pandas/io/parsers/python_parser.py:1300:54: error[invalid-argument-type] Argument to bound method `PythonParser._remove_skipped_rows` is incorrect: Expected `list[list[str | bytes | date | ... omitted 10 union elements]]`, found `list[Never] | list[list[str | bytes | date | ... omitted 10 union elements]]`
pandas/io/parsers/python_parser.py:1319:62: error[invalid-argument-type] Argument to bound method `PythonParser._remove_skipped_rows` is incorrect: Expected `list[list[str | bytes | date | ... omitted 10 union elements]]`, found `list[list[str] | list[str | bytes | date | ... omitted 10 union elements]]`
pandas/io/parsers/python_parser.py:1333:58: error[invalid-argument-type] Argument to bound method `PythonParser._remove_skipped_rows` is incorrect: Expected `list[list[str | bytes | date | ... omitted 10 union elements]]`, found `list[list[str] | list[str | bytes | date | ... omitted 10 union elements]] | list[list[str | bytes | date | ... omitted 10 union elements]]`
pandas/io/parsers/python_parser.py:1494:29: error[invalid-argument-type] Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `ReadCsvBuffer[str]`
pandas/io/parsers/python_parser.py:1496:25: error[invalid-argument-type] Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `ReadCsvBuffer[str]`
pandas/io/parsers/python_parser.py:1564:12: error[invalid-return-type] Return type does not match returned value: expected `int`, found `int | integer[Any]`
pandas/io/parsers/readers.py:2056:22: error[unresolved-attribute] Object of type `ParserBase` has no attribute `read`
pandas/io/parsers/readers.py:2068:21: error[unresolved-attribute] Object of type `ParserBase` has no attribute `read`
pandas/io/pytables.py:524:8: error[unsupported-operator] Operator `<=` is not supported between two objects of type `None | Unknown | int`
pandas/io/pytables.py:528:11: error[unsupported-operator] Operator `>` is not supported between objects of type `None | Unknown | int` and `Literal[1]`
pandas/io/pytables.py:687:30: error[not-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
pandas/io/pytables.py:754:20: error[invalid-return-type] Return type does not match returned value: expected `list[str]`, found `list[str | Unknown | None]`
pandas/io/pytables.py:1371:13: warning[possibly-unresolved-reference] Name `s` used when possibly not defined
pandas/io/pytables.py:1375:16: warning[possibly-unresolved-reference] Name `s` used when possibly not defined
pandas/io/pytables.py:1377:16: warning[possibly-unresolved-reference] Name `s` used when possibly not defined
pandas/io/pytables.py:2031:19: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, <class 'GenericTable'> | <class 'AppendableSeriesTable'> | <class 'AppendableMultiSeriesTable'> | ... omitted 3 union elements].__getitem__(key: str, /) -> <class 'GenericTable'> | <class 'AppendableSeriesTable'> | <class 'AppendableMultiSeriesTable'> | ... omitted 3 union elements` cannot be called with key of type `None` on object of type `dict[str, <class 'GenericTable'> | <class 'AppendableSeriesTable'> | <class 'AppendableMultiSeriesTable'> | ... omitted 3 union elements]`
pandas/io/pytables.py:2068:55: error[invalid-argument-type] Argument to bound method `HDFStore._create_storer` is incorrect: Expected `str`, found `Unknown | None`
pandas/io/pytables.py:2144:16: warning[possibly-unresolved-reference] Name `group` used when possibly not defined
pandas/io/pytables.py:2219:15: error[unsupported-operator] Operator `<` is not supported between two objects of type `Unknown | None | int`
pandas/io/pytables.py:2220:24: error[unsupported-operator] Operator `+` is not supported between objects of type `Unknown | None | int` and `int | None`
pandas/io/pytables.py:2220:50: error[invalid-argument-type] Argument to function `min` is incorrect: Argument type `Unknown | None | int` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
pandas/io/pytables.py:2335:16: error[unresolved-attribute] Attribute `itemsize` is not defined on `None` in union `Unknown | None`
pandas/io/pytables.py:2393:41: error[invalid-argument-type] Argument to function `_maybe_convert` is incorrect: Expected `str`, found `Unknown | None`
pandas/io/pytables.py:2405:14: error[unresolved-attribute] Attribute `startswith` is not defined on `None` in union `Unknown | None`
pandas/io/pytables.py:2420:23: error[invalid-assignment] Object of type `(x, **kwds) -> PeriodIndex` is not assignable to `type[Index]`
pandas/io/pytables.py:2426:44: error[invalid-argument-type] Argument to constructor `Index.__new__` is incorrect: Expected `bool`, found `Unknown | None`
pandas/io/pytables.py:2437:21: error[invalid-argument-type] Argument to constructor `Index.__new__` is incorrect: Expected `bool`, found `Unknown | None`
pandas/io/pytables.py:2446:44: error[invalid-argument-type] Argument to constructor `Index.__new__` is incorrect: Expected `bool`, found `Unknown | None`
pandas/io/pytables.py:2461:16: error[unresolved-attribute] Attribute `_v_attrs` is not defined on `None` in union `Unknown | None`
pandas/io/pytables.py:2465:16: error[unresolved-attribute] Attribute `description` is not defined on `None` in union `Unknown | None`
pandas/io/pytables.py:2478:16: error[no-matching-overload] No overload of function `iter` matches arguments
pandas/io/pytables.py:2490:45: error[unresolved-attribute] Attribute `itemsize` is not defined on `None` in union `Unknown | None`
pandas/io/pytables.py:2804:72: error[invalid-argument-type] Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
pandas/io/pytables.py:2859:12: error[unresolved-attribute] Attribute `startswith` is not defined on `ExtensionDtype`, `dtype[Any]`, `type`, `Mapping[Hashable, ExtensionDtype | str | dtype[Any] | type]` in union `(Unknown & ~None) | ExtensionDtype | str | ... omitted 3 union elements`
pandas/io/pytables.py:2863:48: error[invalid-argument-type] Argument to function `_set_tz` is incorrect: Expected `str`, found `(Unknown & ~None & ~Literal["datetime64"]) | ExtensionDtype | (str & ~Literal["datetime64"]) | ... omitted 3 union elements`
pandas/io/pytables.py:2865:14: error[unresolved-attribute] Attribute `startswith` is not defined on `ExtensionDtype`, `dtype[Any]`, `type`, `Mapping[Hashable, ExtensionDtype | str | dtype[Any] | type]` in union `(Unknown & ~None) | ExtensionDtype | str | ... omitted 3 union elements`
pandas/io/pytables.py:2870:29: error[no-matching-overload] No overload of function `asarray` matches arguments
pandas/io/pytables.py:2871:14: error[unresolved-attribute] Attribute `startswith` is not defined on `ExtensionDtype`, `dtype[Any]`, `type`, `Mapping[Hashable, ExtensionDtype | str | dtype[Any] | type]` in union `(Unknown & ~None) | ExtensionDtype | str | ... omitted 3 union elements`
pandas/io/pytables.py:2874:56: error[invalid-argument-type] Argument to bound method `PeriodDtype.construct_from_string` is incorrect: Expected `str`, found `(Unknown & ~None) | ExtensionDtype | str | ... omitted 3 union elements`
pandas/io/pytables.py:2914:29: error[no-matching-overload] No overload of bound method `ndarray.astype` matches arguments
pandas/io/pytables.py:2923:17: error[invalid-argument-type] Argument to function `_unconvert_string_array` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `DatetimeArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown | ... omitted 3 union elements`
pandas/io/pytables.py:3285:35: error[invalid-argument-type] Argument to bound method `GenericFixed.write_array` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `Unknown | None`
pandas/io/pytables.py:3315:41: error[invalid-argument-type] Argument to bound method `GenericFixed.write_array` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `Unknown | None`
pandas/io/pytables.py:3353:16: error[not-subscriptable] Cannot subscript object of type `Node` with no `__getitem__` method
pandas/io/pytables.py:3465:49: error[invalid-argument-type] Argument to bound method `GenericFixed.write_array_empty` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
pandas/io/pytables.py:3505:21: error[unresolved-attribute] Attribute `asi8` is not defined on `ExtensionArray & ~BaseStringArray`, `ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray`, `Index & ~BaseStringArray` in union `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
pandas/io/pytables.py:3510:44: error[unresolved-attribute] Attribute `tz` is not defined on `ExtensionArray & ~BaseStringArray`, `ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray`, `Index & ~BaseStringArray` in union `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
pandas/io/pytables.py:3521:21: error[unresolved-attribute] Attribute `asi8` is not defined on `ExtensionArray & ~BaseStringArray`, `ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray`, `Index & ~BaseStringArray` in union `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
pandas/io/pytables.py:3526:45: error[invalid-argument-type] Argument to bound method `GenericFixed.write_array_empty` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
pandas/io/pytables.py:3661:64: warning[possibly-unresolved-reference] Name `_start` used when possibly not defined
pandas/io/pytables.py:3661:77: warning[possibly-unresolved-reference] Name `_stop` used when possibly not defined
pandas/io/pytables.py:3807:41: error[invalid-argument-type] Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Any | None`
pandas/io/pytables.py:3809:27: error[not-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
pandas/io/pytables.py:3811:51: error[unresolved-attribute] Object of type `_T@enumerate` has no attribute `kind`
pandas/io/pytables.py:3814:71: error[unresolved-attribute] Object of type `_T@enumerate` has no attribute `kind`
pandas/io/pytables.py:3891:24: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
pandas/io/pytables.py:3903:22: error[invalid-argument-type] Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
pandas/io/pytables.py:4054:35: error[invalid-argument-type] Argument to function `_dtype_to_kind` is incorrect: Expected `str`, found `Any | None`
pandas/io/pytables.py:4361:13: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Index, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Index]]` cannot be called with key of type `None` on object of type `list[Index]`
pandas/io/pytables.py:4362:40: error[invalid-argument-type] Argument to bound method `NDFrame._get_axis_name` is incorrect: Expected `int | Literal["columns", "index", "rows"]`, found `int | Unknown | None`
pandas/io/pytables.py:4618:23: warning[possibly-unresolved-reference] Name `process_filter` used when possibly not defined
pandas/io/pytables.py:4755:9: error[invalid-method-override] Invalid override of method `write`: Definition is incompatible with `Fixed.write`
pandas/io/pytables.py:4827:24: error[unresolved-attribute] Attribute `all` is not defined on `None` in union `Unknown | None | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
pandas/io/pytables.py:5050:26: error[no-matching-overload] No overload of bound method `ndarray.reshape` matches arguments
pandas/io/pytables.py:5114:9: error[invalid-method-override] Invalid override of method `write`: Definition is incompatible with `AppendableTable.write`
pandas/io/pytables.py:5153:9: error[invalid-method-override] Invalid override of method `write`: Definition is incompatible with `AppendableSeriesTable.write`
pandas/io/pytables.py:5227:9: error[invalid-method-override] Invalid override of method `write`: Definition is incompatible with `AppendableTable.write`
pandas/io/pytables.py:5244:9: error[invalid-method-override] Invalid override of method `write`: Definition is incompatible with `AppendableTable.write`
pandas/io/pytables.py:5325:13: error[no-matching-overload] No overload of function `tz_to_dtype` matches arguments
pandas/io/pytables.py:5355:54: error[invalid-argument-type] Argument to function `_get_data_and_dtype_name` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
pandas/io/pytables.py:5457:19: error[unresolved-attribute] Attribute `to_numpy` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/io/pytables.py:5734:26: error[no-matching-overload] No overload of bound method `Selection.generate` matches arguments
pandas/io/sas/sas7bdat.py:560:63: error[invalid-argument-type] Argument to bound method `SAS7BDATReader._convert_header_text` is incorrect: Expected `bytes`, found `Unknown | str | bytes`
pandas/io/sas/sas_xport.py:173:9: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["f0"]` and value of type `Unknown` on object of type `ndarray[tuple[int], dtype[float64]]`
pandas/io/sas/sas_xport.py:349:13: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["ntype"]` and value of type `str` on object of type `dict[str, int | bytes]`
pandas/io/sas/sas_xport.py:349:30: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[int, str].__getitem__(key: int, /) -> str` cannot be called with key of type `bytes` on object of type `dict[int, str]`
pandas/io/sas/sas_xport.py:351:50: error[unsupported-operator] Operator `<` is not supported between objects of type `int | bytes` and `Literal[2]`
pandas/io/sas/sas_xport.py:351:62: error[unsupported-operator] Operator `>` is not supported between objects of type `int | bytes` and `Literal[8]`
pandas/io/sas/sas_xport.py:357:32: error[unresolved-attribute] Attribute `strip` is not defined on `int` in union `int | bytes`
pandas/io/sas/sas_xport.py:361:13: error[unsupported-operator] Operator `+=` is not supported between objects of type `Literal[0]` and `int | bytes`
pandas/io/sas/sas_xport.py:478:19: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[float64]]]` cannot be called with key of type `str` on object of type `ndarray[tuple[Any, ...], dtype[float64]]`
pandas/io/sas/sas_xport.py:491:32: warning[possibly-unresolved-reference] Name `v` used when possibly not defined
pandas/io/sql.py:351:25: error[invalid-assignment] Object of type `Literal["numpy"]` is not assignable to `Literal["numpy_nullable", "pyarrow"] | _NoDefault`
pandas/io/sql.py:493:25: error[invalid-assignment] Object of type `Literal["numpy"]` is not assignable to `Literal["numpy_nullable", "pyarrow"] | _NoDefault`
pandas/io/sql.py:698:25: error[invalid-assignment] Object of type `Literal["numpy"]` is not assignable to `Literal["numpy_nullable", "pyarrow"] | _NoDefault`
pandas/io/sql.py:1037:20: error[unresolved-attribute] Attribute `copy` is not defined on `None` in union `Unknown | None | DataFrame`
pandas/io/sql.py:1046:38: error[unresolved-attribute] Attribute `columns` is not defined on `None` in union `Unknown | DataFrame | None`
pandas/io/sql.py:1050:39: error[invalid-assignment] Object of type `list[ndarray[tuple[Any, ...], dtype[Any]] | None]` is not assignable to `list[ndarray[tuple[Any, ...], dtype[Any]]]`
pandas/io/sql.py:1052:38: error[unresolved-attribute] Attribute `items` is not defined on `None` in union `Unknown | DataFrame | None`
pandas/io/sql.py:1057:41: error[unresolved-attribute] Object of type `dtype[Any] | ExtensionDtype` has no attribute `pyarrow_dtype`
pandas/io/sql.py:1101:21: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | DataFrame`
pandas/io/sql.py:1218:23: error[unresolved-attribute] Attribute `index` is not defined on `None` in union `Unknown | None | DataFrame`
pandas/io/sql.py:1232:36: error[unresolved-attribute] Attribute `columns` is not defined on `None` in union `Unknown | None | DataFrame`
pandas/io/sql.py:1233:21: error[unresolved-attribute] Attribute `index` is not defined on `None` in union `Unknown | None | DataFrame`
pandas/io/sql.py:1237:47: error[unresolved-attribute] Attribute `index` is not defined on `None` in union `Unknown | None | DataFrame`
pandas/io/sql.py:1251:41: error[unresolved-attribute] Attribute `index` is not defined on `None` in union `Unknown | None | DataFrame`
pandas/io/sql.py:1255:18: error[unresolved-attribute] Attribute `columns` is not defined on `None` in union `Unknown | None | DataFrame`
pandas/io/sql.py:1255:55: error[unresolved-attribute] Attribute `iloc` is not defined on `None` in union `Unknown | None | DataFrame`
pandas/io/sql.py:1256:32: error[unresolved-attribute] Attribute `columns` is not defined on `None` in union `Unknown | None | DataFrame`
pandas/io/sql.py:1381:20: error[unresolved-attribute] Attribute `dt` is not defined on `Index` in union `Index | Series`
pandas/io/sql.py:1681:20: error[no-matching-overload] No overload of bound method `Connection.execute` matches arguments
pandas/io/sql.py:1681:37: error[invalid-argument-type] Argument to bound method `Connection.exec_driver_sql` is incorrect: Expected `str`, found `str | Select[Unknown] | TextClause | Delete`
pandas/io/sql.py:1910:25: error[invalid-assignment] Object of type `dict[Unknown, ExtensionDtype | str | dtype[Any] | type | Mapping[Hashable, ExtensionDtype | str | dtype[Any] | type]]` is not assignable to `ExtensionDtype | str | dtype[Any] | ... omitted 3 union elements`
pandas/io/sql.py:1916:33: error[unresolved-attribute] Attribute `items` is not defined on `ExtensionDtype`, `str`, `dtype[Any]`, `type`, `None` in union `ExtensionDtype | str | dtype[Any] | ... omitted 4 union elements`
pandas/io/sql.py:2550:31: error[unresolved-attribute] Attribute `columns` is not defined on `None` in union `Unknown | None | DataFrame`
pandas/io/sql.py:2864:25: error[invalid-assignment] Object of type `dict[Unknown, ExtensionDtype | str | dtype[Any] | type | Mapping[Hashable, ExtensionDtype | str | dtype[Any] | type]]` is not assignable to `ExtensionDtype | str | dtype[Any] | ... omitted 3 union elements`
pandas/io/sql.py:2868:33: error[unresolved-attribute] Attribute `items` is not defined on `ExtensionDtype`, `str`, `dtype[Any]`, `type`, `None` in union `ExtensionDtype | str | dtype[Any] | ... omitted 4 union elements`
pandas/io/stata.py:215:17: error[unresolved-attribute] Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `asfreq`
pandas/io/stata.py:1450:61: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `int` on object of type `dict[str, str]`
pandas/io/stata.py:1809:30: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, tuple[int, int] | tuple[floating[_32Bit], floating[_32Bit]] | tuple[float64, float64]].__getitem__(key: str, /) -> tuple[int, int] | tuple[floating[_32Bit], floating[_32Bit]] | tuple[float64, float64]` cannot be called with key of type `int` on object of type `dict[str, tuple[int, int] | tuple[floating[_32Bit], floating[_32Bit]] | tuple[float64, float64]]`
pandas/io/stata.py:1814:30: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, tuple[int, int] | tuple[floating[_32Bit], floating[_32Bit]] | tuple[float64, float64]].__getitem__(key: str, /) -> tuple[int, int] | tuple[floating[_32Bit], floating[_32Bit]] | tuple[float64, float64]` cannot be called with key of type `int` on object of type `dict[str, tuple[int, int] | tuple[floating[_32Bit], floating[_32Bit]] | tuple[float64, float64]]`
pandas/io/stata.py:1831:35: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, int | floating[_32Bit] | float64].__getitem__(key: str, /) -> int | floating[_32Bit] | float64` cannot be called with key of type `int` on object of type `dict[str, int | floating[_32Bit] | float64]`
pandas/io/stata.py:2271:16: error[invalid-return-type] Return type does not match returned value: expected `AnyStr@_pad_bytes`, found `bytes`
pandas/io/stata.py:2272:12: error[invalid-return-type] Return type does not match returned value: expected `AnyStr@_pad_bytes`, found `str`
pandas/io/stata.py:2933:21: error[invalid-argument-type] Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | (WriteBuffer[bytes] & PathLike[object])`
pandas/io/stata.py:2936:35: error[invalid-argument-type] Argument to function `unlink` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | (WriteBuffer[bytes] & PathLike[object])`
pandas/io/xml.py:42:22: error[unresolved-import] Module `lxml` has no member `etree`
pandas/io/xml.py:483:21: error[unresolved-attribute] Attribute `findall` is not defined on `None` in union `Element[Unknown] | Unknown | None`
pandas/io/xml.py:516:26: error[unresolved-attribute] Attribute `find` is not defined on `None` in union `Element[Unknown] | Unknown | None`
pandas/io/xml.py:568:14: error[unresolved-import] Cannot resolve imported module `lxml.etree`
pandas/io/xml.py:600:17: error[unresolved-attribute] Attribute `xpath` is not defined on `Element[Unknown]`, `None` in union `Element[Unknown] | Unknown | None`
pandas/io/xml.py:626:28: error[unresolved-attribute] Attribute `xpath` is not defined on `Element[Unknown]`, `None` in union `Element[Unknown] | Unknown | None`
pandas/io/xml.py:643:14: error[unresolved-import] Cannot resolve imported module `lxml.etree`
pandas/io/xml.py:681:14: error[unresolved-import] Cannot resolve imported module `lxml.etree`
pandas/plotting/_core.py:1403:60: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Literal[False]`
pandas/plotting/_core.py:2441:20: warning[possibly-unresolved-reference] Name `module` used when possibly not defined
pandas/plotting/_core.py:2444:20: warning[possibly-unresolved-reference] Name `module` used when possibly not defined
pandas/plotting/_matplotlib/boxplot.py:99:9: error[invalid-method-override] Invalid override of method `_plot`: Definition is incompatible with `LinePlot._plot`
pandas/plotting/_matplotlib/boxplot.py:104:18: error[invalid-assignment] Object of type `list[Series]` is not assignable to `ndarray[tuple[Any, ...], dtype[Any]] | list[ndarray[tuple[Any, ...], dtype[Any]]]`
pandas/plotting/_matplotlib/boxplot.py:216:30: error[unresolved-attribute] Object of type `Index` has no attribute `levels`
pandas/plotting/_matplotlib/boxplot.py:278:9: warning[possibly-missing-submodule] Submodule `artist` might not have been imported
pandas/plotting/_matplotlib/boxplot.py:280:9: warning[possibly-missing-submodule] Submodule `artist` might not have been imported
pandas/plotting/_matplotlib/boxplot.py:282:9: warning[possibly-missing-submodule] Submodule `artist` might not have been imported
pandas/plotting/_matplotlib/boxplot.py:284:9: warning[possibly-missing-submodule] Submodule `artist` might not have been imported
pandas/plotting/_matplotlib/boxplot.py:338:14: error[not-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
pandas/plotting/_matplotlib/boxplot.py:338:27: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown | None]`
pandas/plotting/_matplotlib/converter.py:82:12: error[invalid-return-type] Return type does not match returned value: expected `list[tuple[type, type[DateConverter]]]`, found `list[tuple[type, type[DateConverter]] | tuple[<class 'time'>, <class 'TimeConverter'>]]`
pandas/plotting/_matplotlib/converter.py:153:29: error[unresolved-attribute] Attribute `time` is not defined on `NaTType` in union `Timestamp | NaTType`
pandas/plotting/_matplotlib/converter.py:174:9: error[invalid-method-override] Invalid override of method `convert`: Definition is incompatible with `ConversionInterface.convert`
pandas/plotting/_matplotlib/converter.py:189:18: warning[possibly-missing-submodule] Submodule `ticker` might not have been imported
pandas/plotting/_matplotlib/converter.py:199:21: warning[possibly-missing-submodule] Submodule `ticker` might not have been imported
pandas/plotting/_matplotlib/converter.py:244:9: error[invalid-method-override] Invalid override of method `convert`: Definition is incompatible with `DateConverter.convert`
pandas/plotting/_matplotlib/converter.py:253:16: error[no-matching-overload] No overload of function `to_offset` matches arguments
pandas/plotting/_matplotlib/converter.py:267:22: error[unresolved-attribute] Object of type `BaseOffset` has no attribute `_period_dtype_code`
pandas/plotting/_matplotlib/converter.py:309:16: error[unresolved-attribute] Attribute `ordinal` is not defined on `NaTType` in union `Period | NaTType`
pandas/plotting/_matplotlib/converter.py:320:9: error[invalid-method-override] Invalid override of method `convert`: Definition is incompatible with `DateConverter.convert`
pandas/plotting/_matplotlib/converter.py:371:9: error[invalid-method-override] Invalid override of method `axisinfo`: Definition is incompatible with `DateConverter.axisinfo`
pandas/plotting/_matplotlib/converter.py:407:13: error[unresolved-attribute] Attribute `set_view_interval` is not defined on `None` in union `None | Axis | _DummyAxis | _AxisWrapper`
pandas/plotting/_matplotlib/converter.py:408:18: error[unresolved-attribute] Attribute `get_view_interval` is not defined on `None` in union `None | Axis | _DummyAxis | _AxisWrapper`
pandas/plotting/_matplotlib/converter.py:410:13: error[unresolved-attribute] Attribute `set_data_interval` is not defined on `None` in union `None | Axis | _DummyAxis | _AxisWrapper`
pandas/plotting/_matplotlib/converter.py:411:18: error[unresolved-attribute] Attribute `get_data_interval` is not defined on `None` in union `None | Axis | _DummyAxis | _AxisWrapper`
pandas/plotting/_matplotlib/converter.py:551:29: error[unsupported-operator] Operator `*` is not supported between objects of type `Literal[1]` and `BaseOffset | None`
pandas/plotting/_matplotlib/converter.py:554:36: error[unsupported-operator] Operator `*` is not supported between objects of type `Literal[1]` and `BaseOffset | None`
pandas/plotting/_matplotlib/converter.py:576:18: error[unresolved-attribute] Object of type `BaseOffset` has no attribute `_period_dtype_code`
pandas/plotting/_matplotlib/converter.py:583:31: error[unresolved-attribute] Object of type `BaseOffset` has no attribute `_creso`
pandas/plotting/_matplotlib/converter.py:613:18: error[unresolved-attribute] Object of type `BaseOffset` has no attribute `_period_dtype_code`
pandas/plotting/_matplotlib/converter.py:977:18: error[unresolved-attribute] Object of type `BaseOffset` has no attribute `_period_dtype_code`
pandas/plotting/_matplotlib/converter.py:992:30: warning[possibly-missing-submodule] Submodule `ticker` might not have been imported
pandas/plotting/_matplotlib/converter.py:1049:16: warning[possibly-missing-submodule] Submodule `transforms` might not have been imported
pandas/plotting/_matplotlib/converter.py:1057:32: warning[possibly-missing-submodule] Submodule `ticker` might not have been imported
pandas/plotting/_matplotlib/converter.py:1129:37: warning[possibly-missing-submodule] Submodule `ticker` might not have been imported
pandas/plotting/_matplotlib/core.py:427:48: error[invalid-argument-type] Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Sequence[str]`
pandas/plotting/_matplotlib/core.py:443:45: error[invalid-argument-type] Argument to bound method `Index.difference` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Hashable]`
pandas/plotting/_matplotlib/core.py:447:16: error[invalid-return-type] Return type does not match returned value: expected `builtins.bool | list[tuple[int, ...]]`, found `list[tuple[Unknown, ...] | tuple[Unknown | int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]] | tuple[int, ...]]`
pandas/plotting/_matplotlib/core.py:475:54: error[not-iterable] Object of type `list[Unknown] | tuple[Unknown, ...] | None` may not be iterable
pandas/plotting/_matplotlib/core.py:509:24: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `list[Unknown] | tuple[Unknown, ...] | None`
pandas/plotting/_matplotlib/core.py:545:20: error[invalid-return-type] Return type does not match returned value: expected `Axes`, found `object`
pandas/plotting/_matplotlib/core.py:553:13: error[unresolved-attribute] Unresolved attribute `_get_lines` on type `Axes`
pandas/plotting/_matplotlib/core.py:553:33: error[unresolved-attribute] Object of type `Axes & ~<Protocol with members 'right_ax'> & ~<Protocol with members 'left_ax'>` has no attribute `_get_lines`
pandas/plotting/_matplotlib/core.py:555:13: error[unresolved-attribute] Unresolved attribute `_get_patches_for_fill` on type `Axes`
pandas/plotting/_matplotlib/core.py:556:17: error[unresolved-attribute] Object of type `Axes & ~<Protocol with members 'right_ax'> & ~<Protocol with members 'left_ax'>` has no attribute `_get_patches_for_fill`
pandas/plotting/_matplotlib/core.py:559:13: error[invalid-assignment] Object of type `Axes` is not assignable to attribute `right_ax` on type `Axes & ~<Protocol with members 'right_ax'> & ~<Protocol with members 'left_ax'>`
pandas/plotting/_matplotlib/core.py:559:31: error[unresolved-attribute] Unresolved attribute `left_ax` on type `Axes`
pandas/plotting/_matplotlib/core.py:634:24: error[unresolved-attribute] Object of type `Sequence[Axes]` has no attribute `reshape`
pandas/plotting/_matplotlib/core.py:642:56: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `bool | tuple[Unknown, ...] | ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown]`
pandas/plotting/_matplotlib/core.py:682:57: error[unsupported-operator] Operator `+` is not supported between objects of type `list[Unknown] | tuple[Unknown, ...] | None` and `list[Unknown] | tuple[Unknown, ...]`
pandas/plotting/_matplotlib/core.py:713:33: error[invalid-argument-type] Argument to bound method `list.extend` is incorrect: Expected `Iterable[<class 'number'>]`, found `list[str]`
pandas/plotting/_matplotlib/core.py:749:21: error[unresolved-attribute] Object of type `object` has no attribute `yaxis`
pandas/plotting/_matplotlib/core.py:760:21: error[unresolved-attribute] Object of type `object` has no attribute `yaxis`
pandas/plotting/_matplotlib/core.py:1058:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `Sequence[Axes]`
pandas/plotting/_matplotlib/core.py:1067:35: error[invalid-return-type] Function can implicitly return `None`, which is not assignable to return type `bool`
pandas/plotting/_matplotlib/core.py:1244:32: warning[possibly-missing-submodule] Submodule `axes` might not have been imported
pandas/plotting/_matplotlib/core.py:1290:23: error[invalid-argument-type] Argument to bound method `_AxesBase.set_xlabel` is incorrect: Expected `str`, found `Hashable & ~None`
pandas/plotting/_matplotlib/core.py:1291:23: error[invalid-argument-type] Argument to bound method `_AxesBase.set_ylabel` is incorrect: Expected `str`, found `Hashable & ~None`
pandas/plotting/_matplotlib/core.py:1390:21: warning[possibly-missing-submodule] Submodule `patches` might not have been imported
pandas/plotting/_matplotlib/core.py:1396:13: error[invalid-argument-type] Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | _Buffer | ... omitted 5 union elements`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/plotting/_matplotlib/core.py:1419:17: error[invalid-argument-type] Argument to bound method `MPLPlot._append_legend_handles_labels` is incorrect: Expected `str`, found `Hashable & ~None`
pandas/plotting/_matplotlib/core.py:1464:39: error[invalid-argument-type] Argument to bound method `ColormapRegistry.get_cmap` is incorrect: Expected `str | Colormap`, found `Unknown | None`
pandas/plotting/_matplotlib/core.py:1601:17: error[invalid-argument-type] Argument to bound method `MPLPlot._apply_style_colors` is incorrect: Expected `str`, found `Hashable`
pandas/plotting/_matplotlib/core.py:1614:17: error[invalid-argument-type] Argument to bound method `LinePlot._plot` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Series | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/plotting/_matplotlib/core.py:1614:17: error[invalid-argument-type] Argument to bound method `LinePlot._ts_plot` is incorrect: Expected `Series`, found `Series | ndarray[tuple[Any, ...], dtype[Any]]`
pandas/plotting/_matplotlib/core.py:1632:9: error[invalid-method-override] Invalid override of method `_plot`: Definition is incompatible with `MPLPlot._plot`
pandas/plotting/_matplotlib/core.py:1659:9: error[unresolved-attribute] Object of type `Axes` has no attribute `_plot_data`
pandas/plotting/_matplotlib/core.py:1664:29: error[unresolved-attribute] Object of type `Axes` has no attribute `freq`
pandas/plotting/_matplotlib/core.py:1664:38: error[invalid-argument-type] Argument to function `format_dateaxis` is incorrect: Expected `DatetimeIndex | PeriodIndex`, found `Index`
pandas/plotting/_matplotlib/core.py:1681:13: error[invalid-assignment] Object of type `dict[Unknown, Unknown]` is not assignable to attribute `_stacker_pos_prior` on type `Axes & ~<Protocol with members '_stacker_pos_prior'>`
pandas/plotting/_matplotlib/core.py:1684:13: error[invalid-assignment] Object of type `dict[Unknown, Unknown]` is not assignable to attribute `_stacker_neg_prior` on type `Axes & ~<Protocol with members '_stacker_neg_prior'>`
pandas/plotting/_matplotlib/core.py:1686:9: error[unresolved-attribute] Object of type `Axes` has no attribute `_stacker_pos_prior`
pandas/plotting/_matplotlib/core.py:1688:9: error[unresolved-attribute] Object of type `Axes` has no attribute `_stacker_neg_prior`
pandas/plotting/_matplotlib/core.py:1704:17: error[unresolved-attribute] Object of type `Axes` has no attribute `_stacker_pos_prior`
pandas/plotting/_matplotlib/core.py:1710:17: error[unresolved-attribute] Object of type `Axes` has no attribute `_stacker_neg_prior`
pandas/plotting/_matplotlib/core.py:1727:13: error[unresolved-attribute] Object of type `Axes` has no attribute `_stacker_pos_prior`
pandas/plotting/_matplotlib/core.py:1730:13: error[unresolved-attribute] Object of type `Axes` has no attribute `_stacker_neg_prior`
pandas/plotting/_matplotlib/core.py:1734:32: error[unresolved-attribute] Attribute `is_integer` is not defined on `int` in union `int | float`
pandas/plotting/_matplotlib/core.py:1746:40: warning[possibly-missing-submodule] Submodule `ticker` might not have been imported
pandas/plotting/_matplotlib/core.py:1820:21: error[unresolved-attribute] Object of type `Axes` has no attribute `_stacker_pos_prior`
pandas/plotting/_matplotlib/core.py:1823:21: error[unresolved-attribute] Object of type `Axes` has no attribute `_stacker_neg_prior`
pandas/plotting/_matplotlib/core.py:1930:9: error[invalid-method-override] Invalid override of method `_plot`: Definition is incompatible with `MPLPlot._plot`
pandas/plotting/_matplotlib/core.py:2137:23: error[invalid-argument-type] Argument to bound method `_AxesBase.set_xlabel` is incorrect: Expected `str`, found `Hashable`
pandas/plotting/_matplotlib/core.py:2205:17: error[invalid-assignment] Not enough values to unpack: Expected 3
pandas/plotting/_matplotlib/core.py:2208:17: error[invalid-assignment] Too many values to unpack: Expected 2
pandas/plotting/_matplotlib/groupby.py:124:43: error[invalid-argument-type] Argument to bound method `MultiIndex.from_product` is incorrect: Expected `Sequence[Iterable[Hashable]]`, found `list[Sequence[Hashable] | Hashable]`
pandas/plotting/_matplotlib/hist.py:107:9: error[invalid-method-override] Invalid override of method `_plot`: Definition is incompatible with `LinePlot._plot`
pandas/plotting/_matplotlib/hist.py:176:48: error[invalid-argument-type] Argument to bound method `MPLPlot._append_legend_handles_labels` is incorrect: Expected `Artist`, found `Unknown | BarContainer | Polygon`
pandas/plotting/_matplotlib/hist.py:176:48: error[not-subscriptable] Cannot subscript object of type `Polygon` with no `__getitem__` method
pandas/plotting/_matplotlib/hist.py:207:17: error[invalid-argument-type] Argument to bound method `_AxesBase.set_xlabel` is incorrect: Expected `str`, found `Hashable & ~None`
pandas/plotting/_matplotlib/hist.py:209:27: error[invalid-argument-type] Argument to bound method `_AxesBase.set_ylabel` is incorrect: Expected `str`, found `Hashable`
pandas/plotting/_matplotlib/hist.py:211:27: error[invalid-argument-type] Argument to bound method `_AxesBase.set_xlabel` is incorrect: Expected `str`, found `Hashable`
pandas/plotting/_matplotlib/hist.py:213:17: error[invalid-argument-type] Argument to bound method `_AxesBase.set_ylabel` is incorrect: Expected `str`, found `Hashable & ~None`
pandas/plotting/_matplotlib/hist.py:263:9: error[invalid-method-override] Invalid override of method `_plot`: Definition is incompatible with `HistPlot._plot`
pandas/plotting/_matplotlib/misc.py:131:22: warning[possibly-missing-submodule] Submodule `lines` might not have been imported
pandas/plotting/_matplotlib/misc.py:192:18: warning[possibly-missing-submodule] Submodule `patches` might not have been imported
pandas/plotting/_matplotlib/misc.py:195:22: warning[possibly-missing-submodule] Submodule `patches` might not have been imported
pandas/plotting/_matplotlib/misc.py:415:27: error[invalid-argument-type] Argument to bound method `Axes.axvline` is incorrect: Expected `int | float`, found `Unknown | int | str`
pandas/plotting/_matplotlib/misc.py:415:27: error[invalid-argument-type] Argument to bound method `Axes.axvline` is incorrect: Expected `int | float`, found `Unknown | int | str`
pandas/plotting/_matplotlib/style.py:101:16: error[invalid-return-type] Return type does not match returned value: expected `dict[str, str | Sequence[int | float]] | list[str | Sequence[int | float]]`, found `dict[str, str | Sequence[int | float]] | (Sequence[str | Sequence[int | float]] & Top[dict[Unknown, Unknown]]) | (Sequence[int | float] & Top[dict[Unknown, Unknown]])`
pandas/plotting/_matplotlib/style.py:291:22: error[invalid-argument-type] Argument to function `ColorConverter.to_rgba` is incorrect: Expected `tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]`, found `str | Sequence[int | float]`
pandas/plotting/_matplotlib/timeseries.py:86:28: error[unresolved-attribute] Object of type `Index` has no attribute `asfreq`
pandas/plotting/_matplotlib/timeseries.py:126:38: error[invalid-argument-type] Argument to function `_replot_ax` is incorrect: Expected `Axes`, found `~None`
pandas/plotting/_matplotlib/timeseries.py:142:5: error[unresolved-attribute] Unresolved attribute `_plot_data` on type `Axes`
pandas/plotting/_matplotlib/timeseries.py:155:13: error[unresolved-attribute] Object of type `Axes` has no attribute `_plot_data`
pandas/plotting/_matplotlib/timeseries.py:173:9: error[invalid-assignment] Object of type `list[Unknown]` is not assignable to attribute `_plot_data` on type `Axes & ~<Protocol with members '_plot_data'>`
pandas/plotting/_matplotlib/timeseries.py:176:5: error[unresolved-attribute] Unresolved attribute `freq` on type `Axes`
pandas/plotting/_matplotlib/timeseries.py:179:5: error[unresolved-attribute] Unresolved attribute `freq` on type `XAxis`
pandas/plotting/_matplotlib/timeseries.py:274:16: error[unresolved-attribute] Object of type `BaseOffset` has no attribute `_period_dtype_code`
pandas/plotting/_matplotlib/timeseries.py:419:23: error[invalid-argument-type] Argument to function `decorate_axes` is incorrect: Expected `Axes`, found `object`
pandas/plotting/_matplotlib/timeseries.py:421:23: error[invalid-argument-type] Argument to function `decorate_axes` is incorrect: Expected `Axes`, found `object`
pandas/plotting/_matplotlib/tools.py:59:29: error[invalid-argument-type] Argument to function `maybe_adjust_figure` is incorrect: Expected `Figure`, found `Figure | SubFigure`
pandas/plotting/_matplotlib/tools.py:82:12: warning[possibly-missing-submodule] Submodule `table` might not have been imported
pandas/plotting/_matplotlib/tools.py:332:45: warning[possibly-missing-submodule] Submodule `ticker` might not have been imported
pandas/plotting/_matplotlib/tools.py:333:32: warning[possibly-missing-submodule] Submodule `ticker` might not have been imported
pandas/plotting/_matplotlib/tools.py:334:47: warning[possibly-missing-submodule] Submodule `ticker` might not have been imported
pandas/plotting/_matplotlib/tools.py:335:34: warning[possibly-missing-submodule] Submodule `ticker` might not have been imported
pandas/plotting/_matplotlib/tools.py:447:15: error[invalid-yield] Yield type `Axes | Iterable[Axes]` does not match annotated yield type `Axes`
pandas/plotting/_matplotlib/tools.py:451:20: error[not-iterable] Object of type `Axes | Iterable[Axes]` may not be iterable
pandas/plotting/_matplotlib/tools.py:463:13: warning[possibly-missing-submodule] Submodule `artist` might not have been imported
pandas/plotting/_matplotlib/tools.py:465:13: warning[possibly-missing-submodule] Submodule `artist` might not have been imported
pandas/plotting/_matplotlib/tools.py:467:13: warning[possibly-missing-submodule] Submodule `artist` might not have been imported
pandas/plotting/_matplotlib/tools.py:469:13: warning[possibly-missing-submodule] Submodule `artist` might not have been imported
pandas/plotting/_matplotlib/tools.py:477:18: error[unresolved-attribute] Object of type `object` has no attribute `get_lines`
pandas/plotting/_matplotlib/tools.py:480:18: error[unresolved-attribute] Object of type `object` has no attribute `get_lines`
pandas/tseries/frequencies.py:336:16: error[invalid-return-type] Return type does not match returned value: expected `Timestamp`, found `Timestamp | NaTType`
pandas/tseries/holiday.py:261:9: error[invalid-assignment] Object of type `Timestamp | NaTType | None` is not assignable to attribute `start_date` of type `Timestamp | None`
pandas/tseries/holiday.py:264:9: error[invalid-assignment] Object of type `Timestamp | NaTType | None` is not assignable to attribute `end_date` of type `Timestamp | None`
pandas/tseries/holiday.py:325:48: error[invalid-argument-type] Argument to constructor `datetime.__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
pandas/tseries/holiday.py:325:60: error[invalid-argument-type] Argument to constructor `datetime.__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
pandas/tseries/holiday.py:332:39: error[invalid-argument-type] Argument to bound method `Holiday._reference_dates` is incorrect: Expected `Timestamp`, found `Timestamp | NaTType`
pandas/tseries/holiday.py:332:51: error[invalid-argument-type] Argument to bound method `Holiday._reference_dates` is incorrect: Expected `Timestamp`, found `Timestamp | NaTType`
pandas/tseries/holiday.py:379:43: error[invalid-argument-type] Argument to constructor `datetime.__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
pandas/tseries/holiday.py:379:55: error[invalid-argument-type] Argument to constructor `datetime.__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
pandas/tseries/holiday.py:383:41: error[invalid-argument-type] Argument to constructor `datetime.__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
pandas/tseries/holiday.py:383:53: error[invalid-argument-type] Argument to constructor `datetime.__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
pandas/tseries/holiday.py:412:20: error[invalid-return-type] Return type does not match returned value: expected `DatetimeIndex`, found `Index`
pandas/tseries/holiday.py:412:40: error[call-non-callable] Object of type `None` is not callable
pandas/tseries/holiday.py:524:27: error[invalid-argument-type] Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~None) | Timestamp | NaTType`
pandas/tseries/holiday.py:525:25: error[invalid-argument-type] Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~None) | Timestamp | NaTType`
pandas/tseries/holiday.py:538:13: error[invalid-assignment] Object of type `tuple[Timestamp | NaTType, Timestamp | NaTType, Series]` is not assignable to attribute `_cache` of type `tuple[Timestamp, Timestamp, Series] | None`
pandas/tseries/holiday.py:540:20: error[not-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
pandas/util/_decorators.py:65:28: error[unresolved-attribute] Object of type `(**P@deprecate) -> T@deprecate` has no attribute `__name__`
pandas/util/_decorators.py:191:21: error[invalid-assignment] Invalid subscript assignment with key of type `str` and value of type `~None` on object of type `P@_deprecate_kwarg.kwargs`
pandas/util/_decorators.py:196:41: error[call-top-callable] Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
pandas/util/_decorators.py:218:17: error[invalid-assignment] Invalid subscript assignment with key of type `str` and value of type `object` on object of type `P@_deprecate_kwarg.kwargs`
pandas/util/_decorators.py:324:24: error[unresolved-attribute] Object of type `(**P@decorate) -> T@decorate` has no attribute `__qualname__`
pandas/util/_decorators.py:338:9: error[unresolved-attribute] Unresolved attribute `__signature__` on type `_Wrapped[P@decorate, T@decorate, P@decorate, T@decorate]`
pandas/util/_decorators.py:483:21: error[invalid-assignment] Object of type `str` is not assignable to attribute `_module_source` on type `F@decorator & type`
pandas/util/_decorators.py:488:16: warning[redundant-cast] Value is already of type `F@decorator`
pandas/util/_print_versions.py:28:10: error[unresolved-import] Cannot resolve imported module `pandas._version_meson`
pandas/util/_validators.py:378:33: error[invalid-argument-type] Argument to function `validate_bool_kwarg` is incorrect: Argument type `object` does not satisfy constraints (`bool`, `int`, `None`) of type variable `BoolishNoneT`
pandas/util/_validators.py:463:12: error[invalid-return-type] Return type does not match returned value: expected `int`, found `int | integer[Any] | Any`
typings/numba.pyi:24:21: error[unresolved-attribute] Module `numba` has no member `compiler`
Found 1897 diagnostics
