ruff/scripts/ty_benchmark/snapshots/pandas_Pyright.txt

4982 lines
529 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<CWD>/pandas/__init__.py
<CWD>/pandas/__init__.py:17:25 - error: "_dependency" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/_config/config.py
<CWD>/pandas/_config/config.py:287:16 - error: "cb" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/_config/config.py:288:17 - error: "cb" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/_config/config.py:403:40 - error: "defval" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/_config/config.py:756:10 - error: "doc" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/_config/config.py:757:26 - error: "doc" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/_config/localization.py
<CWD>/pandas/_config/localization.py:172:31 - error: "out_locales" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/_config/localization.py:175:39 - error: "out_locales" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/_libs/sparse.pyi
<CWD>/pandas/_libs/sparse.pyi:29:5 - error: "indices" incorrectly overrides property of same name in class "SparseIndex" (reportIncompatibleMethodOverride)
<CWD>/pandas/_libs/sparse.pyi:43:9 - error: Method "intersect" overrides class "SparseIndex" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "y_", override parameter is named "other" (reportIncompatibleMethodOverride)
<CWD>/pandas/_libs/sparse.pyi:44:9 - error: Method "make_union" overrides class "SparseIndex" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "y_", override parameter is named "y" (reportIncompatibleMethodOverride)
<CWD>/pandas/_libs/tslibs/timedeltas.pyi
<CWD>/pandas/_libs/tslibs/timedeltas.pyi:89:5 - error: "min" overrides symbol of same name in class "timedelta"
  Variable is mutable so its type is invariant
    Override type "Timedelta" is not the same as base type "timedelta" (reportIncompatibleVariableOverride)
<CWD>/pandas/_libs/tslibs/timedeltas.pyi:90:5 - error: "max" overrides symbol of same name in class "timedelta"
  Variable is mutable so its type is invariant
    Override type "Timedelta" is not the same as base type "timedelta" (reportIncompatibleVariableOverride)
<CWD>/pandas/_libs/tslibs/timedeltas.pyi:91:5 - error: "resolution" overrides symbol of same name in class "timedelta"
  Variable is mutable so its type is invariant
    Override type "Timedelta" is not the same as base type "timedelta" (reportIncompatibleVariableOverride)
<CWD>/pandas/_libs/tslibs/timestamps.pyi
<CWD>/pandas/_libs/tslibs/timestamps.pyi:34:5 - error: "min" overrides symbol of same name in class "datetime"
  Variable is mutable so its type is invariant
    Override type "Timestamp" is not the same as base type "datetime" (reportIncompatibleVariableOverride)
<CWD>/pandas/_libs/tslibs/timestamps.pyi:35:5 - error: "max" overrides symbol of same name in class "datetime"
  Variable is mutable so its type is invariant
    Override type "Timestamp" is not the same as base type "datetime" (reportIncompatibleVariableOverride)
<CWD>/pandas/_libs/tslibs/timestamps.pyi:37:5 - error: "resolution" overrides symbol of same name in class "date"
  Variable is mutable so its type is invariant
    Override type "Timedelta" is not the same as base type "timedelta" (reportIncompatibleVariableOverride)
<CWD>/pandas/_testing/__init__.py
<CWD>/pandas/_testing/__init__.py:507:28 - error: "core" is not a known attribute of module "pandas" (reportAttributeAccessIssue)
<CWD>/pandas/_testing/__init__.py:509:28 - error: "core" is not a known attribute of module "pandas" (reportAttributeAccessIssue)
<CWD>/pandas/_testing/_io.py
<CWD>/pandas/_testing/_io.py:84:21 - error: Argument of type "str | None" cannot be assigned to parameter "args" of type "StrPath" in function "__new__"
  Type "str | None" is not assignable to type "StrPath"
    Type "None" is not assignable to type "StrPath"
      "None" is not assignable to "str"
      "None" is incompatible with protocol "PathLike[str]"
        "__fspath__" is not present (reportArgumentType)
<CWD>/pandas/_testing/_io.py:85:27 - error: Argument of type "str | None" cannot be assigned to parameter "args" of type "StrPath" in function "__new__"
  Type "str | None" is not assignable to type "StrPath"
    Type "None" is not assignable to type "StrPath"
      "None" is not assignable to "str"
      "None" is incompatible with protocol "PathLike[str]"
        "__fspath__" is not present (reportArgumentType)
<CWD>/pandas/compat/pickle_compat.py
<CWD>/pandas/compat/pickle_compat.py:109:36 - error: Expected 1 positional argument (reportCallIssue)
<CWD>/pandas/compat/pickle_compat.py:112:36 - error: Expected 1 positional argument (reportCallIssue)
<CWD>/pandas/compat/pickle_compat.py:114:36 - error: Expected 1 positional argument (reportCallIssue)
<CWD>/pandas/core/_numba/extensions.py
<CWD>/pandas/core/_numba/extensions.py:22:5 - error: "NativeValue" is unknown import symbol (reportAttributeAccessIssue)
<CWD>/pandas/core/_numba/extensions.py:23:5 - error: "box" is unknown import symbol (reportAttributeAccessIssue)
<CWD>/pandas/core/_numba/extensions.py:24:5 - error: "lower_builtin" is unknown import symbol (reportAttributeAccessIssue)
<CWD>/pandas/core/_numba/extensions.py:29:5 - error: "register_model" is unknown import symbol (reportAttributeAccessIssue)
<CWD>/pandas/core/_numba/extensions.py:31:5 - error: "typeof_impl" is unknown import symbol (reportAttributeAccessIssue)
<CWD>/pandas/core/_numba/extensions.py:32:5 - error: "unbox" is unknown import symbol (reportAttributeAccessIssue)
<CWD>/pandas/core/_numba/extensions.py:61:15 - error: Cannot assign to attribute "_numba_data" for class "Index"
  Attribute "_numba_data" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/_numba/extensions.py:64:19 - error: Cannot delete attribute "_numba_data" for class "Index"
  Attribute "_numba_data" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/_numba/extensions.py:74:48 - error: Expected class but received "(iterable: Iterable[object], /) -> bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/_numba/extensions.py:450:21 - error: Function declaration "series_binop_impl" is obscured by a declaration of the same name (reportRedeclaration)
<CWD>/pandas/core/_numba/kernels/mean_.py
<CWD>/pandas/core/_numba/kernels/mean_.py:135:21 - error: "num_consecutive_same_value" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/_numba/kernels/mean_.py:136:21 - error: "prev_value" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/_numba/kernels/mean_.py:141:16 - error: "num_consecutive_same_value" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/_numba/kernels/mean_.py:142:26 - error: "prev_value" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/_numba/kernels/sum_.py
<CWD>/pandas/core/_numba/kernels/sum_.py:135:21 - error: "num_consecutive_same_value" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/_numba/kernels/sum_.py:136:21 - error: "prev_value" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/_numba/kernels/sum_.py:142:16 - error: "num_consecutive_same_value" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/_numba/kernels/sum_.py:143:26 - error: "prev_value" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/_numba/kernels/sum_.py:209:13 - error: Argument of type "ndarray[_AnyShape, dtype[signedinteger[_64Bit]]]" cannot be assigned to parameter "nobs" of type "int" in function "add_sum"
  "ndarray[_AnyShape, dtype[signedinteger[_64Bit]]]" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/_numba/kernels/sum_.py:212:13 - error: Argument of type "ndarray[_AnyShape, dtype[signedinteger[_64Bit]]]" cannot be assigned to parameter "num_consecutive_same_value" of type "int" in function "add_sum"
  "ndarray[_AnyShape, dtype[signedinteger[_64Bit]]]" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/_numba/kernels/var_.py
<CWD>/pandas/core/_numba/kernels/var_.py:120:21 - error: Argument of type "ndarray[_AnyShape, dtype[Any]] | float" cannot be assigned to parameter "prev_value" of type "float" in function "add_var"
  Type "ndarray[_AnyShape, dtype[Any]] | float" is not assignable to type "float"
    "ndarray[_AnyShape, dtype[Any]]" is not assignable to "float" (reportArgumentType)
<CWD>/pandas/core/_numba/kernels/var_.py:144:21 - error: "num_consecutive_same_value" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/_numba/kernels/var_.py:145:21 - error: Argument of type "Unbound | ndarray[_AnyShape, dtype[Any]] | float" cannot be assigned to parameter "prev_value" of type "float" in function "add_var"
  Type "Unbound | ndarray[_AnyShape, dtype[Any]] | float" is not assignable to type "float"
    "ndarray[_AnyShape, dtype[Any]]" is not assignable to "float" (reportArgumentType)
<CWD>/pandas/core/_numba/kernels/var_.py:145:21 - error: "prev_value" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/_numba/kernels/var_.py:149:29 - error: "num_consecutive_same_value" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/_numba/kernels/var_.py:217:13 - error: Argument of type "ndarray[_AnyShape, dtype[signedinteger[_64Bit]]]" cannot be assigned to parameter "nobs" of type "int" in function "add_var"
  "ndarray[_AnyShape, dtype[signedinteger[_64Bit]]]" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/_numba/kernels/var_.py:218:13 - error: Argument of type "ndarray[_AnyShape, dtype[Any]]" cannot be assigned to parameter "mean_x" of type "float" in function "add_var"
  "ndarray[_AnyShape, dtype[Any]]" is not assignable to "float" (reportArgumentType)
<CWD>/pandas/core/_numba/kernels/var_.py:219:13 - error: Argument of type "ndarray[_AnyShape, dtype[Any]]" cannot be assigned to parameter "ssqdm_x" of type "float" in function "add_var"
  "ndarray[_AnyShape, dtype[Any]]" is not assignable to "float" (reportArgumentType)
<CWD>/pandas/core/_numba/kernels/var_.py:220:13 - error: Argument of type "ndarray[_AnyShape, dtype[Any]]" cannot be assigned to parameter "compensation" of type "float" in function "add_var"
  "ndarray[_AnyShape, dtype[Any]]" is not assignable to "float" (reportArgumentType)
<CWD>/pandas/core/_numba/kernels/var_.py:221:13 - error: Argument of type "ndarray[_AnyShape, dtype[signedinteger[_64Bit]]]" cannot be assigned to parameter "num_consecutive_same_value" of type "int" in function "add_var"
  "ndarray[_AnyShape, dtype[signedinteger[_64Bit]]]" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/_numba/kernels/var_.py:222:13 - error: Argument of type "ndarray[_AnyShape, dtype[Any]]" cannot be assigned to parameter "prev_value" of type "float" in function "add_var"
  "ndarray[_AnyShape, dtype[Any]]" is not assignable to "float" (reportArgumentType)
<CWD>/pandas/core/algorithms.py
<CWD>/pandas/core/algorithms.py:257:12 - error: Type "ndarray[_AnyShape, dtype[Any]] | NDArray[Unknown] | Index | Series | ExtensionArray | ndarray[Unknown, Unknown] | NumpyExtensionArray" is not assignable to return type "ArrayLike"
  Type "ndarray[_AnyShape, dtype[Any]] | NDArray[Unknown] | Index | Series | ExtensionArray | ndarray[Unknown, Unknown] | NumpyExtensionArray" is not assignable to type "ArrayLike"
    Type "Index" is not assignable to type "ArrayLike"
      "Index" is not assignable to "ExtensionArray"
      "Index" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportReturnType)
<CWD>/pandas/core/algorithms.py:469:23 - error: Cannot access attribute "unique" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "unique" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/algorithms.py:476:45 - error: Argument of type "ArrayLike" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]]" in function "_get_hashtable_algo"
  Type "ArrayLike" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/algorithms.py:546:33 - error: Argument of type "ArrayLike | Index | Series" cannot be assigned to parameter "values" of type "ArrayLike" in function "isin"
  Type "ArrayLike | Index | Series" is not assignable to type "ArrayLike"
    Type "Index" is not assignable to type "ArrayLike"
      "Index" is not assignable to "ExtensionArray"
      "Index" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/algorithms.py:550:43 - error: Argument of type "ArrayLike | Index | Series" cannot be assigned to parameter "values" of type "ArrayLike" in function "isin"
  Type "ArrayLike | Index | Series" is not assignable to type "ArrayLike"
    Type "Index" is not assignable to type "ArrayLike"
      "Index" is not assignable to "ExtensionArray"
      "Index" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/algorithms.py:583:17 - error: Type "(a: Unknown, b: Unknown) -> ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]" is not assignable to declared type "(c: Unknown, v: Unknown) -> Unknown"
  Type "(a: Unknown, b: Unknown) -> ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]" is not assignable to type "(c: Unknown, v: Unknown) -> Unknown"
    Parameter name mismatch: "c" versus "a"
    Parameter name mismatch: "v" versus "b" (reportAssignmentType)
<CWD>/pandas/core/algorithms.py:589:13 - error: Type "(arr: ndarray[_AnyShape, dtype[Any]], values: ndarray[_AnyShape, dtype[Any]]) -> NDArray[bool_]" is not assignable to declared type "(c: Unknown, v: Unknown) -> Unknown"
  Type "(arr: ndarray[_AnyShape, dtype[Any]], values: ndarray[_AnyShape, dtype[Any]]) -> NDArray[bool_]" is not assignable to type "(c: Unknown, v: Unknown) -> Unknown"
    Parameter name mismatch: "c" versus "arr"
    Parameter name mismatch: "v" versus "values" (reportAssignmentType)
<CWD>/pandas/core/algorithms.py:820:23 - error: Type "tuple[_Array1D[signedinteger[_NBitIntP]] | ndarray[_AnyShape, dtype[Any]], DatetimeArray | ExtensionArray | TimedeltaArray]" is not assignable to return type "tuple[ndarray[_AnyShape, dtype[Any]], ndarray[_AnyShape, dtype[Any]] | Index]"
  Type "DatetimeArray | ExtensionArray | TimedeltaArray" is not assignable to type "ndarray[_AnyShape, dtype[Any]] | Index"
    Type "ExtensionArray" is not assignable to type "ndarray[_AnyShape, dtype[Any]] | Index"
      "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]"
      "ExtensionArray" is not assignable to "Index" (reportReturnType)
<CWD>/pandas/core/algorithms.py:838:46 - error: Argument of type "object | Any | float | Literal[0, False]" cannot be assigned to parameter "x" of type "ArrayLike" in function "where"
  Type "object | Any | float | Literal[0, False]" is not assignable to type "ArrayLike"
    Type "object" is not assignable to type "ArrayLike"
      "object" is incompatible with protocol "_Buffer"
        "__buffer__" is not present
      "object" is incompatible with protocol "_SupportsArray[dtype[Any]]"
        "__array__" is not present
      "object" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
        "__len__" is not present
... (reportArgumentType)
<CWD>/pandas/core/algorithms.py:855:33 - error: Argument of type "AnyArrayLike | Any | Unknown | DatetimeArray | TimedeltaArray" cannot be assigned to parameter "values" of type "ArrayLikeT@_reconstruct_data" in function "_reconstruct_data"
  Type "AnyArrayLike | Any | Unknown | DatetimeArray | TimedeltaArray" is not assignable to constrained type variable "ArrayLikeT" (reportArgumentType)
<CWD>/pandas/core/algorithms.py:890:21 - error: Cannot access attribute "value_counts" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "value_counts" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/algorithms.py:890:21 - error: Cannot access attribute "value_counts" for class "tuple[Series | Categorical | Unknown | ndarray[_AnyShape, dtype[Any]], IntervalArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]] | IntervalIndex | Index]"
  Attribute "value_counts" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/algorithms.py:930:54 - error: Argument of type "ArrayLike" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]]" in function "value_counts_arraylike"
  Type "ArrayLike" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/algorithms.py:951:18 - error: No overloads for "sort_values" match the provided arguments
  Argument types: (bool) (reportCallIssue)
<CWD>/pandas/core/algorithms.py:954:34 - error: Cannot access attribute "sum" for class "DatetimeArray"
  Attribute "sum" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/algorithms.py:954:34 - error: Cannot access attribute "sum" for class "PeriodArray"
  Attribute "sum" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/algorithms.py:956:12 - error: Type "Any | Unknown | Series | DataFrame" is not assignable to return type "Series"
  Type "Any | Unknown | Series | DataFrame" is not assignable to type "Series"
    "DataFrame" is not assignable to "Series" (reportReturnType)
<CWD>/pandas/core/algorithms.py:1062:32 - error: Argument of type "AnyArrayLike | tuple[AnyArrayLike, ndarray[_AnyShape, dtype[Any]]] | Any" cannot be assigned to parameter "values" of type "ArrayLikeT@_reconstruct_data" in function "_reconstruct_data"
  Type "AnyArrayLike | tuple[AnyArrayLike, ndarray[_AnyShape, dtype[Any]]] | Any" is not assignable to constrained type variable "ArrayLikeT" (reportArgumentType)
<CWD>/pandas/core/algorithms.py:1740:38 - error: Argument of type "((x: Unknown) -> Unknown) | Series | Unknown" cannot be assigned to parameter "f" of type "(Any) -> Any" in function "map_infer"
  Type "((x: Unknown) -> Unknown) | Series | Unknown" is not assignable to type "(Any) -> Any"
    Type "Series" is not assignable to type "(Any) -> Any" (reportArgumentType)
<CWD>/pandas/core/algorithms.py:1742:43 - error: Argument of type "((x: Unknown) -> Unknown) | Series | Unknown" cannot be assigned to parameter "f" of type "(Any) -> Any" in function "map_infer_mask"
  Type "((x: Unknown) -> Unknown) | Series | Unknown" is not assignable to type "(Any) -> Any"
    Type "Series" is not assignable to type "(Any) -> Any" (reportArgumentType)
<CWD>/pandas/core/apply.py
<CWD>/pandas/core/apply.py:197:52 - error: Argument expression after ** must be a mapping with a "str" key type (reportCallIssue)
<CWD>/pandas/core/apply.py:210:12 - error: "klass" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/apply.py:396:20 - error: Type "object | Any" is not assignable to return type "DataFrame | Series"
  Type "object | Any" is not assignable to type "DataFrame | Series"
    Type "object" is not assignable to type "DataFrame | Series"
      "object" is not assignable to "DataFrame"
      "object" is not assignable to "Series" (reportReturnType)
<CWD>/pandas/core/apply.py:452:46 - error: Argument of type "DataFrame | Series | DataFrameGroupBy | SeriesGroupBy | GroupBy[Unknown] | Unknown" cannot be assigned to parameter "colg" of type "Series | DataFrame" in function "include_axis"
  Type "DataFrame | Series | DataFrameGroupBy | SeriesGroupBy | GroupBy[Unknown] | Unknown" is not assignable to type "Series | DataFrame"
    Type "GroupBy[Unknown]" is not assignable to type "Series | DataFrame"
      "GroupBy[Unknown]" is not assignable to "Series"
      "GroupBy[Unknown]" is not assignable to "DataFrame" (reportArgumentType)
<CWD>/pandas/core/apply.py:468:46 - error: Argument of type "DataFrame | Series | DataFrameGroupBy | SeriesGroupBy | GroupBy[Unknown] | Unknown" cannot be assigned to parameter "colg" of type "Series | DataFrame" in function "include_axis"
  Type "DataFrame | Series | DataFrameGroupBy | SeriesGroupBy | GroupBy[Unknown] | Unknown" is not assignable to type "Series | DataFrame"
    Type "GroupBy[Unknown]" is not assignable to type "Series | DataFrame"
      "GroupBy[Unknown]" is not assignable to "Series"
      "GroupBy[Unknown]" is not assignable to "DataFrame" (reportArgumentType)
<CWD>/pandas/core/apply.py:699:16 - error: Type "object | Any" is not assignable to return type "DataFrame | Series"
  Type "object | Any" is not assignable to type "DataFrame | Series"
    Type "object" is not assignable to type "DataFrame | Series"
      "object" is not assignable to "DataFrame"
      "object" is not assignable to "Series" (reportReturnType)
<CWD>/pandas/core/apply.py:774:21 - error: Argument of type "list[Unknown] | tuple[Unknown, ...] | dict[Unknown, Unknown] | list[AggFuncTypeBase]" cannot be assigned to parameter "value" of type "AggFuncTypeBase | list[AggFuncTypeBase]" in function "__setitem__"
  Type "list[Unknown] | tuple[Unknown, ...] | dict[Unknown, Unknown] | list[AggFuncTypeBase]" is not assignable to type "AggFuncTypeBase | list[AggFuncTypeBase]"
    Type "dict[Unknown, Unknown]" is not assignable to type "AggFuncTypeBase | list[AggFuncTypeBase]"
      Type "dict[Unknown, Unknown]" is not assignable to type "(...) -> Unknown"
      "dict[Unknown, Unknown]" is not assignable to "str"
      "dict[Unknown, Unknown]" is not assignable to "list[AggFuncTypeBase]" (reportArgumentType)
<CWD>/pandas/core/apply.py:1477:5 - error: "obj" overrides symbol of same name in class "NDFrameApply"
  Variable is mutable so its type is invariant
    Override type "Series" is not the same as base type "DataFrame | Series" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/apply.py:1684:5 - error: "obj" overrides symbol of same name in class "GroupByApply"
  Variable is mutable so its type is invariant
    Override type "Resampler | BaseWindow" is not the same as base type "GroupBy[Unknown] | Resampler | BaseWindow" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/apply.py:1781:82 - error: Object of type "str" is not callable
  Attribute "__call__" is unknown (reportCallIssue)
<CWD>/pandas/core/apply.py:2000:49 - error: Argument of type "AggFuncType" cannot be assigned to parameter "func" of type "dict[str, list[((...) -> Unknown) | str]]" in function "relabel_result"
  Type "AggFuncType" is not assignable to type "dict[str, list[((...) -> Unknown) | str]]"
    "str" is not assignable to "dict[str, list[((...) -> Unknown) | str]]" (reportArgumentType)
<CWD>/pandas/core/array_algos/take.py
<CWD>/pandas/core/array_algos/take.py:160:29 - error: Argument of type "Any | float | Unknown | object | datetime64[date | int | None] | timedelta64[timedelta | int | None] | bool | bool_ | int | integer[Any] | complex" cannot be assigned to parameter "fill_value" of type "float" in function "func"
  Type "Any | float | Unknown | object | datetime64[date | int | None] | timedelta64[timedelta | int | None] | bool | bool_ | int | integer[Any] | complex" is not assignable to type "float"
    "object" is not assignable to "float" (reportArgumentType)
<CWD>/pandas/core/array_algos/take.py:244:8 - error: "func" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/array_algos/take.py:245:16 - error: "func" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/array_algos/take.py:276:12 - error: Type "None" is not assignable to declared type "(arr: Unknown, indexer: Unknown, out: Unknown, fill_value: float = np.nan) -> None"
  Type "None" is not assignable to type "(arr: Unknown, indexer: Unknown, out: Unknown, fill_value: float = np.nan) -> None" (reportAssignmentType)
<CWD>/pandas/core/array_algos/take.py:279:16 - error: Type "Unknown | Any | None" is not assignable to declared type "(arr: Unknown, indexer: Unknown, out: Unknown, fill_value: float = np.nan) -> None"
  Type "Unknown | Any | None" is not assignable to type "(arr: Unknown, indexer: Unknown, out: Unknown, fill_value: float = np.nan) -> None"
    Type "None" is not assignable to type "(arr: Unknown, indexer: Unknown, out: Unknown, fill_value: float = np.nan) -> None" (reportAssignmentType)
<CWD>/pandas/core/array_algos/take.py:303:27 - error: Cannot access attribute "dtype" for class "float"
  Attribute "dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/array_algos/take.py:304:41 - error: Cannot access attribute "astype" for class "float"
  Attribute "astype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/array_algos/take.py:306:41 - error: Cannot access attribute "astype" for class "float"
  Attribute "astype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/array_algos/take.py:538:43 - error: "any" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:56:41 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:56:44 - error: "utf8_lower" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:59:41 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:59:44 - error: "utf8_upper" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:63:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:63:25 - error: "utf8_trim_whitespace" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:65:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:65:25 - error: "utf8_trim" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:70:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:70:25 - error: "utf8_ltrim_whitespace" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:72:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:72:25 - error: "utf8_ltrim" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:77:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:77:25 - error: "utf8_rtrim_whitespace" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:79:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:79:25 - error: "utf8_rtrim" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:89:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:89:25 - error: "utf8_lpad" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:91:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:91:25 - error: "utf8_rpad" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:105:34 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:105:37 - error: "utf8_center" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:115:19 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:115:22 - error: "utf8_length" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:117:29 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:117:32 - error: "greater_equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:122:29 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:122:32 - error: "greater" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:126:29 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:126:32 - error: "invert" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:127:20 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:127:23 - error: "utf8_slice_codeunits" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:130:22 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:131:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:131:21 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:146:13 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:146:16 - error: "utf8_slice_codeunits" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:159:13 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:159:16 - error: "utf8_replace_slice" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:184:16 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:184:19 - error: "replace_substring_regex" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:184:57 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:184:60 - error: "replace_substring" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:197:41 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:197:44 - error: "utf8_capitalize" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:200:41 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:200:44 - error: "utf8_title" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:203:41 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:203:44 - error: "utf8_swapcase" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:206:23 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:206:26 - error: "starts_with" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:207:19 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:207:22 - error: "utf8_slice_codeunits" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:208:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:208:21 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:212:21 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:212:24 - error: "ends_with" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:213:19 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:213:22 - error: "utf8_slice_codeunits" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:214:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:214:21 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:221:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:221:25 - error: "starts_with" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:226:26 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:226:29 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:226:37 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:226:40 - error: "is_null" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:228:26 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:228:29 - error: "starts_with" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:231:30 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:231:33 - error: "or_" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:231:45 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:231:48 - error: "starts_with" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:238:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:238:25 - error: "ends_with" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:243:26 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:243:29 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:243:37 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:243:40 - error: "is_null" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:245:26 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:245:29 - error: "ends_with" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:248:30 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:248:33 - error: "or_" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:248:45 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:248:48 - error: "ends_with" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:309:27 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:309:30 - error: "match_substring_regex" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:311:27 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:311:30 - error: "match_substring" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:343:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:343:25 - error: "find_substring" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:350:49 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:355:32 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:355:35 - error: "add" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:355:46 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:355:49 - error: "utf8_length" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:356:32 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:356:35 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:356:43 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:356:46 - error: "less" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:359:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:359:25 - error: "utf8_slice_codeunits" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:360:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:360:25 - error: "find_substring" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:361:21 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:361:24 - error: "not_equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:361:42 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:362:29 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:362:32 - error: "add" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:363:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/_arrow_string_mixins.py:363:25 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_mixins.py
<CWD>/pandas/core/arrays/_mixins.py:179:40 - error: Argument of type "Unknown | ndarray[_AnyShape, Unknown] | NumpyExtensionArray | Index | Series" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]]" in function "_from_backing_data"
  Type "Unknown | ndarray[_AnyShape, Unknown] | NumpyExtensionArray | Index | Series" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "Index" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/arrays/_mixins.py:186:32 - error: Cannot access attribute "dtype" for class "object"
  Attribute "dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_mixins.py:188:59 - error: Cannot access attribute "_ndarray" for class "object"
  Attribute "_ndarray" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/_mixins.py:233:9 - error: Method "_concat_same_type" overrides class "NDArrayBacked" in an incompatible manner
  Parameter 2 type mismatch: base parameter is type "Sequence[NDArrayBacked]", override parameter is type "Sequence[NDArrayBackedExtensionArray]"
    "Sequence[NDArrayBacked]" is not assignable to "Sequence[NDArrayBackedExtensionArray]"
      Type parameter "_T_co@Sequence" is covariant, but "NDArrayBacked" is not a subtype of "NDArrayBackedExtensionArray"
        "NDArrayBacked" is not assignable to "NDArrayBackedExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/_mixins.py:233:9 - error: Method "_concat_same_type" overrides class "ExtensionArray" in an incompatible manner
  Parameter 2 type mismatch: base parameter is type "Sequence[ExtensionArray]", override parameter is type "Sequence[NDArrayBackedExtensionArray]"
    "Sequence[ExtensionArray]" is not assignable to "Sequence[NDArrayBackedExtensionArray]"
      Type parameter "_T_co@Sequence" is covariant, but "ExtensionArray" is not a subtype of "NDArrayBackedExtensionArray"
        "ExtensionArray" is not assignable to "NDArrayBackedExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/_mixins.py:252:16 - error: No overloads for "searchsorted" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/arrays/_mixins.py:252:70 - error: Argument of type "NumpySorter" cannot be assigned to parameter "sorter" of type "_ArrayLikeInt_co | None" in function "searchsorted"
  Type "NumpySorter" is not assignable to type "_ArrayLikeInt_co | None"
    Type "NBitBase" is not assignable to type "_ArrayLikeInt_co | None"
      "NBitBase" is incompatible with protocol "_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]"
        "__array__" is not present
      "NBitBase" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]]"
        "__len__" is not present
        "__getitem__" is not present
        "__contains__" is not present
... (reportArgumentType)
<CWD>/pandas/core/arrays/_mixins.py:326:69 - error: Argument of type "ndarray[_AnyShape, dtype[Any]] | ExtensionArraySupportsAnyAll" cannot be assigned to parameter "mask" of type "NDArray[bool_] | None" in function "_pad_1d"
  Type "ndarray[_AnyShape, dtype[Any]] | ExtensionArraySupportsAnyAll" is not assignable to type "NDArray[bool_] | None"
    Type "ExtensionArraySupportsAnyAll" is not assignable to type "NDArray[bool_] | None"
      "ExtensionArraySupportsAnyAll" is not assignable to "ndarray[_AnyShape, dtype[bool_]]"
      "ExtensionArraySupportsAnyAll" is not assignable to "None" (reportArgumentType)
<CWD>/pandas/core/arrays/arrow/accessors.py
<CWD>/pandas/core/arrays/arrow/accessors.py:46:53 - error: "ArrowDtype" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:78:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:79:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:80:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:115:25 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:115:28 - error: "list_value_length" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/accessors.py:118:19 - error: "ArrowDtype" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:163:23 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:163:26 - error: "list_element" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/accessors.py:166:23 - error: "ArrowDtype" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:181:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:181:25 - error: "list_slice" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/accessors.py:184:23 - error: "ArrowDtype" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:226:18 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:226:21 - error: "compute" is not a known attribute of module "pyarrow" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/accessors.py:227:21 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:227:24 - error: "compute" is not a known attribute of module "pyarrow" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/accessors.py:228:58 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:231:19 - error: "ArrowDtype" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:257:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:297:18 - error: "ArrowDtype" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:429:50 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:450:20 - error: "name" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:454:21 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/accessors.py:454:24 - error: "struct_field" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/accessors.py:458:19 - error: "ArrowDtype" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py
<CWD>/pandas/core/arrays/arrow/array.py:97:18 - error: "equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:98:18 - error: "not_equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:99:18 - error: "less" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:100:18 - error: "greater" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:101:18 - error: "less_equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:102:18 - error: "greater_equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:106:20 - error: "and_kleene" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:107:34 - error: "and_kleene" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:108:19 - error: "or_kleene" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:109:33 - error: "or_kleene" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:110:19 - error: "xor" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:111:33 - error: "xor" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:115:20 - error: "bit_wise_and" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:116:34 - error: "bit_wise_and" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:117:19 - error: "bit_wise_or" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:118:33 - error: "bit_wise_or" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:119:19 - error: "bit_wise_xor" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:120:33 - error: "bit_wise_xor" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:146:26 - error: "divide_checked" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:149:36 - error: "not_equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:149:49 - error: "multiply" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:150:47 - error: "less" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:151:24 - error: "bit_wise_xor" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:154:29 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:155:24 - error: "and_" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:160:24 - error: "subtract" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:167:26 - error: "divide" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:168:25 - error: "floor" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:172:19 - error: "add_checked" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:173:33 - error: "add_checked" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:174:19 - error: "subtract_checked" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:175:33 - error: "subtract_checked" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:176:19 - error: "multiply_checked" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:177:33 - error: "multiply_checked" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:178:36 - error: "divide" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:179:37 - error: "divide" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:186:19 - error: "power_checked" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:187:33 - error: "power_checked" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:229:26 - error: "ArrowDtype" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:230:22 - error: Cannot access attribute "pyarrow_dtype" for class "ExtensionDtype"
  Attribute "pyarrow_dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:230:22 - error: Cannot access attribute "pyarrow_dtype" for class "str"
  Attribute "pyarrow_dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:230:22 - error: Cannot access attribute "pyarrow_dtype" for class "dtype[Any]"
  Attribute "pyarrow_dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:230:22 - error: Cannot access attribute "pyarrow_dtype" for class "type[str]"
  Attribute "pyarrow_dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:230:22 - error: Cannot access attribute "pyarrow_dtype" for class "type[complex]"
  Attribute "pyarrow_dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:230:22 - error: Cannot access attribute "pyarrow_dtype" for class "type[bool]"
  Attribute "pyarrow_dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:230:22 - error: Cannot access attribute "pyarrow_dtype" for class "type[object]"
  Attribute "pyarrow_dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:230:22 - error: "pyarrow_dtype" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/arrow/array.py:231:28 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:234:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:239:20 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:240:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:312:31 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:313:30 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:314:33 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:320:23 - error: "ArrowDtype" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:349:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:350:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:351:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:356:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:360:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:364:23 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:365:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:375:45 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:375:55 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:376:31 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:376:54 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:377:27 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:377:30 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:379:44 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:380:24 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:382:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:387:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:394:37 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:394:47 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:397:27 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:397:50 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:398:23 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:398:26 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:398:34 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:398:37 - error: "equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:399:23 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:399:26 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:399:34 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:399:37 - error: "equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:400:36 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:402:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:403:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:404:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:409:37 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:409:47 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:412:27 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:430:29 - error: Cannot access attribute "copy" for class "NAType"
  Attribute "copy" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:430:29 - error: Cannot access attribute "copy" for class "NaTType"
  Attribute "copy" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:430:29 - error: Cannot access attribute "copy" for class "Timestamp"
  Attribute "copy" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:430:29 - error: Cannot access attribute "copy" for class "Timedelta"
  Attribute "copy" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:436:23 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:438:23 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:445:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:448:32 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:449:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:452:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:454:18 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:456:29 - error: "ArrowDtype" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:456:40 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:461:18 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:463:25 - error: "ArrowDtype" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:463:36 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:465:18 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:467:25 - error: "ArrowDtype" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:467:36 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:471:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:471:45 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:473:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:473:45 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:475:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:475:48 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:477:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:477:48 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:480:20 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:480:23 - error: "lib" is not a known attribute of module "pyarrow" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:483:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:483:49 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:488:20 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:488:23 - error: "lib" is not a known attribute of module "pyarrow" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:493:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:493:48 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:519:30 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:537:30 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:540:25 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:545:31 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:551:31 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:556:25 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:582:33 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:582:43 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:594:30 - error: Cannot access attribute "__arrow_array__" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "__arrow_array__" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:594:30 - error: Cannot access attribute "__arrow_array__" for class "ExtensionArray"
  Attribute "__arrow_array__" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:601:21 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:602:24 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:613:21 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:622:40 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:646:28 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:661:73 - error: Argument of type "ndarray[_AnyShape, dtype[Any]] | Any | ExtensionArray | ndarray[Unknown, Unknown]" cannot be assigned to parameter "values" of type "Collection[Unknown]" in function "construct_1d_object_array_from_listlike"
  Type "ndarray[_AnyShape, dtype[Any]] | Any | ExtensionArray | ndarray[Unknown, Unknown]" is not assignable to type "Collection[Unknown]"
    "ExtensionArray" is incompatible with protocol "Collection[Unknown]"
      "__contains__" is an incompatible type
        Type "(item: object) -> (bool | bool_)" is not assignable to type "(x: object, /) -> bool"
          Function return type "bool | bool_" is incompatible with type "bool" (reportArgumentType)
<CWD>/pandas/core/arrays/arrow/array.py:671:28 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:672:21 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:672:38 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:674:28 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:676:36 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:682:28 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:684:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:692:45 - error: Cannot access attribute "type" for class "ExtensionArray"
  Attribute "type" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:692:45 - error: Cannot access attribute "type" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "type" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:693:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:694:37 - error: Cannot access attribute "dictionary_encode" for class "ExtensionArray"
  Attribute "dictionary_encode" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:694:37 - error: Cannot access attribute "dictionary_encode" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "dictionary_encode" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:699:41 - error: Cannot access attribute "cast" for class "ExtensionArray"
  Attribute "cast" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:699:41 - error: Cannot access attribute "cast" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "cast" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:700:25 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:700:54 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:701:24 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:701:52 - error: Cannot access attribute "type" for class "ExtensionArray"
  Attribute "type" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:701:52 - error: Cannot access attribute "type" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "type" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:701:61 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:702:34 - error: Cannot access attribute "type" for class "ExtensionArray"
  Attribute "type" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:702:34 - error: Cannot access attribute "type" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "type" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:706:33 - error: "ArrowDtype" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:715:9 - error: Method "__getitem__" overrides class "ExtensionArray" in an incompatible manner
  Return type mismatch: base method returns type "ExtensionArray", override returns type "Unknown | ArrowExtensionArray | NAType | NaTType | Timestamp | Timedelta"
    Type "Unknown | ArrowExtensionArray | NAType | NaTType | Timestamp | Timedelta" is not assignable to type "ExtensionArray"
      "NAType" is not assignable to "ExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/arrow/array.py:749:32 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:752:26 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:765:20 - error: Type "Unknown | tuple[Unknown, ...]" is not assignable to declared type "PositionalIndexer"
  Type "Unknown | tuple[Unknown, ...]" is not assignable to type "PositionalIndexer"
    Type "tuple[Unknown, ...]" is not assignable to type "PositionalIndexer"
      "tuple[Unknown, ...]" is not assignable to "int"
      "tuple[Unknown, ...]" is not assignable to "integer[Any]"
      "tuple[Unknown, ...]" is not assignable to "slice[Any, Any, Any]"
      "tuple[Unknown, ...]" is not assignable to "list[int]"
      "tuple[Unknown, ...]" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportAssignmentType)
<CWD>/pandas/core/arrays/arrow/array.py:793:30 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:803:18 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:806:18 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:819:25 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:820:25 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:861:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:862:45 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:862:48 - error: "bit_wise_not" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:863:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:863:57 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:869:45 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:869:48 - error: "invert" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:873:45 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:873:48 - error: "negate_checked" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:874:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:883:41 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:883:44 - error: "abs_checked" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:897:30 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:907:20 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:907:23 - error: "lib" is not a known attribute of module "pyarrow" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:910:26 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:910:52 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:913:21 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:913:54 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:914:21 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:914:54 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:918:30 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:918:52 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:922:28 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:924:34 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:924:56 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:927:49 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:928:41 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:932:26 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:932:48 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:936:25 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:936:28 - error: "lib" is not a known attribute of module "pyarrow" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:936:58 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:936:61 - error: "lib" is not a known attribute of module "pyarrow" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:945:30 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:945:52 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:946:30 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:946:33 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:969:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:970:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:971:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:974:23 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:977:34 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:977:37 - error: "binary_join_element_wise" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:979:34 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:979:37 - error: "binary_join_element_wise" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:980:24 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:984:49 - error: "result" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:988:24 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:990:31 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:990:34 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:990:42 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:990:45 - error: "less" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:991:26 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:991:29 - error: "binary_repeat" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:994:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:995:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:996:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1000:20 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1002:27 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1002:30 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1002:38 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1002:41 - error: "less" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1003:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1003:25 - error: "binary_repeat" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1006:31 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1007:17 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1007:20 - error: "is_null" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1015:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1015:47 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1021:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1028:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1032:17 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1033:20 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1057:17 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1058:20 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1073:20 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1073:23 - error: "is_nan" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1074:19 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1074:22 - error: "replace_with_mask" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1074:52 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1116:24 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1116:27 - error: "any" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1116:31 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1116:34 - error: "is_nan" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1284:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1284:21 - error: "array_sort_indices" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1300:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1301:30 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1303:25 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1304:16 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1332:41 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1332:44 - error: "drop_null" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1350:25 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1350:28 - error: "fill_null_forward" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1354:25 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1354:28 - error: "fill_null_backward" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1356:20 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1394:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1400:17 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1402:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1416:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1416:21 - error: "is_in" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1416:53 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1447:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1459:17 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1466:30 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1502:41 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1502:44 - error: "round" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1520:35 - error: "ArrowDtype" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1523:17 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1523:52 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1528:16 - error: No overloads for "searchsorted" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1528:81 - error: Argument of type "NumpySorter" cannot be assigned to parameter "sorter" of type "_ArrayLikeInt_co | None" in function "searchsorted"
  Type "NumpySorter" is not assignable to type "_ArrayLikeInt_co | None"
    Type "NBitBase" is not assignable to type "_ArrayLikeInt_co | None"
      "NBitBase" is incompatible with protocol "_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]"
        "__array__" is not present
      "NBitBase" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]]"
        "__len__" is not present
        "__getitem__" is not present
        "__contains__" is not present
... (reportArgumentType)
<CWD>/pandas/core/arrays/arrow/array.py:1530:9 - error: Method "take" overrides class "ExtensionArray" in an incompatible manner
  Parameter "allow_fill" is missing in override
  Parameter "fill_value" is missing in override (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/arrow/array.py:1601:33 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1639:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1651:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1672:12 - error: Invalid conditional operand of type "NDArray[bool_] | Unknown | NDFrame | Literal[True]"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/arrays/arrow/array.py:1672:49 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1678:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1678:46 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1685:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1685:43 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1691:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1692:16 - error: Invalid conditional operand of type "bool | NDArray[bool_] | NDFrame"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/arrays/arrow/array.py:1696:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1713:25 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1721:41 - error: Cannot access attribute "_pa_array" for class "NAType"
  Attribute "_pa_array" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1721:41 - error: Cannot access attribute "_pa_array" for class "NaTType"
  Attribute "_pa_array" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1721:41 - error: Cannot access attribute "_pa_array" for class "Timestamp"
  Attribute "_pa_array" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1721:41 - error: Cannot access attribute "_pa_array" for class "Timedelta"
  Attribute "_pa_array" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1739:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1739:45 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1741:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1743:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1745:27 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1747:27 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1748:31 - error: "ArrowDtype" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1766:21 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1766:24 - error: "unique" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1823:24 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1826:15 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1868:32 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1877:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1878:15 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1882:52 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1884:52 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1888:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1920:23 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1920:26 - error: "is_null" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1921:16 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1921:19 - error: "all" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1921:35 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1925:32 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1928:32 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1928:35 - error: "fill_null_forward" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1929:32 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1929:35 - error: "fill_null_backward" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1933:23 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1934:24 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1941:25 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1943:25 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1943:28 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1977:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1978:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1979:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1980:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1985:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1986:51 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1990:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1990:25 - error: "not_equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:1993:48 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1994:50 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1996:59 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:1999:54 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2001:54 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2005:17 - error: Function declaration "pyarrow_meth" is obscured by a declaration of the same name (reportRedeclaration)
<CWD>/pandas/core/arrays/arrow/array.py:2011:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2011:44 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2069:28 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2077:46 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2079:43 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2082:38 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2084:38 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2086:39 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2087:34 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2088:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2090:18 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2091:38 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2092:18 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2094:38 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2097:38 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2128:31 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2139:38 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2140:26 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2142:26 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2148:12 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2148:15 - error: "is_null" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2150:36 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2227:34 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2233:17 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2236:20 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2242:52 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2261:29 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2262:20 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2284:27 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2286:27 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2287:22 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2295:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2295:21 - error: "rank" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2303:20 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2303:23 - error: "is_null" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2304:20 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2305:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2305:25 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2308:26 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2308:29 - error: "rank" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2314:42 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2315:38 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2316:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2316:25 - error: "divide" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2316:32 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2316:35 - error: "add" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2319:20 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2320:38 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2322:27 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2322:30 - error: "max" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2324:27 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2324:30 - error: "count" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2325:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2325:25 - error: "divide" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2329:9 - error: Method "_rank" overrides class "ExtensionArray" in an incompatible manner
  Return type mismatch: base method returns type "NDArray[float64]", override returns type "ArrowExtensionArray"
    "ArrowExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[float64]]" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/arrow/array.py:2367:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2372:34 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2374:34 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2376:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2376:21 - error: "quantile" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2378:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2379:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2380:26 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2380:29 - error: "floor" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2383:38 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2385:38 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2407:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2410:44 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2412:44 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2421:15 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2421:18 - error: "value_counts" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2423:13 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2423:16 - error: "equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2423:43 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2423:46 - error: "max" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2426:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2429:40 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2429:43 - error: "array_sort_indices" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2467:24 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2468:24 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2468:27 - error: "fill_null_backward" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2468:46 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2468:49 - error: "pairwise_diff_checked" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2469:27 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2470:23 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2470:26 - error: "add_checked" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2470:51 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2470:54 - error: "divide_checked" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2471:45 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2471:48 - error: "coalesce" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2494:60 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2520:20 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2520:23 - error: "if_else" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2521:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2525:35 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2525:45 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2527:36 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2538:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2564:37 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "ExtensionArray"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "str"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "bytes"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "date"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "datetime"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "timedelta"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "datetime64[date | int | None]"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "timedelta64[timedelta | int | None]"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "bool"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "int"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "float"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "Timestamp"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "Timedelta"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "Interval[Unknown]"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "complex"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "integer[Any]"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "floating[Any]"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2566:41 - error: Cannot access attribute "combine_chunks" for class "complexfloating[Any, Any]"
  Attribute "combine_chunks" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2567:31 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2567:52 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2572:20 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2572:23 - error: "replace_with_mask" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2573:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2575:37 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2577:39 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "ExtensionArray"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "str"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "bytes"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "date"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "datetime"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "timedelta"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "datetime64[date | int | None]"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "timedelta64[timedelta | int | None]"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "bool"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "int"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "float"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "Timestamp"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "Timedelta"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "Interval[Unknown]"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "complex"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "integer[Any]"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "floating[Any]"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2578:41 - error: Cannot access attribute "as_py" for class "complexfloating[Any, Any]"
  Attribute "as_py" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2582:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2639:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2641:14 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2661:25 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2688:41 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2688:44 - error: "count_substring_regex" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2695:41 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2695:44 - error: "binary_repeat" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2698:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2698:55 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2702:22 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2702:52 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2702:61 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2705:41 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2705:44 - error: "binary_join" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2710:41 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2715:41 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2720:41 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2725:41 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2733:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2733:21 - error: "extract_regex" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2736:47 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2736:50 - error: "struct_field" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2740:31 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2740:34 - error: "struct_field" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2746:41 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2751:17 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2751:20 - error: "split_pattern" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2752:28 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2752:31 - error: "list_flatten" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2754:39 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2754:42 - error: "compute" is not a known attribute of module "pyarrow" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2755:19 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2755:22 - error: "list_value_length" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2758:19 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2758:22 - error: "index_in" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2769:43 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2775:41 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2780:41 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2785:41 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2790:41 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2802:26 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2802:29 - error: "utf8_split_whitespace" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2804:44 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2804:47 - error: "split_pattern_regex" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2806:44 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2806:47 - error: "split_pattern" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2814:17 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2814:20 - error: "utf8_split_whitespace" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2817:13 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2817:16 - error: "split_pattern" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2823:41 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2830:41 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2837:27 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2842:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2845:22 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2852:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2855:22 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2862:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2865:22 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2872:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2875:22 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2882:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2885:22 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2892:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2895:22 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2902:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2905:22 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2916:18 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2920:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2924:18 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2929:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2929:21 - error: "year" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2934:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2934:21 - error: "day" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2939:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2939:21 - error: "day_of_week" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2947:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2947:21 - error: "day_of_year" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2954:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2954:21 - error: "hour" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2958:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2958:21 - error: "iso_calendar" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2963:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2963:21 - error: "is_leap_year" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2968:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2968:21 - error: "equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2968:27 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2968:30 - error: "day" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2973:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2973:21 - error: "equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2974:13 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2974:16 - error: "days_between" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2975:17 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2975:20 - error: "floor_temporal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2976:17 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2976:20 - error: "ceil_temporal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2984:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2984:21 - error: "and_" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2985:13 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2985:16 - error: "equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2985:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2985:25 - error: "month" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2986:13 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2986:16 - error: "equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2986:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2986:25 - error: "day" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2992:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2992:21 - error: "and_" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2993:13 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2993:16 - error: "equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2993:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2993:25 - error: "month" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2994:13 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2994:16 - error: "equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:2994:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:2994:25 - error: "day" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3000:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3000:21 - error: "equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3001:13 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3001:16 - error: "floor_temporal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3002:13 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3002:16 - error: "floor_temporal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3008:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3008:21 - error: "equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3009:13 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3009:16 - error: "days_between" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3010:17 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3010:20 - error: "floor_temporal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3011:17 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3011:20 - error: "ceil_temporal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3019:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3019:21 - error: "days_between" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3020:13 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3020:16 - error: "floor_temporal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3021:13 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3021:16 - error: "ceil_temporal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3030:14 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3030:17 - error: "microsecond" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3031:20 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3031:23 - error: "multiply" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3031:32 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3031:35 - error: "millisecond" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3032:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3032:21 - error: "add" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3037:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3037:21 - error: "minute" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3042:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3042:21 - error: "month" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3047:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3047:21 - error: "nanosecond" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3052:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3052:21 - error: "quarter" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3057:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3057:21 - error: "second" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3062:38 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3072:38 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3084:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3084:21 - error: "floor_temporal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3088:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3088:21 - error: "strftime" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3125:35 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3156:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3156:21 - error: "strftime" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3162:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3162:21 - error: "strftime" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3168:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3197:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3197:25 - error: "local_timestamp" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3199:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3199:25 - error: "assume_timezone" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/arrow/array.py:3210:38 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/array.py:3225:11 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/arrow/extension_types.py
<CWD>/pandas/core/arrays/arrow/extension_types.py:171:13 - error: "_hotfix_installed" is not a known attribute of module "pyarrow" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/base.py
<CWD>/pandas/core/arrays/base.py:517:12 - error: Invalid conditional operand of type "bool | NDArray[bool_] | NDFrame"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/arrays/base.py:943:16 - error: Type "NDArray[Any] | Any | int" is not assignable to return type "int"
  Type "NDArray[Any] | Any | int" is not assignable to type "int"
    "ndarray[_AnyShape, dtype[Any]]" is not assignable to "int" (reportReturnType)
<CWD>/pandas/core/arrays/base.py:977:16 - error: Type "NDArray[Any] | Any | int" is not assignable to return type "int"
  Type "NDArray[Any] | Any | int" is not assignable to type "int"
    "ndarray[_AnyShape, dtype[Any]]" is not assignable to "int" (reportReturnType)
<CWD>/pandas/core/arrays/base.py:1364:12 - error: Invalid conditional operand of type "bool | NDArray[bool_] | NDFrame"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/arrays/base.py:1462:16 - error: No overloads for "searchsorted" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/arrays/base.py:1462:58 - error: Argument of type "NumpySorter" cannot be assigned to parameter "sorter" of type "_ArrayLikeInt_co | None" in function "searchsorted"
  Type "NumpySorter" is not assignable to type "_ArrayLikeInt_co | None"
    Type "NBitBase" is not assignable to type "_ArrayLikeInt_co | None"
      "NBitBase" is incompatible with protocol "_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]"
        "__array__" is not present
      "NBitBase" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]]"
        "__len__" is not present
        "__getitem__" is not present
        "__contains__" is not present
... (reportArgumentType)
<CWD>/pandas/core/arrays/base.py:1514:25 - error: Operator "|" not supported for types "ExtensionArray | ndarray[_AnyShape, dtype[Any]]" and "NDArray[numpy.bool[builtins.bool]] | Any | Unknown"
  Operator "|" not supported for types "ExtensionArray" and "NDArray[numpy.bool[builtins.bool]]" (reportOperatorIssue)
<CWD>/pandas/core/arrays/boolean.py
<CWD>/pandas/core/arrays/boolean.py:88:5 - error: "name" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/boolean.py:259:29 - error: "shape" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/boolean.py:262:20 - error: Type "tuple[ndarray[Unknown, Unknown] | _Array1D[Any], _Array[Unknown | tuple[int], Any] | NDArray[bool_] | ndarray[Unknown, Unknown] | NDArray[Any] | None]" is not assignable to return type "tuple[ndarray[_AnyShape, dtype[Any]], ndarray[_AnyShape, dtype[Any]]]"
  Type "_Array[Unknown | tuple[int], Any] | NDArray[bool_] | ndarray[Unknown, Unknown] | NDArray[Any] | None" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "None" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportReturnType)
<CWD>/pandas/core/arrays/boolean.py:385:9 - error: Method "_coerce_to_array" overrides class "BaseMaskedArray" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "values", override parameter is named "value" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/categorical.py
<CWD>/pandas/core/arrays/categorical.py:373:5 - error: "_dtype" overrides symbol of same name in class "NDArrayBacked"
  Variable is mutable so its type is invariant
    Override type "CategoricalDtype" is not the same as base type "DtypeObj" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/arrays/categorical.py:456:40 - error: Cannot access attribute "_pa_array" for class "ExtensionArray"
  Attribute "_pa_array" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:456:40 - error: Cannot access attribute "_pa_array" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "_pa_array" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:458:49 - error: Cannot access attribute "_pa_array" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "_pa_array" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:458:49 - error: Cannot access attribute "_pa_array" for class "ExtensionArray"
  Attribute "_pa_array" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:494:47 - error: Cannot access attribute "_codes" for class "RangeIndex"
  Attribute "_codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:494:47 - error: Cannot access attribute "_codes" for class "NDArray[Any]"
  Attribute "_codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:494:47 - error: Cannot access attribute "_codes" for class "ExtensionArray"
  Attribute "_codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:494:47 - error: Cannot access attribute "_codes" for class "Index"
  Attribute "_codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "float"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "Number"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "number[Any, int | float | complex]"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "int"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "ArrowExtensionArray"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "NAType"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "NaTType"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "Timestamp"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "Timedelta"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "BooleanArray"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "FloatingArray"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "IntegerArray"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "ExtensionArray"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "ndarray[_AnyShape, dtype[signedinteger[_64Bit]]]"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:700:23 - error: Cannot access attribute "is_monotonic_increasing" for class "NDArray[bool_]"
  Attribute "is_monotonic_increasing" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:702:29 - error: Cannot access attribute "copy" for class "float"
  Attribute "copy" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:702:29 - error: Cannot access attribute "copy" for class "Number"
  Attribute "copy" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:702:29 - error: Cannot access attribute "copy" for class "int"
  Attribute "copy" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:702:29 - error: Cannot access attribute "copy" for class "NAType"
  Attribute "copy" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:702:29 - error: Cannot access attribute "copy" for class "NaTType"
  Attribute "copy" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:702:29 - error: Cannot access attribute "copy" for class "Timestamp"
  Attribute "copy" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:702:29 - error: Cannot access attribute "copy" for class "Timedelta"
  Attribute "copy" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "float"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "Number"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "number[Any, int | float | complex]"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "int"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "ArrowExtensionArray"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "NAType"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "NaTType"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "Timestamp"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "Timedelta"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "BooleanArray"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "FloatingArray"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "IntegerArray"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "ExtensionArray"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "ndarray[_AnyShape, dtype[signedinteger[_64Bit]]]"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:703:31 - error: Cannot access attribute "sort_values" for class "NDArray[bool_]"
  Attribute "sort_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:1398:62 - error: Cannot access attribute "dtype" for class "list[Unknown]"
  Attribute "dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:1655:9 - error: Method "_validate_scalar" overrides class "NDArrayBackedExtensionArray" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "value", override parameter is named "fill_value" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/categorical.py:2229:9 - error: Method "_box_func" overrides class "NDArrayBackedExtensionArray" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "x", override parameter is named "i" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/categorical.py:2611:9 - error: Method "_concat_same_type" overrides class "NDArrayBackedExtensionArray" in an incompatible manner
  Parameter 2 type mismatch: base parameter is type "Sequence[NDArrayBackedExtensionArray]", override parameter is type "Sequence[Categorical]"
    "Sequence[NDArrayBackedExtensionArray]" is not assignable to "Sequence[Categorical]"
      Type parameter "_T_co@Sequence" is covariant, but "NDArrayBackedExtensionArray" is not a subtype of "Categorical"
        "NDArrayBackedExtensionArray" is not assignable to "Categorical" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/categorical.py:2638:16 - error: Type "Categorical" is not assignable to return type "Self@Categorical"
  Type "Categorical" is not assignable to type "Self@Categorical" (reportReturnType)
<CWD>/pandas/core/arrays/categorical.py:3021:9 - error: Method "_delegate_method" overrides class "PandasDelegate" in an incompatible manner
  Return type mismatch: base method returns type "NoReturn", override returns type "Series | None"
    Type "Series | None" is not assignable to type "NoReturn"
      Type "Series" is not assignable to type "NoReturn" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/categorical.py:3142:42 - error: Cannot access attribute "categories" for class "ExtensionArray"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:3142:42 - error: Cannot access attribute "categories" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:3142:68 - error: Cannot access attribute "codes" for class "ExtensionArray"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:3142:68 - error: Cannot access attribute "codes" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:3146:24 - error: Cannot access attribute "codes" for class "ExtensionArray"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/categorical.py:3146:24 - error: Cannot access attribute "codes" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/datetimelike.py
<CWD>/pandas/core/arrays/datetimelike.py:463:9 - error: Method "astype" overrides class "ExtensionArray" in an incompatible manner
  Return type mismatch: base method returns type "ndarray[_AnyShape, dtype[Any]]", override returns type "NDArray[object_] | ndarray[tuple[int, ...], dtype[Any]] | ExtensionArray | NDArray[int64] | NDArray[Any]"
    Type "NDArray[object_] | ndarray[tuple[int, ...], dtype[Any]] | ExtensionArray | NDArray[int64] | NDArray[Any]" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
      "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/datetimelike.py:532:9 - error: Method "view" overrides class "NDArrayBackedExtensionArray" in an incompatible manner
  Override does not handle all overloads of base method (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/datetimelike.py:684:46 - error: Cannot access attribute "dtype" for class "list[Unknown]"
  Attribute "dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/datetimelike.py:714:22 - error: Cannot access attribute "categories" for class "DatetimeLikeArrayMixin*"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/datetimelike.py:714:22 - error: Cannot access attribute "categories" for class "ExtensionArray"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/datetimelike.py:714:22 - error: Cannot access attribute "categories" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/datetimelike.py:716:31 - error: Cannot access attribute "_internal_get_values" for class "DatetimeLikeArrayMixin*"
  Attribute "_internal_get_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/datetimelike.py:716:31 - error: Cannot access attribute "_internal_get_values" for class "ExtensionArray"
  Attribute "_internal_get_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/datetimelike.py:716:31 - error: Cannot access attribute "_internal_get_values" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "_internal_get_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/datetimelike.py:2028:9 - error: "freq" overrides symbol of same name in class "DatetimeLikeArrayMixin"
  Type "property" is not assignable to type "BaseOffset | None"
    "property" is not assignable to "BaseOffset"
    "property" is not assignable to "None" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/arrays/datetimelike.py:2375:9 - error: Method "_concat_same_type" overrides class "NDArrayBackedExtensionArray" in an incompatible manner
  Parameter 2 type mismatch: base parameter is type "Sequence[NDArrayBackedExtensionArray]", override parameter is type "Sequence[TimelikeOps]"
    "Sequence[NDArrayBackedExtensionArray]" is not assignable to "Sequence[TimelikeOps]"
      Type parameter "_T_co@Sequence" is covariant, but "NDArrayBackedExtensionArray" is not a subtype of "TimelikeOps"
        "NDArrayBackedExtensionArray" is not assignable to "TimelikeOps" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/datetimes.py
<CWD>/pandas/core/arrays/datetimes.py:174:7 - error: Base classes for class "DatetimeArray" define variable "freq" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/pandas/core/arrays/datetimes.py:295:5 - error: "_dtype" overrides symbol of same name in class "NDArrayBacked"
  Variable is mutable so its type is invariant
    Override type "dtype[datetime64[date | int | None]] | DatetimeTZDtype" is not the same as base type "DtypeObj" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/arrays/datetimes.py:456:49 - error: Argument of type "NaTType | Timestamp | Unknown" cannot be assigned to parameter "start" of type "_TimestampNoneT1@_maybe_normalize_endpoints" in function "_maybe_normalize_endpoints"
  Type "NaTType | Timestamp | Unknown" is not assignable to constrained type variable "_TimestampNoneT1" (reportArgumentType)
<CWD>/pandas/core/arrays/datetimes.py:456:56 - error: Argument of type "NaTType | Timestamp | Unknown" cannot be assigned to parameter "end" of type "_TimestampNoneT2@_maybe_normalize_endpoints" in function "_maybe_normalize_endpoints"
  Type "NaTType | Timestamp | Unknown" is not assignable to constrained type variable "_TimestampNoneT2" (reportArgumentType)
<CWD>/pandas/core/arrays/datetimes.py:483:66 - error: "tz" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/datetimes.py:501:51 - error: Argument of type "TimeAmbiguous" cannot be assigned to parameter "ambiguous" of type "bool | Literal['raise', 'NaT']" in function "tz_localize"
  Type "TimeAmbiguous" is not assignable to type "bool | Literal['raise', 'NaT']"
    Type "Literal['infer']" is not assignable to type "bool | Literal['raise', 'NaT']"
      "Literal['infer']" is not assignable to "bool"
      "Literal['infer']" is not assignable to type "Literal['raise']"
      "Literal['infer']" is not assignable to type "Literal['NaT']" (reportArgumentType)
<CWD>/pandas/core/arrays/datetimes.py:503:47 - error: Argument of type "TimeAmbiguous" cannot be assigned to parameter "ambiguous" of type "bool | Literal['raise', 'NaT']" in function "tz_localize"
  Type "TimeAmbiguous" is not assignable to type "bool | Literal['raise', 'NaT']"
    Type "Literal['infer']" is not assignable to type "bool | Literal['raise', 'NaT']"
      "Literal['infer']" is not assignable to "bool"
      "Literal['infer']" is not assignable to type "Literal['raise']"
      "Literal['infer']" is not assignable to type "Literal['NaT']" (reportArgumentType)
<CWD>/pandas/core/arrays/datetimes.py:511:36 - error: "_value" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/datetimes.py:511:51 - error: "_value" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/datetimes.py:512:25 - error: "_value" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/datetimes.py:523:34 - error: Argument of type "Timestamp | Unknown | None" cannot be assigned to parameter "ts_input" of type "integer[Any] | float | str | date | datetime | datetime64[date | int | None]" in function "__new__"
  Type "Timestamp | Unknown | None" is not assignable to type "integer[Any] | float | str | date | datetime | datetime64[date | int | None]"
    Type "None" is not assignable to type "integer[Any] | float | str | date | datetime | datetime64[date | int | None]"
      "None" is not assignable to "integer[Any]"
      "None" is not assignable to "float"
      "None" is not assignable to "str"
      "None" is not assignable to "date"
      "None" is not assignable to "datetime"
      "None" is not assignable to "datetime64[date | int | None]" (reportArgumentType)
<CWD>/pandas/core/arrays/datetimes.py:524:32 - error: Argument of type "Timestamp | Unknown | None" cannot be assigned to parameter "ts_input" of type "integer[Any] | float | str | date | datetime | datetime64[date | int | None]" in function "__new__"
  Type "Timestamp | Unknown | None" is not assignable to type "integer[Any] | float | str | date | datetime | datetime64[date | int | None]"
    Type "None" is not assignable to type "integer[Any] | float | str | date | datetime | datetime64[date | int | None]"
      "None" is not assignable to "integer[Any]"
      "None" is not assignable to "float"
      "None" is not assignable to "str"
      "None" is not assignable to "date"
      "None" is not assignable to "datetime"
      "None" is not assignable to "datetime64[date | int | None]" (reportArgumentType)
<CWD>/pandas/core/arrays/datetimes.py:543:20 - error: No overloads for "__new__" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/arrays/datetimes.py:543:34 - error: Argument of type "int | Unknown | int64" cannot be assigned to parameter "value" of type "bytes | str | date | None" in function "__new__"
  Type "int | Unknown | int64" is not assignable to type "bytes | str | date | None"
    Type "int" is not assignable to type "bytes | str | date | None"
      "int" is not assignable to "bytes"
      "int" is not assignable to "str"
      "int" is not assignable to "date"
      "int" is not assignable to "None" (reportArgumentType)
<CWD>/pandas/core/arrays/datetimes.py:543:40 - error: Cannot access attribute "_value" for class "Period"
  Attribute "_value" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/datetimes.py:545:20 - error: Type "datetime64[date | int | None] | timedelta64[timedelta | int | None] | Unknown" is not assignable to return type "datetime64[date | int | None]"
  Type "datetime64[date | int | None] | timedelta64[timedelta | int | None] | Unknown" is not assignable to type "datetime64[date | int | None]"
    "timedelta64[timedelta | int | None]" is not assignable to "datetime64[date | int | None]" (reportReturnType)
<CWD>/pandas/core/arrays/datetimes.py:545:26 - error: Cannot access attribute "as_unit" for class "Period"
  Attribute "as_unit" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/datetimes.py:827:26 - error: Operator "+" not supported for types "Self@DatetimeArray | NDArray[object_] | ndarray[tuple[int, ...], dtype[Any]] | ExtensionArray | NDArray[int64] | NDArray[Any] | PeriodArray" and "BaseOffset"
  Operator "+" not supported for types "ExtensionArray" and "BaseOffset"
  Operator "+" not supported for types "NDArray[int64]" and "BaseOffset" (reportOperatorIssue)
<CWD>/pandas/core/arrays/datetimes.py:1341:62 - error: Argument of type "None" cannot be assigned to parameter "fill_value" of type "int" in function "_maybe_mask_results"
  "None" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/arrays/datetimes.py:1409:62 - error: Argument of type "None" cannot be assigned to parameter "fill_value" of type "int" in function "_maybe_mask_results"
  "None" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/arrays/datetimes.py:2397:16 - error: Type "Timedelta | NaTType | TimedeltaArray" is not assignable to return type "Timedelta"
  Type "Timedelta | NaTType | TimedeltaArray" is not assignable to type "Timedelta"
    "NaTType" is not assignable to "Timedelta" (reportReturnType)
<CWD>/pandas/core/arrays/floating.py
<CWD>/pandas/core/arrays/floating.py:178:5 - error: "name" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/floating.py:186:5 - error: "name" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/integer.py
<CWD>/pandas/core/arrays/integer.py:228:5 - error: "name" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/integer.py:236:5 - error: "name" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/integer.py:244:5 - error: "name" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/integer.py:252:5 - error: "name" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/integer.py:260:5 - error: "name" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/integer.py:268:5 - error: "name" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/integer.py:276:5 - error: "name" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/integer.py:284:5 - error: "name" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/interval.py
<CWD>/pandas/core/arrays/interval.py:293:17 - error: Argument of type "ArrayLike" cannot be assigned to parameter "intervals" of type "ndarray[_AnyShape, dtype[Any]]" in function "intervals_to_interval_bounds"
  Type "ArrayLike" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/arrays/interval.py:393:77 - error: Cannot access attribute "tz" for class "Index"
  Attribute "tz" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/interval.py:396:43 - error: Cannot access attribute "tz" for class "Index"
  Attribute "tz" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/interval.py:399:55 - error: Cannot access attribute "unit" for class "Index"
  Attribute "unit" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/interval.py:399:69 - error: Cannot access attribute "unit" for class "Index"
  Attribute "unit" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/interval.py:401:46 - error: Cannot access attribute "_ensure_matching_resos" for class "ExtensionArray"
  Attribute "_ensure_matching_resos" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/interval.py:401:46 - error: Cannot access attribute "_ensure_matching_resos" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "_ensure_matching_resos" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/interval.py:417:52 - error: Cannot access attribute "base" for class "ExtensionArray"
  Attribute "base" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/interval.py:419:52 - error: Cannot access attribute "base" for class "ExtensionArray"
  Attribute "base" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/interval.py:438:16 - error: Type "tuple[ArrayLike | ArrowExtensionArray, ArrayLike | ArrowExtensionArray, IntervalDtype]" is not assignable to return type "tuple[IntervalSide, IntervalSide, IntervalDtype]"
  Type "ArrayLike | ArrowExtensionArray" is not assignable to type "IntervalSide"
    Type "ExtensionArray" is not assignable to type "IntervalSide"
      "ExtensionArray" is not assignable to "DatetimeArray"
      "ExtensionArray" is not assignable to "TimedeltaArray"
      "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]"
  Type "ArrayLike | ArrowExtensionArray" is not assignable to type "IntervalSide"
    Type "ExtensionArray" is not assignable to type "IntervalSide"
      "ExtensionArray" is not assignable to "DatetimeArray" (reportReturnType)
<CWD>/pandas/core/arrays/interval.py:838:16 - error: Invalid conditional operand of type "bool | NDArray[bool_] | NDFrame"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/arrays/interval.py:840:29 - error: Argument of type "DTScalarOrNaT" cannot be assigned to parameter "left" of type "_OrderableT@Interval" in function "__init__"
  Type "DTScalarOrNaT" is not assignable to constrained type variable "_OrderableT" (reportArgumentType)
<CWD>/pandas/core/arrays/interval.py:840:35 - error: Argument of type "DTScalarOrNaT | IntervalSide" cannot be assigned to parameter "right" of type "_OrderableT@Interval" in function "__init__"
  Type "DTScalarOrNaT | IntervalSide" is not assignable to constrained type variable "_OrderableT" (reportArgumentType)
<CWD>/pandas/core/arrays/interval.py:1055:9 - error: Method "astype" overrides class "ExtensionArray" in an incompatible manner
  Return type mismatch: base method returns type "ndarray[_AnyShape, dtype[Any]]", override returns type "IntervalArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]"
    Type "IntervalArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
      "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/interval.py:1121:34 - error: Cannot access attribute "closed" for class "object"
  Attribute "closed" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/interval.py:1122:40 - error: Cannot access attribute "left" for class "object"
  Attribute "left" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/interval.py:1123:41 - error: Cannot access attribute "right" for class "object"
  Attribute "right" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/interval.py:1127:9 - error: Method "_concat_same_type" overrides class "ExtensionArray" in an incompatible manner
  Parameter 2 type mismatch: base parameter is type "Sequence[ExtensionArray]", override parameter is type "Sequence[IntervalArray]"
    "Sequence[ExtensionArray]" is not assignable to "Sequence[IntervalArray]"
      Type parameter "_T_co@Sequence" is covariant, but "ExtensionArray" is not a subtype of "IntervalArray"
        "ExtensionArray" is not assignable to "IntervalArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/interval.py:1147:80 - error: Argument of type "str" cannot be assigned to parameter "closed" of type "IntervalClosedType | None" in function "_ensure_simple_new_inputs"
  Type "str" is not assignable to type "IntervalClosedType | None"
    "str" is not assignable to "None"
    "str" is not assignable to type "Literal['left']"
    "str" is not assignable to type "Literal['right']"
    "str" is not assignable to type "Literal['both']"
    "str" is not assignable to type "Literal['neither']" (reportArgumentType)
<CWD>/pandas/core/arrays/interval.py:1179:12 - error: Invalid conditional operand of type "bool | NDArray[bool_] | NDFrame"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/arrays/interval.py:1801:50 - error: Argument of type "DTScalarOrNaT | Any" cannot be assigned to parameter "right" of type "_OrderableT@Interval" in function "__init__"
  Type "DTScalarOrNaT | Any" is not assignable to constrained type variable "_OrderableT" (reportArgumentType)
<CWD>/pandas/core/arrays/interval.py:2195:16 - error: Type "Unknown | list[Unknown] | tuple[Unknown, *tuple[Unknown, ...]] | DataFrame" is not assignable to return type "ArrayLike"
  Type "Unknown | list[Unknown] | tuple[Unknown, *tuple[Unknown, ...]] | DataFrame" is not assignable to type "ArrayLike"
    Type "DataFrame" is not assignable to type "ArrayLike"
      "DataFrame" is not assignable to "ExtensionArray"
      "DataFrame" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportReturnType)
<CWD>/pandas/core/arrays/interval.py:2208:12 - error: Type "ndarray[_AnyShape, dtype[signedinteger[_64Bit]]] | NDArray[Any] | NDArray[Unknown] | Unknown | list[Unknown] | tuple[Unknown, *tuple[Unknown, ...]] | tuple[Unknown, ...] | range | ExtensionArray" is not assignable to return type "ArrayLike"
  Type "ndarray[_AnyShape, dtype[signedinteger[_64Bit]]] | NDArray[Any] | NDArray[Unknown] | Unknown | list[Unknown] | tuple[Unknown, *tuple[Unknown, ...]] | tuple[Unknown, ...] | range | ExtensionArray" is not assignable to type "ArrayLike"
    Type "range" is not assignable to type "ArrayLike"
      "range" is not assignable to "ExtensionArray"
      "range" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportReturnType)
<CWD>/pandas/core/arrays/masked.py
<CWD>/pandas/core/arrays/masked.py:156:60 - error: Argument of type "Dtype | None" cannot be assigned to parameter "dtype" of type "DtypeObj" in function "_coerce_to_array"
  Type "Dtype | None" is not assignable to type "DtypeObj"
    Type "str" is not assignable to type "DtypeObj"
      "str" is not assignable to "dtype[Any]"
      "str" is not assignable to "ExtensionDtype" (reportArgumentType)
<CWD>/pandas/core/arrays/masked.py:450:57 - error: Argument of type "object" cannot be assigned to parameter "fill_value" of type "Scalar" in function "shift"
  Type "object" is not assignable to type "Scalar"
    "object" is not assignable to "str"
    "object" is not assignable to "bytes"
    "object" is not assignable to "date"
    "object" is not assignable to "datetime"
    "object" is not assignable to "timedelta"
    "object" is not assignable to "datetime64[date | int | None]"
    "object" is not assignable to "timedelta64[timedelta | int | None]"
... (reportArgumentType)
<CWD>/pandas/core/arrays/masked.py:825:16 - error: Type "NDArray[bool_] | Unknown | None" is not assignable to return type "NDArray[bool_]"
  Type "NDArray[bool_] | Unknown | None" is not assignable to type "NDArray[bool_]"
    "None" is not assignable to "ndarray[_AnyShape, dtype[bool_]]" (reportReturnType)
<CWD>/pandas/core/arrays/masked.py:1036:9 - error: Method "_concat_same_type" overrides class "ExtensionArray" in an incompatible manner
  Parameter 2 type mismatch: base parameter is type "Sequence[ExtensionArray]", override parameter is type "Sequence[BaseMaskedArray]"
    "Sequence[ExtensionArray]" is not assignable to "Sequence[BaseMaskedArray]"
      Type parameter "_T_co@Sequence" is covariant, but "ExtensionArray" is not a subtype of "BaseMaskedArray"
        "ExtensionArray" is not assignable to "BaseMaskedArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/masked.py:1054:9 - error: Method "take" overrides class "ExtensionArray" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "indices", override parameter is named "indexer" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/masked.py:1065:48 - error: Invalid conditional operand of type "bool | NDArray[bool_] | NDFrame"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/arrays/masked.py:1083:12 - error: Invalid conditional operand of type "bool | NDArray[bool_] | NDFrame"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/arrays/masked.py:1088:33 - error: Argument of type "Unknown | ndarray[_AnyShape, Unknown] | NumpyExtensionArray | Index | Series" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]]" in function "_simple_new"
  Type "Unknown | ndarray[_AnyShape, Unknown] | NumpyExtensionArray | Index | Series" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "Index" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/arrays/masked.py:1088:41 - error: Argument of type "Unknown | Any | ndarray[_AnyShape, Unknown] | NumpyExtensionArray | Index | Series" cannot be assigned to parameter "mask" of type "NDArray[bool_]" in function "_simple_new"
  Type "Unknown | Any | ndarray[_AnyShape, Unknown] | NumpyExtensionArray | Index | Series" is not assignable to type "NDArray[bool_]"
    "Index" is not assignable to "ndarray[_AnyShape, dtype[bool_]]" (reportArgumentType)
<CWD>/pandas/core/arrays/masked.py:1117:9 - error: Method "_rank" overrides class "ExtensionArray" in an incompatible manner
  Return type mismatch: base method returns type "NDArray[float64]", override returns type "IntegerArray | FloatingArray"
    Type "IntegerArray | FloatingArray" is not assignable to type "NDArray[float64]"
      "FloatingArray" is not assignable to "ndarray[_AnyShape, dtype[float64]]" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/masked.py:1264:16 - error: No overloads for "searchsorted" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/arrays/masked.py:1264:65 - error: Argument of type "NumpySorter" cannot be assigned to parameter "sorter" of type "_ArrayLikeInt_co | None" in function "searchsorted"
  Type "NumpySorter" is not assignable to type "_ArrayLikeInt_co | None"
    Type "NBitBase" is not assignable to type "_ArrayLikeInt_co | None"
      "NBitBase" is incompatible with protocol "_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]"
        "__array__" is not present
      "NBitBase" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]]"
        "__len__" is not present
        "__getitem__" is not present
        "__contains__" is not present
... (reportArgumentType)
<CWD>/pandas/core/arrays/masked.py:1464:18 - error: Cannot access attribute "dtype" for class "object"
  Attribute "dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/masked.py:1469:49 - error: Cannot access attribute "_mask" for class "object"
  Attribute "_mask" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/masked.py:1473:23 - error: Cannot access attribute "_data" for class "object"
  Attribute "_data" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/masked.py:1473:36 - error: Cannot access attribute "_mask" for class "object"
  Attribute "_mask" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/masked.py:1515:16 - error: Type "tuple[Unknown, Unknown] | FloatingArray | BooleanArray | TimedeltaArray | <subclass of ndarray[_AnyShape, dtype[Any]] and TimedeltaArray> | IntegerArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to return type "BaseMaskedArray"
  Type "tuple[Unknown, Unknown] | FloatingArray | BooleanArray | TimedeltaArray | <subclass of ndarray[_AnyShape, dtype[Any]] and TimedeltaArray> | IntegerArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "BaseMaskedArray"
    "TimedeltaArray" is not assignable to "BaseMaskedArray" (reportReturnType)
<CWD>/pandas/core/arrays/masked.py:1554:52 - error: Argument of type "numpy.bool[builtins.bool] | NDArray[numpy.bool[builtins.bool]]" cannot be assigned to parameter "mask" of type "ndarray[_AnyShape, dtype[Any]]" in function "_maybe_mask_result"
  Type "numpy.bool[builtins.bool] | NDArray[numpy.bool[builtins.bool]]" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "numpy.bool[builtins.bool]" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/arrays/masked.py:1923:9 - error: Method "_groupby_op" overrides class "ExtensionArray" in an incompatible manner
  Return type mismatch: base method returns type "ArrayLike", override returns type "ndarray[_AnyShape, dtype[Any]] | tuple[Unknown, Unknown] | FloatingArray | BooleanArray | TimedeltaArray | <subclass of ndarray[_AnyShape, dtype[Any]] and TimedeltaArray> | IntegerArray"
    Type "ndarray[_AnyShape, dtype[Any]] | tuple[Unknown, Unknown] | FloatingArray | BooleanArray | TimedeltaArray | <subclass of ndarray[_AnyShape, dtype[Any]] and TimedeltaArray> | IntegerArray" is not assignable to type "ArrayLike"
      Type "tuple[Unknown, Unknown]" is not assignable to type "ArrayLike"
        "tuple[Unknown, Unknown]" is not assignable to "ExtensionArray"
        "tuple[Unknown, Unknown]" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/numeric.py
<CWD>/pandas/core/arrays/numeric.py:295:9 - error: Method "_coerce_to_array" overrides class "BaseMaskedArray" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "values", override parameter is named "value" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/numpy_.py
<CWD>/pandas/core/arrays/numpy_.py:106:5 - error: "_dtype" overrides symbol of same name in class "NDArrayBacked"
  Variable is mutable so its type is invariant
    Override type "NumpyEADtype" is not the same as base type "DtypeObj" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/arrays/numpy_.py:271:9 - error: Method "astype" overrides class "ExtensionArray" in an incompatible manner
  Return type mismatch: base method returns type "ndarray[_AnyShape, dtype[Any]]", override returns type "NumpyExtensionArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]"
    Type "NumpyExtensionArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
      "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/numpy_.py:285:9 - error: Method "_validate_scalar" overrides class "NDArrayBackedExtensionArray" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "value", override parameter is named "fill_value" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/period.py
<CWD>/pandas/core/arrays/period.py:222:5 - error: "_dtype" overrides symbol of same name in class "NDArrayBacked"
  Variable is mutable so its type is invariant
    Override type "PeriodDtype" is not the same as base type "DtypeObj" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/arrays/period.py:362:16 - error: Type "Period | NaTType" is not assignable to return type "Period"
  Type "Period | NaTType" is not assignable to type "Period"
    "NaTType" is not assignable to "Period" (reportReturnType)
<CWD>/pandas/core/arrays/period.py:829:25 - error: Cannot access attribute "_period_dtype_code" for class "BaseOffset"
  Attribute "_period_dtype_code" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/period.py:917:22 - error: Cannot access attribute "_period_dtype_code" for class "BaseOffset"
  Attribute "_period_dtype_code" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/period.py:988:16 - error: No overloads for "searchsorted" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/arrays/period.py:988:62 - error: Argument of type "NumpySorter" cannot be assigned to parameter "sorter" of type "_ArrayLikeInt_co | None" in function "searchsorted"
  Type "NumpySorter" is not assignable to type "_ArrayLikeInt_co | None"
    Type "NBitBase" is not assignable to type "_ArrayLikeInt_co | None"
      "NBitBase" is incompatible with protocol "_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]"
        "__array__" is not present
      "NBitBase" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]]"
        "__len__" is not present
        "__getitem__" is not present
        "__contains__" is not present
... (reportArgumentType)
<CWD>/pandas/core/arrays/period.py:1033:9 - error: Method "_add_offset" overrides class "DatetimeLikeArrayMixin" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "offset", override parameter is named "other" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/period.py:1180:36 - error: Argument of type "Timedelta | NaTType" cannot be assigned to parameter "delta" of type "timedelta" in function "delta_to_tick"
  Type "Timedelta | NaTType" is not assignable to type "timedelta"
    "NaTType" is not assignable to "timedelta" (reportArgumentType)
<CWD>/pandas/core/arrays/period.py:1361:45 - error: Cannot access attribute "freq" for class "Index"
  Attribute "freq" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/period.py:1368:32 - error: Argument of type "ExtensionDtype | dtype[Any] | Unknown | dtype[Unknown]" cannot be assigned to parameter "dtype" of type "dtype[Any]" in function "py_get_unit_from_dtype"
  Type "ExtensionDtype | dtype[Any] | Unknown | dtype[Unknown]" is not assignable to type "dtype[Any]"
    "ExtensionDtype" is not assignable to "dtype[Any]" (reportArgumentType)
<CWD>/pandas/core/arrays/period.py:1370:17 - error: Cannot access attribute "_period_dtype_code" for class "BaseOffset"
  Attribute "_period_dtype_code" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/period.py:1371:35 - error: Argument of type "ArrayLike | Unknown" cannot be assigned to parameter "stamps" of type "NDArray[int64]" in function "dt64arr_to_periodarr"
  Type "ArrayLike | Unknown" is not assignable to type "NDArray[int64]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[int64]]" (reportArgumentType)
<CWD>/pandas/core/arrays/period.py:1411:21 - error: Cannot access attribute "ordinal" for class "NaTType"
  Attribute "ordinal" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/period.py:1411:51 - error: Cannot access attribute "ordinal" for class "NaTType"
  Attribute "ordinal" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/period.py:1415:23 - error: Cannot access attribute "ordinal" for class "NaTType"
  Attribute "ordinal" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/period.py:1415:38 - error: Cannot access attribute "ordinal" for class "NaTType"
  Attribute "ordinal" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/period.py:1418:32 - error: Cannot access attribute "ordinal" for class "NaTType"
  Attribute "ordinal" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/period.py:1418:45 - error: Cannot access attribute "ordinal" for class "NaTType"
  Attribute "ordinal" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/period.py:1464:45 - error: Argument of type "None" cannot be assigned to parameter "freq" of type "BaseOffset" in function "freq_to_dtype_code"
  "None" is not assignable to "BaseOffset" (reportArgumentType)
<CWD>/pandas/core/arrays/period.py:1469:48 - error: Type "tuple[NDArray[signedinteger[_64Bit]], BaseOffset | Unknown | None]" is not assignable to return type "tuple[ndarray[_AnyShape, dtype[Any]], BaseOffset]"
  Type "BaseOffset | Unknown | None" is not assignable to type "BaseOffset"
    "None" is not assignable to "BaseOffset" (reportReturnType)
<CWD>/pandas/core/arrays/sparse/accessor.py
<CWD>/pandas/core/arrays/sparse/accessor.py:76:37 - error: "array" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/sparse/accessor.py:78:9 - error: Method "_delegate_method" overrides class "PandasDelegate" in an incompatible manner
  Return type mismatch: base method returns type "NoReturn", override returns type "Series | tuple[coo_matrix[Any], list[Unknown], list[Unknown]]"
    Type "Series | tuple[coo_matrix[Any], list[Unknown], list[Unknown]]" is not assignable to type "NoReturn"
      Type "Series" is not assignable to type "NoReturn" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/sparse/accessor.py:240:13 - error: Argument of type "Unknown | None" cannot be assigned to parameter "ss" of type "Series" in function "sparse_series_to_coo"
  Type "Unknown | None" is not assignable to type "Series"
    "None" is not assignable to "Series" (reportArgumentType)
<CWD>/pandas/core/arrays/sparse/accessor.py:271:26 - error: "array" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/sparse/accessor.py:272:32 - error: "index" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/sparse/accessor.py:273:31 - error: "name" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/sparse/accessor.py:391:64 - error: "items" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/sparse/accessor.py:392:29 - error: "_constructor" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/sparse/accessor.py:393:38 - error: "index" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/sparse/accessor.py:393:66 - error: "columns" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/sparse/accessor.py:430:47 - error: "dtypes" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/sparse/accessor.py:435:53 - error: "items" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/sparse/accessor.py:446:80 - error: "shape" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/sparse/accessor.py:464:75 - error: "items" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/arrays/sparse/accessor.py:465:16 - error: Type "floating[Any]" is not assignable to return type "float"
  "floating[Any]" is not assignable to "float" (reportReturnType)
<CWD>/pandas/core/arrays/sparse/array.py
<CWD>/pandas/core/arrays/sparse/array.py:193:16 - error: Type "SparseArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to declared type "SparseArray"
  Type "SparseArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "SparseArray"
    "ExtensionArray" is not assignable to "SparseArray" (reportAssignmentType)
<CWD>/pandas/core/arrays/sparse/array.py:194:17 - error: Type "SparseArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to declared type "SparseArray"
  Type "SparseArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "SparseArray"
    "ExtensionArray" is not assignable to "SparseArray" (reportAssignmentType)
<CWD>/pandas/core/arrays/sparse/array.py:827:53 - error: Argument of type "ArrayLike | object" cannot be assigned to parameter "x" of type "ArrayLike" in function "where"
  Type "ArrayLike | object" is not assignable to type "ArrayLike"
    Type "object" is not assignable to type "ArrayLike"
      "object" is incompatible with protocol "_Buffer"
        "__buffer__" is not present
      "object" is incompatible with protocol "_SupportsArray[dtype[Any]]"
        "__array__" is not present
      "object" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
        "__len__" is not present
... (reportArgumentType)
<CWD>/pandas/core/arrays/sparse/array.py:841:12 - error: Invalid conditional operand of type "bool | NDArray[bool_] | NDFrame"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/arrays/sparse/array.py:844:34 - error: Argument of type "object" cannot be assigned to parameter "arrays_and_dtypes" of type "ArrayLike | DTypeLike" in function "result_type"
  Type "object" is not assignable to type "ArrayLike | DTypeLike"
    "object" is incompatible with protocol "_Buffer"
      "__buffer__" is not present
    "object" is incompatible with protocol "_SupportsArray[dtype[Any]]"
      "__array__" is not present
    "object" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
      "__len__" is not present
      "__getitem__" is not present
... (reportArgumentType)
<CWD>/pandas/core/arrays/sparse/array.py:862:16 - error: Type "Self@SparseArray | ExtensionArray | Unknown" is not assignable to return type "Self@SparseArray"
  Type "Self@SparseArray | ExtensionArray | Unknown" is not assignable to type "Self@SparseArray" (reportReturnType)
<CWD>/pandas/core/arrays/sparse/array.py:862:20 - error: Cannot access attribute "_concat_same_type" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "_concat_same_type" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/sparse/array.py:862:38 - error: Argument of type "list[Self@SparseArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]]" cannot be assigned to parameter "to_concat" of type "Sequence[Self@SparseArray]" in function "_concat_same_type"
  Type "Self@SparseArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "Self@SparseArray"
  Type "Self@SparseArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "Self@SparseArray" (reportArgumentType)
<CWD>/pandas/core/arrays/sparse/array.py:862:38 - error: Argument of type "list[Self@SparseArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]]" cannot be assigned to parameter "to_concat" of type "Sequence[ExtensionArray]" in function "_concat_same_type"
  Type "SparseArray* | ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "ExtensionArray"
    "ndarray[_AnyShape, dtype[Any]]" is not assignable to "ExtensionArray"
  Type "SparseArray* | ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "ExtensionArray"
    "ndarray[_AnyShape, dtype[Any]]" is not assignable to "ExtensionArray" (reportArgumentType)
<CWD>/pandas/core/arrays/sparse/array.py:1064:34 - error: Argument of type "PositionalIndexer | tuple[int | EllipsisType, ...]" cannot be assigned to parameter "indices" of type "TakeIndexer" in function "take"
  Type "PositionalIndexer | tuple[int | EllipsisType, ...]" is not assignable to type "TakeIndexer"
    Type "int" is not assignable to type "TakeIndexer"
      "int" is not assignable to "Sequence[int]"
      "int" is not assignable to "Sequence[integer[Any]]"
      "int" is not assignable to "ndarray[_AnyShape, dtype[integer[Any]]]" (reportArgumentType)
<CWD>/pandas/core/arrays/sparse/array.py:1188:9 - error: Method "searchsorted" overrides class "ExtensionArray" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "value", override parameter is named "v" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/sparse/array.py:1198:16 - error: No overloads for "searchsorted" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/arrays/sparse/array.py:1198:81 - error: Argument of type "NumpySorter" cannot be assigned to parameter "sorter" of type "_ArrayLikeInt_co | None" in function "searchsorted"
  Type "NumpySorter" is not assignable to type "_ArrayLikeInt_co | None"
    Type "NBitBase" is not assignable to type "_ArrayLikeInt_co | None"
      "NBitBase" is incompatible with protocol "_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]"
        "__array__" is not present
      "NBitBase" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]]"
        "__len__" is not present
        "__getitem__" is not present
        "__contains__" is not present
... (reportArgumentType)
<CWD>/pandas/core/arrays/sparse/array.py:1205:9 - error: Method "_concat_same_type" overrides class "ExtensionArray" in an incompatible manner
  Parameter 2 type mismatch: base parameter is type "Sequence[ExtensionArray]", override parameter is type "Sequence[SparseArray]"
    "Sequence[ExtensionArray]" is not assignable to "Sequence[SparseArray]"
      Type parameter "_T_co@Sequence" is covariant, but "ExtensionArray" is not a subtype of "SparseArray"
        "ExtensionArray" is not assignable to "SparseArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/sparse/array.py:1257:9 - error: Method "astype" overrides class "ExtensionArray" in an incompatible manner
  Return type mismatch: base method returns type "ndarray[_AnyShape, dtype[Any]]", override returns type "SparseArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]"
    Type "SparseArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
      "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/sparse/array.py:1534:20 - error: Type "object | Any | float | Literal[0, False]" is not assignable to return type "Scalar"
  Type "object | Any | float | Literal[0, False]" is not assignable to type "Scalar"
    Type "object" is not assignable to type "Scalar"
      "object" is not assignable to "str"
      "object" is not assignable to "bytes"
      "object" is not assignable to "date"
      "object" is not assignable to "datetime"
      "object" is not assignable to "timedelta"
      "object" is not assignable to "datetime64[date | int | None]"
... (reportReturnType)
<CWD>/pandas/core/arrays/sparse/array.py:1538:24 - error: Type "object | Any | float | Literal[0, False]" is not assignable to return type "Scalar"
  Type "object | Any | float | Literal[0, False]" is not assignable to type "Scalar"
    Type "object" is not assignable to type "Scalar"
      "object" is not assignable to "str"
      "object" is not assignable to "bytes"
      "object" is not assignable to "date"
      "object" is not assignable to "datetime"
      "object" is not assignable to "timedelta"
      "object" is not assignable to "datetime64[date | int | None]"
... (reportReturnType)
<CWD>/pandas/core/arrays/sparse/array.py:1543:24 - error: Type "object | Any | float | Literal[0, False]" is not assignable to return type "Scalar"
  Type "object | Any | float | Literal[0, False]" is not assignable to type "Scalar"
    Type "object" is not assignable to type "Scalar"
      "object" is not assignable to "str"
      "object" is not assignable to "bytes"
      "object" is not assignable to "date"
      "object" is not assignable to "datetime"
      "object" is not assignable to "timedelta"
      "object" is not assignable to "datetime64[date | int | None]"
... (reportReturnType)
<CWD>/pandas/core/arrays/sparse/array.py:1662:24 - error: Type "object | Any | float | Literal[0, False]" is not assignable to return type "Scalar"
  Type "object | Any | float | Literal[0, False]" is not assignable to type "Scalar"
    Type "object" is not assignable to type "Scalar"
      "object" is not assignable to "str"
      "object" is not assignable to "bytes"
      "object" is not assignable to "date"
      "object" is not assignable to "datetime"
      "object" is not assignable to "timedelta"
      "object" is not assignable to "datetime64[date | int | None]"
... (reportReturnType)
<CWD>/pandas/core/arrays/sparse/array.py:1666:20 - error: Type "object | Any | float | Literal[0, False]" is not assignable to return type "Scalar"
  Type "object | Any | float | Literal[0, False]" is not assignable to type "Scalar"
    Type "object" is not assignable to type "Scalar"
      "object" is not assignable to "str"
      "object" is not assignable to "bytes"
      "object" is not assignable to "date"
      "object" is not assignable to "datetime"
      "object" is not assignable to "timedelta"
      "object" is not assignable to "datetime64[date | int | None]"
... (reportReturnType)
<CWD>/pandas/core/arrays/sparse/array.py:1682:20 - error: Type "ndarray[_AnyShape, dtype[int32]]" is not assignable to return type "int"
  "ndarray[_AnyShape, dtype[int32]]" is not assignable to "int" (reportReturnType)
<CWD>/pandas/core/arrays/sparse/array.py:1684:20 - error: Type "ndarray[_AnyShape, dtype[int32]]" is not assignable to return type "int"
  "ndarray[_AnyShape, dtype[int32]]" is not assignable to "int" (reportReturnType)
<CWD>/pandas/core/arrays/sparse/array.py:1686:20 - error: Type "ndarray[_AnyShape, dtype[int32]]" is not assignable to return type "int"
  "ndarray[_AnyShape, dtype[int32]]" is not assignable to "int" (reportReturnType)
<CWD>/pandas/core/arrays/sparse/array.py:1690:20 - error: Type "ndarray[_AnyShape, dtype[int32]]" is not assignable to return type "int"
  "ndarray[_AnyShape, dtype[int32]]" is not assignable to "int" (reportReturnType)
<CWD>/pandas/core/arrays/sparse/array.py:1915:8 - error: Invalid conditional operand of type "bool | NDArray[bool_] | NDFrame"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/arrays/sparse/array.py:1933:24 - error: Cannot access attribute "sp_index" for class "NDArray[bool_]"
  Attribute "sp_index" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/string_.py
<CWD>/pandas/core/arrays/string_.py:334:20 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_.py:335:25 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_.py:335:40 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_.py:372:5 - error: "dtype" incorrectly overrides property of same name in class "ExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_.py:646:26 - error: Argument of type "ArrayLike" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]] | NumpyExtensionArray" in function "__init__"
  Type "ArrayLike" is not assignable to type "ndarray[_AnyShape, dtype[Any]] | NumpyExtensionArray"
    Type "ExtensionArray" is not assignable to type "ndarray[_AnyShape, dtype[Any]] | NumpyExtensionArray"
      "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]"
      "ExtensionArray" is not assignable to "NumpyExtensionArray" (reportArgumentType)
<CWD>/pandas/core/arrays/string_.py:689:9 - error: Method "_validate_scalar" overrides class "NumpyExtensionArray" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "fill_value", override parameter is named "value" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_.py:749:22 - error: No overloads for "astype" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/arrays/string_.py:749:36 - error: Argument of type "StringDtype" cannot be assigned to parameter "dtype" of type "DTypeLike" in function "astype"
  Type "StringDtype" is not assignable to type "DTypeLike"
    "StringDtype" is not assignable to "type[Any]"
    "StringDtype" is not assignable to "dtype[Any]"
    "StringDtype" is incompatible with protocol "_SupportsDType[dtype[Any]]"
      "dtype" is not present
    "StringDtype" is not assignable to "tuple[_DTypeLikeNested, _DTypeLikeNested]"
    "StringDtype" is not assignable to "list[Any]"
    "StringDtype" is not assignable to "_DTypeDict"
... (reportArgumentType)
<CWD>/pandas/core/arrays/string_.py:756:16 - error: Type "Self@StringArray | IntegerArray | FloatingArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to return type "StringArray"
  Type "StringArray* | IntegerArray | FloatingArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "StringArray"
    "ExtensionArray" is not assignable to "StringArray" (reportReturnType)
<CWD>/pandas/core/arrays/string_.py:756:34 - error: Argument of type "ExtensionDtype" cannot be assigned to parameter "dtype" of type "StringDtype | None" in function "__init__"
  Type "ExtensionDtype" is not assignable to type "StringDtype | None"
    "ExtensionDtype" is not assignable to "StringDtype"
    "ExtensionDtype" is not assignable to "None" (reportArgumentType)
<CWD>/pandas/core/arrays/string_.py:838:16 - error: Type "ExtensionArray" is not assignable to return type "Self@StringArray"
  Type "ExtensionArray" is not assignable to type "Self@StringArray" (reportReturnType)
<CWD>/pandas/core/arrays/string_.py:858:9 - error: Method "astype" overrides class "ExtensionArray" in an incompatible manner
  Return type mismatch: base method returns type "ndarray[_AnyShape, dtype[Any]]", override returns type "StringArray | IntegerArray | FloatingArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]"
    Type "StringArray | IntegerArray | FloatingArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
      "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_.py:1134:16 - error: Type "ndarray[_AnyShape, dtype[Any]] | Unknown | Self@StringArray | ExtensionArray | BooleanArray | IntegerArray" is not assignable to return type "Self@StringArray"
  Type "ndarray[_AnyShape, dtype[Any]] | Unknown | Self@StringArray | ExtensionArray | BooleanArray | IntegerArray" is not assignable to type "Self@StringArray" (reportReturnType)
<CWD>/pandas/core/arrays/string_arrow.py
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_pad" in incompatible way
  Return type mismatch: base method returns type "Self@ArrowStringArrayMixin", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "ArrowStringArrayMixin"
      "ExtensionArray" is not assignable to "ArrowStringArrayMixin" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_removeprefix" in incompatible way
  Return type mismatch: base method returns type "Self@ArrowStringArrayMixin", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "ArrowStringArrayMixin"
      "ExtensionArray" is not assignable to "ArrowStringArrayMixin" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_removesuffix" in incompatible way
  Return type mismatch: base method returns type "Self@ArrowStringArrayMixin", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "ArrowStringArrayMixin"
      "ExtensionArray" is not assignable to "ArrowStringArrayMixin" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_join" in incompatible way
  Return type mismatch: base method returns type "Self@ArrowExtensionArray", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "ArrowExtensionArray"
      "ExtensionArray" is not assignable to "ArrowExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_partition" in incompatible way
  Return type mismatch: base method returns type "Self@ArrowExtensionArray", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "ArrowExtensionArray"
      "ExtensionArray" is not assignable to "ArrowExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_rpartition" in incompatible way
  Return type mismatch: base method returns type "Self@ArrowExtensionArray", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "ArrowExtensionArray"
      "ExtensionArray" is not assignable to "ArrowExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_encode" in incompatible way
  Return type mismatch: base method returns type "Self@ArrowExtensionArray", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "ArrowExtensionArray"
      "ExtensionArray" is not assignable to "ArrowExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_extract" in incompatible way
  Return type mismatch: base method returns type "dict[str, Unknown] | Self@ArrowExtensionArray", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]] | list[Any | list[Any]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]] | list[Any | list[Any]]" is not assignable to type "dict[str, Unknown] | Self@ArrowExtensionArray"
      Type "ExtensionArray" is not assignable to type "dict[str, Unknown] | Self@ArrowExtensionArray"
        "ExtensionArray" is not assignable to "ArrowExtensionArray"
        "ExtensionArray" is not assignable to "dict[str, Unknown]" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_findall" in incompatible way
  Return type mismatch: base method returns type "Self@ArrowExtensionArray", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "ArrowExtensionArray"
      "ExtensionArray" is not assignable to "ArrowExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_index" in incompatible way
  Return type mismatch: base method returns type "Self@ArrowExtensionArray", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "ArrowExtensionArray"
      "ExtensionArray" is not assignable to "ArrowExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_rindex" in incompatible way
  Return type mismatch: base method returns type "Self@ArrowExtensionArray", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "ArrowExtensionArray"
      "ExtensionArray" is not assignable to "ArrowExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_split" in incompatible way
  Parameter 3 type mismatch: base parameter is type "int | None", override parameter is type "int"
  Return type mismatch: base method returns type "Self@ArrowExtensionArray", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "ArrowExtensionArray"
      "ExtensionArray" is not assignable to "ArrowExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_rsplit" in incompatible way
  Parameter 3 type mismatch: base parameter is type "int | None", override parameter is type "int"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_wrap" in incompatible way
  Return type mismatch: base method returns type "Self@ArrowExtensionArray", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "ArrowExtensionArray"
      "ExtensionArray" is not assignable to "ArrowExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_zfill" in incompatible way
  Return type mismatch: base method returns type "Self@ArrowExtensionArray", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "ArrowExtensionArray"
      "ExtensionArray" is not assignable to "ArrowExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "take" in incompatible way
  Parameter "allow_fill" is missing in override
  Parameter "fill_value" is missing in override (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_rank" in incompatible way
  Return type mismatch: base method returns type "NDArray[float64]", override returns type "Self@ArrowExtensionArray"
    "ArrowExtensionArray*" is not assignable to "ndarray[_AnyShape, dtype[float64]]" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:83:7 - error: Base classes for class "ArrowStringArray" define method "_str_map" in incompatible way
  Parameter 4 type mismatch: base parameter is type "Dtype | None", override parameter is type "NpDtype | None"
    Type "Dtype | None" is not assignable to type "NpDtype | None"
      Type "ExtensionDtype" is not assignable to type "NpDtype | None"
        "ExtensionDtype" is not assignable to "str"
        "ExtensionDtype" is not assignable to "dtype[Any]"
        Type "ExtensionDtype" is not assignable to type "type[str]"
        Type "ExtensionDtype" is not assignable to type "type[complex]"
        Type "ExtensionDtype" is not assignable to type "type[bool]"
... (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:135:32 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:135:42 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:136:13 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:139:17 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:141:21 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:142:24 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:147:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:147:38 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:153:14 - error: "_dtype" overrides symbol of same name in class "ArrowExtensionArray"
  Variable is mutable so its type is invariant
    Override type "StringDtype" is not the same as base type "ArrowDtype" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/arrays/string_arrow.py:155:16 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:171:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:172:25 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:172:44 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:180:12 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:181:24 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:181:42 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:212:22 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:212:60 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:213:35 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:213:45 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:214:22 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:214:39 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:218:22 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:218:44 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:245:9 - error: Method "_convert_bool_result" overrides class "ArrowExtensionArray" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "result", override parameter is named "values" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:283:31 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:284:35 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:284:48 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:284:59 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:291:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:291:21 - error: "is_in" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/string_arrow.py:292:39 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:298:9 - error: Method "astype" overrides class "ExtensionArray" in an incompatible manner
  Return type mismatch: base method returns type "ndarray[_AnyShape, dtype[Any]]", override returns type "ArrowStringArray | BaseMaskedArray | ndarray[_AnyShape, dtype[Any]] | ExtensionArray"
    Type "ArrowStringArray | BaseMaskedArray | ndarray[_AnyShape, dtype[Any]] | ExtensionArray" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
      "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:306:40 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:316:20 - error: Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to declared type "(self: Self@ObjectStringArrayMixin) -> Unknown"
  Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to type "(self: Self@ObjectStringArrayMixin) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:317:20 - error: Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to declared type "(self: Self@ObjectStringArrayMixin) -> Unknown"
  Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to type "(self: Self@ObjectStringArrayMixin) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:318:22 - error: Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to declared type "(self: Self@ObjectStringArrayMixin) -> Unknown"
  Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to type "(self: Self@ObjectStringArrayMixin) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:319:20 - error: Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to declared type "(self: Self@ObjectStringArrayMixin) -> Unknown"
  Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to type "(self: Self@ObjectStringArrayMixin) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:320:20 - error: Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to declared type "(self: Self@ObjectStringArrayMixin) -> Unknown"
  Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to type "(self: Self@ObjectStringArrayMixin) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:321:22 - error: Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to declared type "(self: Self@ObjectStringArrayMixin) -> Unknown"
  Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to type "(self: Self@ObjectStringArrayMixin) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:322:20 - error: Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to declared type "(self: Self@ObjectStringArrayMixin) -> Unknown"
  Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to type "(self: Self@ObjectStringArrayMixin) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:323:20 - error: Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to declared type "(self: Self@ObjectStringArrayMixin) -> Unknown"
  Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to type "(self: Self@ObjectStringArrayMixin) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:324:20 - error: Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to declared type "(self: Self@ObjectStringArrayMixin) -> Unknown"
  Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to type "(self: Self@ObjectStringArrayMixin) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:326:16 - error: Type "(self: BaseStringArray, f: Unknown, na_value: Unknown | Literal[_NoDefault.no_default] = lib.no_default, dtype: Dtype | None = None, convert: bool = True) -> (ndarray[_AnyShape, dtype[Any]] | Unknown | BaseStringArray | ExtensionArray | BooleanArray | IntegerArray)" is not assignable to declared type "(self: Self@ObjectStringArrayMixin, f: Unknown, na_value: Unknown | Literal[_NoDefault.no_default] = lib.no_default, dtype: NpDtype | None = None, convert: bool = True) -> (NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]])"
  Type "(self: BaseStringArray, f: Unknown, na_value: Unknown | Literal[_NoDefault.no_default] = lib.no_default, dtype: Dtype | None = None, convert: bool = True) -> (ndarray[_AnyShape, dtype[Any]] | Unknown | BaseStringArray | ExtensionArray | BooleanArray | IntegerArray)" is not assignable to type "(self: Self@ObjectStringArrayMixin, f: Unknown, na_value: Unknown | Literal[_NoDefault.no_default] = lib.no_default, dtype: NpDtype | None = None, convert: bool = True) -> (NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]])"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "BaseStringArray"
      "ObjectStringArrayMixin*" is not assignable to "BaseStringArray" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:327:23 - error: Type "(self: ArrowStringArrayMixin, pat: str | tuple[str, ...], na: Scalar | Literal[_NoDefault.no_default] = lib.no_default) -> NoReturn" is not assignable to declared type "(self: Self@ObjectStringArrayMixin, pat: Unknown, na: Any = lib.no_default) -> Unknown"
  Type "(self: ArrowStringArrayMixin, pat: str | tuple[str, ...], na: Scalar | Literal[_NoDefault.no_default] = lib.no_default) -> NoReturn" is not assignable to type "(self: Self@ObjectStringArrayMixin, pat: Unknown, na: Any = lib.no_default) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:328:21 - error: Type "(self: ArrowStringArrayMixin, pat: str | tuple[str, ...], na: Scalar | Literal[_NoDefault.no_default] = lib.no_default) -> NoReturn" is not assignable to declared type "(self: Self@ObjectStringArrayMixin, pat: Unknown, na: Any = lib.no_default) -> Unknown"
  Type "(self: ArrowStringArrayMixin, pat: str | tuple[str, ...], na: Scalar | Literal[_NoDefault.no_default] = lib.no_default) -> NoReturn" is not assignable to type "(self: Self@ObjectStringArrayMixin, pat: Unknown, na: Any = lib.no_default) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:329:16 - error: Type "(self: ArrowStringArrayMixin, width: int, side: Literal['left', 'right', 'both'] = "left", fillchar: str = " ") -> ArrowStringArrayMixin" is not assignable to declared type "(self: Self@ObjectStringArrayMixin, width: int, side: Literal['left', 'right', 'both'] = "left", fillchar: str = " ") -> (NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]])"
  Type "(self: ArrowStringArrayMixin, width: int, side: Literal['left', 'right', 'both'] = "left", fillchar: str = " ") -> ArrowStringArrayMixin" is not assignable to type "(self: Self@ObjectStringArrayMixin, width: int, side: Literal['left', 'right', 'both'] = "left", fillchar: str = " ") -> (NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]])"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:330:18 - error: Type "(self: ArrowStringArrayMixin) -> ArrowStringArrayMixin" is not assignable to declared type "(self: Self@ObjectStringArrayMixin) -> Unknown"
  Type "(self: ArrowStringArrayMixin) -> ArrowStringArrayMixin" is not assignable to type "(self: Self@ObjectStringArrayMixin) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:331:18 - error: Type "(self: ArrowStringArrayMixin) -> ArrowStringArrayMixin" is not assignable to declared type "(self: Self@ObjectStringArrayMixin) -> Unknown"
  Type "(self: ArrowStringArrayMixin) -> ArrowStringArrayMixin" is not assignable to type "(self: Self@ObjectStringArrayMixin) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:332:18 - error: Type "(self: ArrowStringArrayMixin, to_strip: Unknown | None = None) -> ArrowStringArrayMixin" is not assignable to declared type "(self: Self@ObjectStringArrayMixin, to_strip: Unknown | None = None) -> Unknown"
  Type "(self: ArrowStringArrayMixin, to_strip: Unknown | None = None) -> ArrowStringArrayMixin" is not assignable to type "(self: Self@ObjectStringArrayMixin, to_strip: Unknown | None = None) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:333:19 - error: Type "(self: ArrowStringArrayMixin, to_strip: Unknown | None = None) -> ArrowStringArrayMixin" is not assignable to declared type "(self: Self@ObjectStringArrayMixin, to_strip: Unknown | None = None) -> Unknown"
  Type "(self: ArrowStringArrayMixin, to_strip: Unknown | None = None) -> ArrowStringArrayMixin" is not assignable to type "(self: Self@ObjectStringArrayMixin, to_strip: Unknown | None = None) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:334:19 - error: Type "(self: ArrowStringArrayMixin, to_strip: Unknown | None = None) -> ArrowStringArrayMixin" is not assignable to declared type "(self: Self@ObjectStringArrayMixin, to_strip: Unknown | None = None) -> Unknown"
  Type "(self: ArrowStringArrayMixin, to_strip: Unknown | None = None) -> ArrowStringArrayMixin" is not assignable to type "(self: Self@ObjectStringArrayMixin, to_strip: Unknown | None = None) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:335:25 - error: Type "(self: ArrowStringArrayMixin, suffix: str) -> ArrowStringArrayMixin" is not assignable to declared type "(self: Self@ObjectStringArrayMixin, suffix: str) -> (NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]])"
  Type "(self: ArrowStringArrayMixin, suffix: str) -> ArrowStringArrayMixin" is not assignable to type "(self: Self@ObjectStringArrayMixin, suffix: str) -> (NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]])"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:336:25 - error: Type "(self: ArrowStringArrayMixin, prefix: str) -> ArrowStringArrayMixin" is not assignable to declared type "(self: Self@ObjectStringArrayMixin, prefix: str) -> (NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]])"
  Type "(self: ArrowStringArrayMixin, prefix: str) -> ArrowStringArrayMixin" is not assignable to type "(self: Self@ObjectStringArrayMixin, prefix: str) -> (NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]])"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:337:17 - error: Type "(self: ArrowStringArrayMixin, sub: str, start: int = 0, end: int | None = None) -> Unknown" is not assignable to declared type "(self: Self@ObjectStringArrayMixin, sub: Unknown, start: int = 0, end: Unknown | None = None) -> Any"
  Type "(self: ArrowStringArrayMixin, sub: str, start: int = 0, end: int | None = None) -> Unknown" is not assignable to type "(self: Self@ObjectStringArrayMixin, sub: Unknown, start: int = 0, end: Unknown | None = None) -> Any"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:338:16 - error: Type "(self: ArrowStringArrayMixin, i: int) -> ArrowStringArrayMixin" is not assignable to declared type "(self: Self@ObjectStringArrayMixin, i: Unknown) -> Unknown"
  Type "(self: ArrowStringArrayMixin, i: int) -> ArrowStringArrayMixin" is not assignable to type "(self: Self@ObjectStringArrayMixin, i: Unknown) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:339:23 - error: Type "(self: ArrowStringArrayMixin) -> ArrowStringArrayMixin" is not assignable to declared type "(self: Self@ObjectStringArrayMixin) -> Unknown"
  Type "(self: ArrowStringArrayMixin) -> ArrowStringArrayMixin" is not assignable to type "(self: Self@ObjectStringArrayMixin) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:340:18 - error: Type "(self: ArrowStringArrayMixin) -> ArrowStringArrayMixin" is not assignable to declared type "(self: Self@ObjectStringArrayMixin) -> Unknown"
  Type "(self: ArrowStringArrayMixin) -> ArrowStringArrayMixin" is not assignable to type "(self: Self@ObjectStringArrayMixin) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:341:21 - error: Type "(self: ArrowStringArrayMixin) -> ArrowStringArrayMixin" is not assignable to declared type "(self: Self@ObjectStringArrayMixin) -> Unknown"
  Type "(self: ArrowStringArrayMixin) -> ArrowStringArrayMixin" is not assignable to type "(self: Self@ObjectStringArrayMixin) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:342:26 - error: Type "(self: ArrowStringArrayMixin, start: int | None = None, stop: int | None = None, repl: str | None = None) -> ArrowStringArrayMixin" is not assignable to declared type "(self: Self@ObjectStringArrayMixin, start: Unknown | None = None, stop: Unknown | None = None, repl: Unknown | None = None) -> Unknown"
  Type "(self: ArrowStringArrayMixin, start: int | None = None, stop: int | None = None, repl: str | None = None) -> ArrowStringArrayMixin" is not assignable to type "(self: Self@ObjectStringArrayMixin, start: Unknown | None = None, stop: Unknown | None = None, repl: Unknown | None = None) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:343:16 - error: Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to declared type "(self: Self@ObjectStringArrayMixin) -> Unknown"
  Type "(self: ArrowStringArrayMixin) -> Unknown" is not assignable to type "(self: Self@ObjectStringArrayMixin) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:344:18 - error: Type "(self: ArrowStringArrayMixin, start: int | None = None, stop: int | None = None, step: int | None = None) -> ArrowStringArrayMixin" is not assignable to declared type "(self: Self@ObjectStringArrayMixin, start: Unknown | None = None, stop: Unknown | None = None, step: Unknown | None = None) -> Unknown"
  Type "(self: ArrowStringArrayMixin, start: int | None = None, stop: int | None = None, step: int | None = None) -> ArrowStringArrayMixin" is not assignable to type "(self: Self@ObjectStringArrayMixin, start: Unknown | None = None, stop: Unknown | None = None, step: Unknown | None = None) -> Unknown"
    Parameter 1: type "Self@ObjectStringArrayMixin" is incompatible with type "ArrowStringArrayMixin"
      "ObjectStringArrayMixin*" is not assignable to "ArrowStringArrayMixin" (reportAssignmentType)
<CWD>/pandas/core/arrays/string_arrow.py:368:9 - error: Method "_str_contains" overrides class "ArrowStringArrayMixin" in an incompatible manner
  Return type mismatch: base method returns type "NoReturn", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "NoReturn"
      Type "ExtensionArray" is not assignable to type "NoReturn" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:384:9 - error: Method "_str_match" overrides class "ArrowStringArrayMixin" in an incompatible manner
  Return type mismatch: base method returns type "NoReturn", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "NoReturn"
      Type "ExtensionArray" is not assignable to type "NoReturn" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:398:9 - error: Method "_str_fullmatch" overrides class "ArrowStringArrayMixin" in an incompatible manner
  Return type mismatch: base method returns type "NoReturn", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "NoReturn"
      Type "ExtensionArray" is not assignable to type "NoReturn" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:412:9 - error: Method "_str_replace" overrides class "ArrowStringArrayMixin" in an incompatible manner
  Return type mismatch: base method returns type "ArrowStringArrayMixin", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]] | ArrowStringArrayMixin"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]] | ArrowStringArrayMixin" is not assignable to type "ArrowStringArrayMixin"
      "ExtensionArray" is not assignable to "ArrowStringArrayMixin" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:437:9 - error: Method "_str_repeat" overrides class "ArrowExtensionArray" in an incompatible manner
  Return type mismatch: base method returns type "ArrowExtensionArray", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]] | <subclass of ObjectStringArrayMixin* and BaseStringArray>* | ArrowExtensionArray"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]] | <subclass of ObjectStringArrayMixin* and BaseStringArray>* | ArrowExtensionArray" is not assignable to type "ArrowExtensionArray"
      "ExtensionArray" is not assignable to "ArrowExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:443:9 - error: Method "_str_count" overrides class "ArrowExtensionArray" in an incompatible manner
  Return type mismatch: base method returns type "ArrowExtensionArray", override returns type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]"
    Type "NDArray[Any] | Unknown | ExtensionArray | NDArray[object_ | number[Any, int | float | complex]]" is not assignable to type "ArrowExtensionArray"
      "ExtensionArray" is not assignable to "ArrowExtensionArray" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/string_arrow.py:446:18 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:446:21 - error: "count_substring_regex" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/string_arrow.py:493:23 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:493:26 - error: "is_null" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/string_arrow.py:494:23 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:494:26 - error: "or_kleene" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/string_arrow.py:494:41 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:494:44 - error: "not_equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/string_arrow.py:496:23 - error: "pc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:496:26 - error: "not_equal" is not a known attribute of module "pyarrow.compute" (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/string_arrow.py:502:31 - error: Cannot access attribute "astype" for class "NAType"
  Attribute "astype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/string_arrow.py:510:64 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/string_arrow.py:512:33 - error: "pa" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/arrays/timedeltas.py
<CWD>/pandas/core/arrays/timedeltas.py:243:9 - error: Method "_from_sequence" overrides class "ExtensionArray" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "scalars", override parameter is named "data" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/timedeltas.py:250:52 - error: Argument of type "DtypeObj | Unknown" cannot be assigned to parameter "dtype" of type "dtype[Any]" in function "astype_overflowsafe"
  Type "DtypeObj | Unknown" is not assignable to type "dtype[Any]"
    "ExtensionDtype" is not assignable to "dtype[Any]" (reportArgumentType)
<CWD>/pandas/core/arrays/timedeltas.py:276:52 - error: Argument of type "DtypeObj | Unknown" cannot be assigned to parameter "dtype" of type "dtype[Any]" in function "astype_overflowsafe"
  Type "DtypeObj | Unknown" is not assignable to type "dtype[Any]"
    "ExtensionDtype" is not assignable to "dtype[Any]" (reportArgumentType)
<CWD>/pandas/core/arrays/timedeltas.py:314:44 - error: Argument of type "NaTType | Timedelta | Unknown" cannot be assigned to parameter "start" of type "Timestamp | Timedelta | None" in function "generate_regular_range"
  Type "NaTType | Timedelta | Unknown" is not assignable to type "Timestamp | Timedelta | None"
    Type "NaTType" is not assignable to type "Timestamp | Timedelta | None"
      "NaTType" is not assignable to "Timestamp"
      "NaTType" is not assignable to "Timedelta"
      "NaTType" is not assignable to "None" (reportArgumentType)
<CWD>/pandas/core/arrays/timedeltas.py:314:51 - error: Argument of type "NaTType | Timedelta | Unknown" cannot be assigned to parameter "end" of type "Timestamp | Timedelta | None" in function "generate_regular_range"
  Type "NaTType | Timedelta | Unknown" is not assignable to type "Timestamp | Timedelta | None"
    Type "NaTType" is not assignable to type "Timestamp | Timedelta | None"
      "NaTType" is not assignable to "Timestamp"
      "NaTType" is not assignable to "Timedelta"
      "NaTType" is not assignable to "None" (reportArgumentType)
<CWD>/pandas/core/arrays/timedeltas.py:334:41 - error: Cannot access attribute "_value" for class "Period"
  Attribute "_value" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/timedeltas.py:336:20 - error: Type "datetime64[date | int | None] | timedelta64[timedelta | int | None] | Unknown" is not assignable to return type "timedelta64[timedelta | int | None]"
  Type "datetime64[date | int | None] | timedelta64[timedelta | int | None] | Unknown" is not assignable to type "timedelta64[timedelta | int | None]"
    "datetime64[date | int | None]" is not assignable to "timedelta64[timedelta | int | None]" (reportReturnType)
<CWD>/pandas/core/arrays/timedeltas.py:336:26 - error: Cannot access attribute "as_unit" for class "Period"
  Attribute "as_unit" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/timedeltas.py:430:35 - error: Argument of type "Unknown | Any | ndarray[Unknown, dtype[Any]]" cannot be assigned to parameter "x" of type "timedelta64[timedelta | int | None]" in function "_box_func"
  Type "Unknown | Any | ndarray[Unknown, dtype[Any]]" is not assignable to type "timedelta64[timedelta | int | None]"
    "ndarray[Unknown, dtype[Any]]" is not assignable to "timedelta64[timedelta | int | None]" (reportArgumentType)
<CWD>/pandas/core/arrays/timedeltas.py:470:9 - error: Method "_add_offset" overrides class "DatetimeLikeArrayMixin" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "offset", override parameter is named "other" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/arrays/timedeltas.py:822:69 - error: Argument of type "None" cannot be assigned to parameter "fill_value" of type "int" in function "_maybe_mask_results"
  "None" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/arrays/timedeltas.py:1140:54 - error: Argument of type "UnitChoices | None" cannot be assigned to parameter "unit" of type "str" in function "_ints_to_td64ns"
  Type "UnitChoices | None" is not assignable to type "str"
    "None" is not assignable to "str" (reportArgumentType)
<CWD>/pandas/core/arrays/timedeltas.py:1147:25 - error: Cannot access attribute "_mask" for class "TimedeltaArray"
  Attribute "_mask" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/timedeltas.py:1147:25 - error: Cannot access attribute "_mask" for class "ExtensionArray"
  Attribute "_mask" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/timedeltas.py:1147:25 - error: Cannot access attribute "_mask" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "_mask" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/timedeltas.py:1148:25 - error: Cannot access attribute "_data" for class "TimedeltaArray"
  Attribute "_data" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/timedeltas.py:1148:25 - error: Cannot access attribute "_data" for class "ExtensionArray"
  Attribute "_data" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/timedeltas.py:1148:25 - error: Cannot access attribute "_data" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "_data" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/arrays/timedeltas.py:1152:42 - error: Argument of type "ArrayLike | Unknown | TimedeltaArray" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]]" in function "cast_from_unit_vectorized"
  Type "ArrayLike | Unknown | TimedeltaArray" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/arrays/timedeltas.py:1161:40 - error: Argument of type "ArrayLike | TimedeltaArray" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]]" in function "astype_overflowsafe"
  Type "ArrayLike | TimedeltaArray" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/common.py
<CWD>/pandas/core/common.py:586:32 - error: "old_value" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/computation/eval.py
<CWD>/pandas/core/computation/eval.py:175:35 - error: "msg" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/computation/expressions.py
<CWD>/pandas/core/computation/expressions.py:64:17 - error: "ne" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/computation/expressions.py:65:9 - error: "ne" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/computation/pytables.py
<CWD>/pandas/core/computation/pytables.py:95:9 - error: "value" incorrectly overrides property of same name in class "Term"
  Property method "fset" is missing in override (reportIncompatibleMethodOverride)
<CWD>/pandas/core/computation/pytables.py:603:14 - error: "env" overrides symbol of same name in class "Expr"
  Variable is mutable so its type is invariant
    Override type "PyTablesScope" is not the same as base type "Scope" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/construction.py
<CWD>/pandas/core/construction.py:585:51 - error: Argument of type "str | object | ndarray[_AnyShape, dtype[Any]] | Unknown | ExtensionArray | ndarray[Unknown, Unknown]" cannot be assigned to parameter "value" of type "Scalar" in function "construct_1d_arraylike_from_scalar"
  Type "str | object | ndarray[_AnyShape, dtype[Any]] | Unknown | ExtensionArray | ndarray[Unknown, Unknown]" is not assignable to type "Scalar"
    Type "object" is not assignable to type "Scalar"
      "object" is not assignable to "str"
      "object" is not assignable to "bytes"
      "object" is not assignable to "date"
      "object" is not assignable to "datetime"
      "object" is not assignable to "timedelta"
      "object" is not assignable to "datetime64[date | int | None]"
... (reportArgumentType)
<CWD>/pandas/core/construction.py:605:25 - error: Argument of type "object | ndarray[_AnyShape, dtype[Any]] | Unknown | ExtensionArray | ndarray[Unknown, Unknown]" cannot be assigned to parameter "iterable" of type "Iterable[_T@list]" in function "__init__"
  Type "object | ndarray[_AnyShape, dtype[Any]] | Unknown | ExtensionArray | ndarray[Unknown, Unknown]" is not assignable to type "Iterable[Any]"
    "object" is incompatible with protocol "Iterable[Any]"
      "__iter__" is not present (reportArgumentType)
<CWD>/pandas/core/construction.py:658:21 - error: Argument of type "object | Unknown | ExtensionArray" cannot be assigned to parameter "iterable" of type "Iterable[_T@list]" in function "__init__"
  Type "object | Unknown | ExtensionArray" is not assignable to type "Iterable[Any]"
    "object" is incompatible with protocol "Iterable[Any]"
      "__iter__" is not present (reportArgumentType)
<CWD>/pandas/core/dtypes/base.py
<CWD>/pandas/core/dtypes/base.py:458:5 - error: "name" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/dtypes/cast.py
<CWD>/pandas/core/dtypes/cast.py:177:17 - error: Type "Timestamp | NaTType" is not assignable to declared type "Scalar"
  Type "Timestamp | NaTType" is not assignable to type "Scalar"
    Type "NaTType" is not assignable to type "Scalar"
      "NaTType" is not assignable to "str"
      "NaTType" is not assignable to "bytes"
      "NaTType" is not assignable to "date"
      "NaTType" is not assignable to "datetime"
      "NaTType" is not assignable to "timedelta"
      "NaTType" is not assignable to "datetime64[date | int | None]"
... (reportAssignmentType)
<CWD>/pandas/core/dtypes/cast.py:179:17 - error: Type "Timedelta | NaTType" is not assignable to declared type "Scalar"
  Type "Timedelta | NaTType" is not assignable to type "Scalar"
    Type "NaTType" is not assignable to type "Scalar"
      "NaTType" is not assignable to "str"
      "NaTType" is not assignable to "bytes"
      "NaTType" is not assignable to "date"
      "NaTType" is not assignable to "datetime"
      "NaTType" is not assignable to "timedelta"
      "NaTType" is not assignable to "datetime64[date | int | None]"
... (reportAssignmentType)
<CWD>/pandas/core/dtypes/cast.py:344:30 - error: Cannot access attribute "iloc" for class "ExtensionArray"
  Attribute "iloc" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/cast.py:359:44 - error: Argument of type "ndarray[_AnyShape, dtype[Any]] | ExtensionArray" cannot be assigned to parameter "b" of type "ArrayLike" in function "allclose"
  Type "ndarray[_AnyShape, dtype[Any]] | ExtensionArray" is not assignable to type "ArrayLike"
    Type "ExtensionArray" is not assignable to type "ArrayLike"
      "ExtensionArray" is incompatible with protocol "_Buffer"
        "__buffer__" is not present
      "ExtensionArray" is incompatible with protocol "_SupportsArray[dtype[Any]]"
        "__array__" is not present
      "ExtensionArray" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
        "__reversed__" is not present
... (reportArgumentType)
<CWD>/pandas/core/dtypes/cast.py:380:36 - error: Argument of type "ArrayLike" cannot be assigned to parameter "b" of type "ArrayLike" in function "allclose"
  Type "pandas._typing.ArrayLike" is not assignable to type "numpy._typing._array_like.ArrayLike"
    Type "ExtensionArray" is not assignable to type "ArrayLike"
      "ExtensionArray" is incompatible with protocol "_Buffer"
        "__buffer__" is not present
      "ExtensionArray" is incompatible with protocol "_SupportsArray[dtype[Any]]"
        "__array__" is not present
      "ExtensionArray" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
        "__reversed__" is not present
... (reportArgumentType)
<CWD>/pandas/core/dtypes/cast.py:386:39 - error: Argument of type "ArrayLike" cannot be assigned to parameter "a2" of type "ArrayLike" in function "array_equal"
  Type "pandas._typing.ArrayLike" is not assignable to type "numpy._typing._array_like.ArrayLike"
    Type "ExtensionArray" is not assignable to type "ArrayLike"
      "ExtensionArray" is incompatible with protocol "_Buffer"
        "__buffer__" is not present
      "ExtensionArray" is incompatible with protocol "_SupportsArray[dtype[Any]]"
        "__array__" is not present
      "ExtensionArray" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
        "__reversed__" is not present
... (reportArgumentType)
<CWD>/pandas/core/dtypes/cast.py:497:29 - error: Type "dtype[Any] | dtype[datetime64[date | int | None]] | DatetimeTZDtype | dtype[object_ | Any]" is not assignable to declared type "dtype[Any]"
  Type "dtype[Any] | dtype[datetime64[date | int | None]] | DatetimeTZDtype | dtype[object_ | Any]" is not assignable to type "dtype[Any]"
    "DatetimeTZDtype" is not assignable to "dtype[Any]" (reportAssignmentType)
<CWD>/pandas/core/dtypes/cast.py:500:42 - error: Argument of type "float" cannot be assigned to parameter "dtype" of type "_DTypeLike[datetime64[date | int | None]] | _DTypeLike[timedelta64[timedelta | int | None]] | str" in function "datetime_data"
  Type "float" is not assignable to type "_DTypeLike[datetime64[date | int | None]] | _DTypeLike[timedelta64[timedelta | int | None]] | str"
    "float" is not assignable to "str"
    Type "float" is not assignable to type "type[datetime64[date | int | None]]"
    "float" is not assignable to "dtype[datetime64[date | int | None]]"
    "float" is incompatible with protocol "_SupportsDType[dtype[datetime64[date | int | None]]]"
      "dtype" is not present
    Type "float" is not assignable to type "type[timedelta64[timedelta | int | None]]"
    "float" is not assignable to "dtype[timedelta64[timedelta | int | None]]"
... (reportArgumentType)
<CWD>/pandas/core/dtypes/cast.py:719:46 - error: Cannot access attribute "unit" for class "NaTType"
  Attribute "unit" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/cast.py:1726:24 - error: Cannot access attribute "_hasna" for class "float"
  Attribute "_hasna" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/cast.py:1726:24 - error: Cannot access attribute "_hasna" for class "int"
  Attribute "_hasna" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/cast.py:1726:24 - error: Cannot access attribute "_hasna" for class "ndarray[Unknown, Unknown]"
  Attribute "_hasna" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/common.py
<CWD>/pandas/core/dtypes/common.py:1682:26 - error: No overloads for "__new__" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/dtypes/common.py:1682:35 - error: Argument of type "property | type[Unknown]" cannot be assigned to parameter "dtype" of type "type[object]" in function "__new__"
  Type "property | type[Unknown]" is not assignable to type "type[object]"
    Type "property" is not assignable to type "type[object]" (reportArgumentType)
<CWD>/pandas/core/dtypes/common.py:1736:26 - error: Cannot access attribute "numpy_dtype" for class "dtype[Unknown]"
  Attribute "numpy_dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/common.py:1736:26 - error: Cannot access attribute "numpy_dtype" for class "ExtensionDtype"
  Attribute "numpy_dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/concat.py
<CWD>/pandas/core/dtypes/concat.py:342:36 - error: Argument of type "ArrayLike | NDArray[Unknown]" cannot be assigned to parameter "codes" of type "ndarray[_AnyShape, dtype[Any]]" in function "_simple_new"
  Type "ArrayLike | NDArray[Unknown]" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/dtypes/dtypes.py
<CWD>/pandas/core/dtypes/dtypes.py:222:5 - error: "name" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/dtypes/dtypes.py:222:12 - error: Type "Literal['category']" is not assignable to declared type "property"
  "Literal['category']" is not assignable to "property" (reportAssignmentType)
<CWD>/pandas/core/dtypes/dtypes.py:223:5 - error: "type" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/dtypes/dtypes.py:224:5 - error: "kind" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/dtypes/dtypes.py:229:5 - error: "_supports_2d" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/dtypes/dtypes.py:229:20 - error: Type "Literal[False]" is not assignable to declared type "property"
  "Literal[False]" is not assignable to "property" (reportAssignmentType)
<CWD>/pandas/core/dtypes/dtypes.py:230:5 - error: "_can_fast_transpose" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/dtypes/dtypes.py:230:27 - error: Type "Literal[False]" is not assignable to declared type "property"
  "Literal[False]" is not assignable to "property" (reportAssignmentType)
<CWD>/pandas/core/dtypes/dtypes.py:329:42 - error: "dtype" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/dtypes/dtypes.py:343:28 - error: "dtype" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/dtypes/dtypes.py:344:24 - error: "dtype" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/dtypes/dtypes.py:432:47 - error: Cannot access attribute "categories" for class "object"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/dtypes.py:436:45 - error: Cannot access attribute "categories" for class "object"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/dtypes.py:437:36 - error: Cannot access attribute "ordered" for class "object"
  Attribute "ordered" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/dtypes.py:440:43 - error: Cannot access attribute "ordered" for class "object"
  Attribute "ordered" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/dtypes.py:441:23 - error: Cannot access attribute "categories" for class "object"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/dtypes.py:449:27 - error: Cannot access attribute "categories" for class "object"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/dtypes.py:458:45 - error: Cannot access attribute "categories" for class "object"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/dtypes.py:767:5 - error: "_supports_2d" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/dtypes/dtypes.py:767:20 - error: Type "Literal[True]" is not assignable to declared type "property"
  "Literal[True]" is not assignable to "property" (reportAssignmentType)
<CWD>/pandas/core/dtypes/dtypes.py:768:5 - error: "_can_fast_transpose" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/dtypes/dtypes.py:768:27 - error: Type "Literal[True]" is not assignable to declared type "property"
  "Literal[True]" is not assignable to "property" (reportAssignmentType)
<CWD>/pandas/core/dtypes/dtypes.py:806:43 - error: Argument of type "tzinfo | None" cannot be assigned to parameter "tz" of type "tzinfo" in function "tz_standardize"
  Type "tzinfo | None" is not assignable to type "tzinfo"
    "None" is not assignable to "tzinfo" (reportArgumentType)
<CWD>/pandas/core/dtypes/dtypes.py:972:24 - error: No overloads for "amax" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/dtypes/dtypes.py:972:31 - error: Argument of type "list[DtypeObj]" cannot be assigned to parameter "a" of type "ArrayLike" in function "amax"
  Type "list[DtypeObj]" is not assignable to type "ArrayLike"
    "list[DtypeObj]" is incompatible with protocol "_Buffer"
      "__buffer__" is not present
    "list[DtypeObj]" is incompatible with protocol "_SupportsArray[dtype[Any]]"
      "__array__" is not present
    "list[DtypeObj]" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
      "__getitem__" is an incompatible type
        No overloaded function matches type "(index: int, /) -> (_T_co@_NestedSequence | _NestedSequence[_T_co@_NestedSequence])"
... (reportArgumentType)
<CWD>/pandas/core/dtypes/dtypes.py:1035:5 - error: "_supports_2d" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/dtypes/dtypes.py:1035:20 - error: Type "Literal[True]" is not assignable to declared type "property"
  "Literal[True]" is not assignable to "property" (reportAssignmentType)
<CWD>/pandas/core/dtypes/dtypes.py:1036:5 - error: "_can_fast_transpose" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/dtypes/dtypes.py:1036:27 - error: Type "Literal[True]" is not assignable to declared type "property"
  "Literal[True]" is not assignable to "property" (reportAssignmentType)
<CWD>/pandas/core/dtypes/dtypes.py:1063:31 - error: Cannot access attribute "_period_dtype_code" for class "BDay"
  Attribute "_period_dtype_code" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/dtypes.py:1063:31 - error: Cannot access attribute "_period_dtype_code" for class "BaseOffset"
  Attribute "_period_dtype_code" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/dtypes.py:1257:5 - error: "name" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/dtypes/dtypes.py:1257:12 - error: Type "Literal['interval']" is not assignable to declared type "property"
  "Literal['interval']" is not assignable to "property" (reportAssignmentType)
<CWD>/pandas/core/dtypes/dtypes.py:1327:29 - error: Cannot assign to attribute "_subtype" for class "IntervalDtype*"
  Type "DtypeObj" is not assignable to type "dtype[Any] | None"
    Type "ExtensionDtype" is not assignable to type "dtype[Any] | None"
      "ExtensionDtype" is not assignable to "None"
      "ExtensionDtype" is not assignable to "dtype[Any]" (reportAttributeAccessIssue)
<CWD>/pandas/core/dtypes/dtypes.py:1521:5 - error: "_supports_2d" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/dtypes/dtypes.py:1521:20 - error: Type "Literal[False]" is not assignable to declared type "property"
  "Literal[False]" is not assignable to "property" (reportAssignmentType)
<CWD>/pandas/core/dtypes/dtypes.py:1522:5 - error: "_can_fast_transpose" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/dtypes/dtypes.py:1522:27 - error: Type "Literal[False]" is not assignable to declared type "property"
  "Literal[False]" is not assignable to "property" (reportAssignmentType)
<CWD>/pandas/core/dtypes/dtypes.py:1608:5 - error: "type" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/dtypes/dtypes.py:1754:5 - error: "_is_immutable" incorrectly overrides property of same name in class "ExtensionDtype" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/dtypes/dtypes.py:1754:21 - error: Type "Literal[True]" is not assignable to declared type "property"
  "Literal[True]" is not assignable to "property" (reportAssignmentType)
<CWD>/pandas/core/frame.py
<CWD>/pandas/core/frame.py:894:56 - error: Argument of type "Unknown | DataFrame | list[Unknown]" cannot be assigned to parameter "value" of type "Scalar" in function "construct_1d_arraylike_from_scalar"
  Type "Unknown | DataFrame | list[Unknown]" is not assignable to type "Scalar"
    Type "DataFrame" is not assignable to type "Scalar"
      "DataFrame" is not assignable to "str"
      "DataFrame" is not assignable to "bytes"
      "DataFrame" is not assignable to "date"
      "DataFrame" is not assignable to "datetime"
      "DataFrame" is not assignable to "timedelta"
      "DataFrame" is not assignable to "datetime64[date | int | None]"
... (reportArgumentType)
<CWD>/pandas/core/frame.py:900:21 - error: Argument of type "Unknown | DataFrame | list[Unknown]" cannot be assigned to parameter "value" of type "Scalar" in function "construct_2d_arraylike_from_scalar"
  Type "Unknown | DataFrame | list[Unknown]" is not assignable to type "Scalar"
    Type "DataFrame" is not assignable to type "Scalar"
      "DataFrame" is not assignable to "str"
      "DataFrame" is not assignable to "bytes"
      "DataFrame" is not assignable to "date"
      "DataFrame" is not assignable to "datetime"
      "DataFrame" is not assignable to "timedelta"
      "DataFrame" is not assignable to "datetime64[date | int | None]"
... (reportArgumentType)
<CWD>/pandas/core/frame.py:2541:20 - error: Operator "in" not supported for types "Hashable | str | Any | Unknown" and "Unknown | None"
  Operator "in" not supported for types "Hashable" and "None"
  Operator "in" not supported for types "str" and "None" (reportOperatorIssue)
<CWD>/pandas/core/frame.py:2542:37 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/pandas/core/frame.py:2543:22 - error: Operator "in" not supported for types "int" and "Unknown | None"
  Operator "in" not supported for types "int" and "None" (reportOperatorIssue)
<CWD>/pandas/core/frame.py:2544:37 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/pandas/core/frame.py:4322:37 - error: Argument of type "int | integer[Any]" cannot be assigned to parameter "loc" of type "int | slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]]" in function "_iset_item_mgr"
  Type "int | integer[Any]" is not assignable to type "int | slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]]"
    Type "integer[Any]" is not assignable to type "int | slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]]"
      "integer[Any]" is not assignable to "int"
      "integer[Any]" is not assignable to "slice[Any, Any, Any]"
      "integer[Any]" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/frame.py:4557:51 - error: Argument of type "Unknown | tuple[Unknown, ...]" cannot be assigned to parameter "index" of type "Index" in function "maybe_droplevels"
  Type "Unknown | tuple[Unknown, ...]" is not assignable to type "Index"
    "tuple[Unknown, ...]" is not assignable to "Index" (reportArgumentType)
<CWD>/pandas/core/frame.py:4647:29 - error: No overloads for "tile" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/frame.py:4647:37 - error: Argument of type "ArrayLike" cannot be assigned to parameter "A" of type "ArrayLike" in function "tile"
  Type "pandas._typing.ArrayLike" is not assignable to type "numpy._typing._array_like.ArrayLike"
    Type "ExtensionArray" is not assignable to type "ArrayLike"
      "ExtensionArray" is incompatible with protocol "_Buffer"
        "__buffer__" is not present
      "ExtensionArray" is incompatible with protocol "_SupportsArray[dtype[Any]]"
        "__array__" is not present
      "ExtensionArray" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
        "__reversed__" is not present
... (reportArgumentType)
<CWD>/pandas/core/frame.py:4716:18 - error: "_mgr" overrides symbol of same name in class "NDFrame"
  Variable is mutable so its type is invariant
    Override type "BlockManager" is not the same as base type "Manager" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/frame.py:5232:32 - error: Argument of type "tuple[Unknown] | tuple[()] | Unknown | None" cannot be assigned to parameter "iterable" of type "Iterable[_T_co@frozenset]" in function "__new__"
  Type "tuple[Unknown] | tuple[()] | Unknown | None" is not assignable to type "Iterable[Never]"
    "None" is incompatible with protocol "Iterable[Never]"
      "__iter__" is not present (reportArgumentType)
<CWD>/pandas/core/frame.py:5232:32 - error: Argument of type "tuple[Unknown] | tuple[()] | Unknown | None" cannot be assigned to parameter "iterable" of type "Iterable[_T_co@frozenset]" in function "__new__"
  Type "tuple[Unknown] | tuple[()] | Unknown | None" is not assignable to type "Iterable[_T_co@frozenset]"
    "None" is incompatible with protocol "Iterable[_T_co@frozenset]"
      "__iter__" is not present (reportArgumentType)
<CWD>/pandas/core/frame.py:5232:52 - error: Argument of type "tuple[Unknown] | tuple[()] | Unknown | None" cannot be assigned to parameter "iterable" of type "Iterable[_T_co@frozenset]" in function "__new__"
  Type "tuple[Unknown] | tuple[()] | Unknown | None" is not assignable to type "Iterable[Never]"
    "None" is incompatible with protocol "Iterable[Never]"
      "__iter__" is not present (reportArgumentType)
<CWD>/pandas/core/frame.py:5232:52 - error: Argument of type "tuple[Unknown] | tuple[()] | Unknown | None" cannot be assigned to parameter "iterable" of type "Iterable[_T_co@frozenset]" in function "__new__"
  Type "tuple[Unknown] | tuple[()] | Unknown | None" is not assignable to type "Iterable[_T_co@frozenset]"
    "None" is incompatible with protocol "Iterable[_T_co@frozenset]"
      "__iter__" is not present (reportArgumentType)
<CWD>/pandas/core/frame.py:6179:38 - error: Index 0 is out of range for type tuple[()] (reportGeneralTypeIssues)
<CWD>/pandas/core/frame.py:6705:29 - error: Type "zip[tuple[Unknown, Unknown]]*" is not assignable to declared type "Iterable[tuple[Any, Any | None]]"
  "zip[tuple[Unknown, Unknown]]*" is incompatible with protocol "Iterable[tuple[Any, Any | None]]"
    "__iter__" is an incompatible type
      Type "() -> Self@zip[_T_co@zip]" is not assignable to type "() -> Iterator[_T_co@Iterable]"
        Function return type "Self@zip[_T_co@zip]" is incompatible with type "Iterator[_T_co@Iterable]"
          "zip[_T_co@zip]*" is incompatible with protocol "Iterator[_T_co@Iterable]" (reportAssignmentType)
<CWD>/pandas/core/frame.py:7272:9 - error: Method "sort_values" overrides class "NDFrame" in an incompatible manner
  Override does not handle all overloads of base method (reportIncompatibleMethodOverride)
<CWD>/pandas/core/frame.py:8201:51 - error: Argument of type "Axis" cannot be assigned to parameter "i" of type "int" in function "swaplevel"
  Type "Axis" is not assignable to type "int"
    "Literal['columns']" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/frame.py:8201:54 - error: Argument of type "Axis" cannot be assigned to parameter "j" of type "int" in function "swaplevel"
  Type "Axis" is not assignable to type "int"
    "Literal['columns']" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/frame.py:8204:55 - error: Argument of type "Axis" cannot be assigned to parameter "i" of type "int" in function "swaplevel"
  Type "Axis" is not assignable to type "int"
    "Literal['columns']" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/frame.py:8204:58 - error: Argument of type "Axis" cannot be assigned to parameter "j" of type "int" in function "swaplevel"
  Type "Axis" is not assignable to type "int"
    "Literal['columns']" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/frame.py:8973:9 - error: Method "compare" overrides class "NDFrame" in an incompatible manner
  Parameter 2 type mismatch: base parameter is type "NDFrame", override parameter is type "DataFrame"
    "NDFrame" is not assignable to "DataFrame" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/frame.py:8982:19 - error: Argument of type "DataFrame" cannot be assigned to parameter "other" of type "Self@DataFrame" in function "compare"
  Type "DataFrame" is not assignable to type "Self@DataFrame" (reportArgumentType)
<CWD>/pandas/core/frame.py:9165:21 - error: Argument of type "Series | Hashable" cannot be assigned to parameter "result" of type "ExtensionArray" in function "maybe_downcast_to_dtype"
  Type "Series | Hashable" is not assignable to type "ExtensionArray"
    "Hashable" is not assignable to "ExtensionArray" (reportArgumentType)
<CWD>/pandas/core/frame.py:10158:38 - error: Argument of type "IndexLabel" cannot be assigned to parameter "level" of type "int" in function "stack"
  Type "IndexLabel" is not assignable to type "int"
    "Hashable" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/frame.py:10624:42 - error: Argument of type "int | integer[Any]" cannot be assigned to parameter "periods" of type "int | Sequence[int]" in function "shift"
  Type "int | integer[Any]" is not assignable to type "int | Sequence[int]"
    Type "integer[Any]" is not assignable to type "int | Sequence[int]"
      "integer[Any]" is not assignable to "int"
      "integer[Any]" is not assignable to "Sequence[int]" (reportArgumentType)
<CWD>/pandas/core/frame.py:10628:37 - error: Argument of type "integer[Any] | int" cannot be assigned to parameter "n" of type "int" in function "diff"
  Type "integer[Any] | int" is not assignable to type "int"
    "integer[Any]" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/frame.py:10732:37 - error: Argument of type "Unknown | None" cannot be assigned to parameter "func" of type "AggFuncType" in function "frame_apply"
  Type "Unknown | None" is not assignable to type "AggFuncType"
    Type "None" is not assignable to type "AggFuncType"
      Type "None" is not assignable to type "(...) -> Unknown"
      "None" is not assignable to "str"
      "None" is not assignable to "list[AggFuncTypeBase]"
      "None" is not assignable to "MutableMapping[Hashable, AggFuncTypeBase | list[AggFuncTypeBase]]" (reportArgumentType)
<CWD>/pandas/core/frame.py:11024:29 - error: Cannot access attribute "__pandas_udf__" for class "FunctionType"
  Attribute "__pandas_udf__" is unknown (reportFunctionMemberAccess)
<CWD>/pandas/core/frame.py:11133:16 - error: Type "Self@DataFrame | DataFrame | Series | Any" is not assignable to return type "DataFrame"
  Type "DataFrame* | DataFrame | Series | Any" is not assignable to type "DataFrame"
    "Series" is not assignable to "DataFrame" (reportReturnType)
<CWD>/pandas/core/frame.py:11426:20 - error: Type "DataFrame | Series" is not assignable to return type "DataFrame"
  Type "DataFrame | Series" is not assignable to type "DataFrame"
    "Series" is not assignable to "DataFrame" (reportReturnType)
<CWD>/pandas/core/frame.py:11939:20 - error: Type "DataFrame | Series | Self@DataFrame | Any" is not assignable to return type "Series"
  Type "DataFrame | Series | DataFrame* | Any" is not assignable to type "Series"
    "DataFrame" is not assignable to "Series" (reportReturnType)
<CWD>/pandas/core/frame.py:13320:16 - error: Type "NDFrame" is not assignable to return type "Self@DataFrame"
  Type "NDFrame" is not assignable to type "Self@DataFrame" (reportReturnType)
<CWD>/pandas/core/frame.py:13332:16 - error: Type "NDFrame" is not assignable to return type "Self@DataFrame"
  Type "NDFrame" is not assignable to type "Self@DataFrame" (reportReturnType)
<CWD>/pandas/core/frame.py:13344:16 - error: Type "NDFrame" is not assignable to return type "Self@DataFrame"
  Type "NDFrame" is not assignable to type "Self@DataFrame" (reportReturnType)
<CWD>/pandas/core/frame.py:13356:16 - error: Type "NDFrame" is not assignable to return type "Self@DataFrame"
  Type "NDFrame" is not assignable to type "Self@DataFrame" (reportReturnType)
<CWD>/pandas/core/frame.py:13397:16 - error: Type "DataFrame | Series | Self@DataFrame | Any" is not assignable to return type "Series"
  Type "DataFrame | Series | DataFrame* | Any" is not assignable to type "Series"
    "DataFrame" is not assignable to "Series" (reportReturnType)
<CWD>/pandas/core/frame.py:13710:16 - error: Type "DataFrame | Series | Self@DataFrame | Any" is not assignable to return type "DataFrame"
  Type "DataFrame | Series | DataFrame* | Any" is not assignable to type "DataFrame"
    "Series" is not assignable to "DataFrame" (reportReturnType)
<CWD>/pandas/core/frame.py:13914:34 - error: No overloads for "__getitem__" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/frame.py:13914:34 - error: Argument of type "NDArray[floating[Any]]" cannot be assigned to parameter "key" of type "_ToIndices" in function "__getitem__"
  Type "NDArray[floating[Any]]" is not assignable to type "_ToIndices"
    "ndarray[_AnyShape, dtype[floating[Any]]]" is incompatible with protocol "SupportsIndex"
      Could not bind method "__index__" because "ndarray[_AnyShape, dtype[floating[Any]]]" is not assignable to parameter "self"
        "ndarray[_AnyShape, dtype[floating[Any]]]" is not assignable to "ndarray[_AnyShape, dtype[integer[Any]]]"
          Type parameter "_DTypeT_co@ndarray" is covariant, but "dtype[floating[Any]]" is not a subtype of "dtype[integer[Any]]"
    "ndarray[_AnyShape, dtype[floating[Any]]]" is not assignable to "slice[Any, Any, Any]"
    "ndarray[_AnyShape, dtype[floating[Any]]]" is not assignable to "EllipsisType"
    "ndarray[_AnyShape, dtype[floating[Any]]]" is incompatible with protocol "_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]" (reportArgumentType)
<CWD>/pandas/core/frame.py:14223:5 - error: "_info_axis_number" overrides symbol of same name in class "NDFrame"
  Variable is mutable so its type is invariant
    Override type "Literal[1]" is not the same as base type "int" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/frame.py:14224:5 - error: "_info_axis_name" overrides symbol of same name in class "NDFrame"
  Variable is mutable so its type is invariant
    Override type "Literal['columns']" is not the same as base type "Literal['index', 'columns']" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/generic.py
<CWD>/pandas/core/generic.py:849:13 - error: "__delitem__" method not defined on type "NDFrame*" (reportIndexIssue)
<CWD>/pandas/core/generic.py:966:16 - error: Type "NDFrame | Unknown" is not assignable to return type "Scalar | Series | DataFrame"
  Type "NDFrame | Unknown" is not assignable to type "Scalar | Series | DataFrame"
    Type "NDFrame" is not assignable to type "Scalar | Series | DataFrame"
      "NDFrame" is not assignable to "str"
      "NDFrame" is not assignable to "bytes"
      "NDFrame" is not assignable to "date"
      "NDFrame" is not assignable to "datetime"
      "NDFrame" is not assignable to "timedelta"
      "NDFrame" is not assignable to "datetime64[date | int | None]"
... (reportReturnType)
<CWD>/pandas/core/generic.py:4176:13 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/generic.py:4176:13 - error: Argument of type "int | integer[Any] | _Array1D[Any] | Any | ndarray[_AnyShape, dtype[Any]] | Unknown | ndarray[_AnyShape, dtype[numpy.bool[builtins.bool]]] | ndarray[_AnyShape, dtype[signedinteger[Any]]] | slice[NDArray[intp] | intp, NDArray[intp] | intp, Any] | slice[Any, Any, Any] | None" cannot be assigned to parameter "value" of type "slice[Any, Any, Any]" in function "__setitem__"
  Type "int | integer[Any] | _Array1D[Any] | Any | ndarray[_AnyShape, dtype[Any]] | Unknown | ndarray[_AnyShape, dtype[numpy.bool[builtins.bool]]] | ndarray[_AnyShape, dtype[signedinteger[Any]]] | slice[NDArray[intp] | intp, NDArray[intp] | intp, Any] | slice[Any, Any, Any] | None" is not assignable to type "slice[Any, Any, Any]"
    "int" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
<CWD>/pandas/core/generic.py:4217:24 - error: No overloads for "__getitem__" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/generic.py:4217:24 - error: Argument of type "int | integer[Any] | _Array1D[Any] | Any | ndarray[_AnyShape, dtype[Any]] | Unknown | ndarray[_AnyShape, dtype[numpy.bool[builtins.bool]]] | ndarray[_AnyShape, dtype[signedinteger[Any]]] | slice[NDArray[intp] | intp, NDArray[intp] | intp, Any] | slice[Any, Any, Any] | None" cannot be assigned to parameter "item" of type "SequenceIndexer" in function "__getitem__"
  Type "int | integer[Any] | _Array1D[Any] | Any | ndarray[_AnyShape, dtype[Any]] | Unknown | ndarray[_AnyShape, dtype[numpy.bool[builtins.bool]]] | ndarray[_AnyShape, dtype[signedinteger[Any]]] | slice[NDArray[intp] | intp, NDArray[intp] | intp, Any] | slice[Any, Any, Any] | None" is not assignable to type "SequenceIndexer"
    Type "int" is not assignable to type "SequenceIndexer"
      "int" is not assignable to "slice[Any, Any, Any]"
      "int" is not assignable to "list[int]"
      "int" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/generic.py:4217:24 - error: Type "Unknown | ndarray[_AnyShape, dtype[Any]]" is not assignable to return type "Self@NDFrame"
  Type "Unknown | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "Self@NDFrame" (reportReturnType)
<CWD>/pandas/core/generic.py:4219:41 - error: Argument of type "int | integer[Any] | _Array1D[Any] | Any | ndarray[_AnyShape, dtype[Any]] | Unknown | ndarray[_AnyShape, dtype[numpy.bool[builtins.bool]]] | ndarray[_AnyShape, dtype[signedinteger[Any]]] | slice[NDArray[intp] | intp, NDArray[intp] | intp, Any] | slice[Any, Any, Any] | None" cannot be assigned to parameter "loc" of type "int" in function "fast_xs"
  Type "int | integer[Any] | _Array1D[Any] | Any | ndarray[_AnyShape, dtype[Any]] | Unknown | ndarray[_AnyShape, dtype[numpy.bool[builtins.bool]]] | ndarray[_AnyShape, dtype[signedinteger[Any]]] | slice[NDArray[intp] | intp, NDArray[intp] | intp, Any] | slice[Any, Any, Any] | None" is not assignable to type "int"
    "integer[Any]" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/generic.py:4225:46 - error: Operator "+" not supported for types "int | integer[Any] | _Array1D[Any] | Any | ndarray[_AnyShape, dtype[Any]] | Unknown | ndarray[_AnyShape, dtype[numpy.bool[builtins.bool]]] | ndarray[_AnyShape, dtype[signedinteger[Any]]] | slice[NDArray[intp] | intp, NDArray[intp] | intp, Any] | slice[Any, Any, Any] | None" and "Literal[1]"
  Operator "+" not supported for types "None" and "Literal[1]" when expected type is "int | Incomplete | Unknown | ndarray[tuple[int], dtype[Any]] | ndarray[_AnyShape, dtype[Any]] | NDArray[signedinteger[Any]]"
  Operator "+" not supported for types "slice[NDArray[intp] | intp, NDArray[intp] | intp, Any]" and "Literal[1]" when expected type is "int | Incomplete | Unknown | ndarray[tuple[int], dtype[Any]] | ndarray[_AnyShape, dtype[Any]] | NDArray[signedinteger[Any]]"
  Operator "+" not supported for types "slice[Any, Any, Any]" and "Literal[1]" when expected type is "int | Incomplete | Unknown | ndarray[tuple[int], dtype[Any]] | ndarray[_AnyShape, dtype[Any]] | NDArray[signedinteger[Any]]" (reportOperatorIssue)
<CWD>/pandas/core/generic.py:4230:28 - error: "new_index" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/generic.py:4291:25 - error: "__delitem__" method not defined on type "NDFrame*" (reportIndexIssue)
<CWD>/pandas/core/generic.py:4592:13 - error: Type "str" is not assignable to declared type "Axis"
  Type "str" is not assignable to type "Axis"
    "str" is not assignable to "int"
    "str" is not assignable to type "Literal['index']"
    "str" is not assignable to type "Literal['columns']"
    "str" is not assignable to type "Literal['rows']" (reportAssignmentType)
<CWD>/pandas/core/generic.py:4669:29 - error: Cannot access attribute "to_numpy" for class "NDArray[bool_]"
  Attribute "to_numpy" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/generic.py:6196:21 - error: "__setitem__" method not defined on type "NDFrame*" (reportIndexIssue)
<CWD>/pandas/core/generic.py:7154:25 - error: "__setitem__" method not defined on type "NDFrame*" (reportIndexIssue)
<CWD>/pandas/core/generic.py:7164:33 - error: "__setitem__" method not defined on type "NDFrame*" (reportIndexIssue)
<CWD>/pandas/core/generic.py:7571:37 - error: Cannot access attribute "items" for class "bool"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/generic.py:7571:37 - error: Cannot access attribute "items" for class "bool_"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/generic.py:7571:37 - error: "items" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/generic.py:7604:20 - error: No overloads for "replace" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/generic.py:7604:75 - error: Argument of type "bool | bool_" cannot be assigned to parameter "regex" of type "bool" in function "replace"
  Type "bool | bool_" is not assignable to type "bool"
    "numpy.bool[builtins.bool]" is not assignable to "bool" (reportArgumentType)
<CWD>/pandas/core/generic.py:7621:31 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/pandas/core/generic.py:7622:47 - error: "keys" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/generic.py:7636:76 - error: "items" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/generic.py:7646:43 - error: Argument of type "Unknown | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
  Type "Unknown | None" is not assignable to type "Sized"
    "None" is incompatible with protocol "Sized"
      "__len__" is not present (reportArgumentType)
<CWD>/pandas/core/generic.py:7649:24 - error: Argument of type "Unknown | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
  Type "Unknown | None" is not assignable to type "Sized"
    "None" is incompatible with protocol "Sized"
      "__len__" is not present (reportArgumentType)
<CWD>/pandas/core/generic.py:7652:42 - error: Argument of type "Unknown | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
  Type "Unknown | None" is not assignable to type "Sized"
    "None" is incompatible with protocol "Sized"
      "__len__" is not present (reportArgumentType)
<CWD>/pandas/core/generic.py:7655:30 - error: Argument of type "Unknown | None" cannot be assigned to parameter "src_list" of type "list[Any]" in function "replace_list"
  Type "Unknown | None" is not assignable to type "list[Any]"
    "None" is not assignable to "list[Any]" (reportArgumentType)
<CWD>/pandas/core/generic.py:7658:27 - error: Argument of type "bool | bool_" cannot be assigned to parameter "regex" of type "bool" in function "replace_list"
  Type "bool | bool_" is not assignable to type "bool"
    "numpy.bool[builtins.bool]" is not assignable to "bool" (reportArgumentType)
<CWD>/pandas/core/generic.py:7686:46 - error: Argument of type "bool | bool_" cannot be assigned to parameter "regex" of type "bool" in function "should_use_regex"
  Type "bool | bool_" is not assignable to type "bool"
    "numpy.bool[builtins.bool]" is not assignable to "bool" (reportArgumentType)
<CWD>/pandas/core/generic.py:9805:12 - error: Invalid conditional operand of type "bool | NDArray[bool_] | NDFrame"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/generic.py:9809:16 - error: Type "tuple[NDFrame* | Series | Series* | Any | Unknown, Series, Index | Any | Unknown | None]" is not assignable to return type "tuple[Self@NDFrame, Series, Index | None]"
  Type "NDFrame* | Series | Series* | Any | Unknown" is not assignable to type "Self@NDFrame" (reportReturnType)
<CWD>/pandas/core/generic.py:9956:64 - error: "res_cols" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/groupby/generic.py
<CWD>/pandas/core/groupby/generic.py:762:16 - error: Type "DataFrame | Series" is not assignable to return type "Series"
  Type "DataFrame | Series" is not assignable to type "Series"
    "DataFrame" is not assignable to "Series" (reportReturnType)
<CWD>/pandas/core/groupby/generic.py:1042:51 - error: Cannot access attribute "_values" for class "Categorical"
  Attribute "_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/generic.py:1042:51 - error: Cannot access attribute "_values" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/generic.py:1042:51 - error: Cannot access attribute "_values" for class "tuple[Series | Categorical | Unknown | ndarray[_AnyShape, dtype[Any]], IntervalArray | ExtensionArray | ndarray[_AnyShape, dtype[Any]] | IntervalIndex | Index]"
  Attribute "_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/generic.py:1309:16 - error: Type "Unknown | Series | DataFrame" is not assignable to return type "Series"
  Type "Unknown | Series | DataFrame" is not assignable to type "Series"
    "DataFrame" is not assignable to "Series" (reportReturnType)
<CWD>/pandas/core/groupby/generic.py:1387:16 - error: Type "Unknown | Series | DataFrame" is not assignable to return type "Series"
  Type "Unknown | Series | DataFrame" is not assignable to type "Series"
    "DataFrame" is not assignable to "Series" (reportReturnType)
<CWD>/pandas/core/groupby/generic.py:2451:20 - error: Invalid conditional operand of type "NDArray[bool_] | bool | bool_ | Unknown | NDFrame"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/groupby/generic.py:3045:16 - error: Type "Unknown | Series | DataFrame" is not assignable to return type "DataFrame"
  Type "Unknown | Series | DataFrame" is not assignable to type "DataFrame"
    "Series" is not assignable to "DataFrame" (reportReturnType)
<CWD>/pandas/core/groupby/generic.py:3150:16 - error: Type "Unknown | Series | DataFrame" is not assignable to return type "DataFrame"
  Type "Unknown | Series | DataFrame" is not assignable to type "DataFrame"
    "Series" is not assignable to "DataFrame" (reportReturnType)
<CWD>/pandas/core/groupby/groupby.py
<CWD>/pandas/core/groupby/groupby.py:1603:28 - error: Type "object" is not assignable to return type "NDFrameT@GroupBy"
  Type "object" is not assignable to type "NDFrameT@GroupBy" (reportReturnType)
<CWD>/pandas/core/groupby/groupby.py:1788:44 - error: Argument of type "NDFrameT@GroupBy | Any | Unknown" cannot be assigned to parameter "result" of type "Series | DataFrame" in function "_wrap_aggregated_output"
  Type "NDFrameT@GroupBy | Any | Unknown" is not assignable to type "Series | DataFrame"
    Type "NDFrameT@GroupBy" is not assignable to type "Series | DataFrame"
      "NDFrame*" is not assignable to "Series"
      "NDFrame*" is not assignable to "DataFrame" (reportArgumentType)
<CWD>/pandas/core/groupby/groupby.py:1993:16 - error: Type "Unknown | Series | DataFrame" is not assignable to return type "NDFrameT@GroupBy"
  Type "Unknown | Series | DataFrame" is not assignable to type "NDFrameT@GroupBy" (reportReturnType)
<CWD>/pandas/core/groupby/groupby.py:2051:16 - error: Type "Unknown | Series | DataFrame" is not assignable to return type "NDFrameT@GroupBy"
  Type "Unknown | Series | DataFrame" is not assignable to type "NDFrameT@GroupBy" (reportReturnType)
<CWD>/pandas/core/groupby/groupby.py:2156:16 - error: Type "Unknown | Series | DataFrame" is not assignable to return type "NDFrameT@GroupBy"
  Type "Unknown | Series | DataFrame" is not assignable to type "NDFrameT@GroupBy" (reportReturnType)
<CWD>/pandas/core/groupby/groupby.py:2357:16 - error: Type "DataFrame | Series | Unknown" is not assignable to return type "NDFrameT@GroupBy"
  Type "DataFrame | Series | Unknown" is not assignable to type "NDFrameT@GroupBy" (reportReturnType)
<CWD>/pandas/core/groupby/groupby.py:2805:16 - error: Type "Unknown | Series | DataFrame" is not assignable to return type "NDFrameT@GroupBy"
  Type "Unknown | Series | DataFrame" is not assignable to type "NDFrameT@GroupBy" (reportReturnType)
<CWD>/pandas/core/groupby/groupby.py:3057:16 - error: Type "DataFrame | Series | Unknown" is not assignable to return type "NDFrameT@GroupBy"
  Type "DataFrame | Series | Unknown" is not assignable to type "NDFrameT@GroupBy" (reportReturnType)
<CWD>/pandas/core/groupby/groupby.py:3286:16 - error: Type "DataFrame | Series | Unknown" is not assignable to return type "NDFrameT@GroupBy"
  Type "DataFrame | Series | Unknown" is not assignable to type "NDFrameT@GroupBy" (reportReturnType)
<CWD>/pandas/core/groupby/groupby.py:3354:16 - error: Type "DataFrame | Series | Unknown" is not assignable to return type "NDFrameT@GroupBy"
  Type "DataFrame | Series | Unknown" is not assignable to type "NDFrameT@GroupBy" (reportReturnType)
<CWD>/pandas/core/groupby/groupby.py:3510:16 - error: Type "DataFrame | Unknown | Any" is not assignable to return type "NDFrameT@GroupBy"
  Type "DataFrame | Unknown | Any" is not assignable to type "NDFrameT@GroupBy" (reportReturnType)
<CWD>/pandas/core/groupby/groupby.py:5212:18 - error: "concat" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/groupby/groupby.py:5618:54 - error: "weights_arr" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/groupby/groupby.py:5686:16 - error: Type "DataFrame | Series | Unknown" is not assignable to return type "NDFrameT@GroupBy"
  Type "DataFrame | Series | Unknown" is not assignable to type "NDFrameT@GroupBy" (reportReturnType)
<CWD>/pandas/core/groupby/grouper.py
<CWD>/pandas/core/groupby/grouper.py:545:47 - error: Cannot access attribute "categories" for class "Index"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:545:47 - error: Cannot access attribute "categories" for class "MultiIndex"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:545:47 - error: Cannot access attribute "categories" for class "BinGrouper"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:545:47 - error: Cannot access attribute "categories" for class "ExtensionArray"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:546:50 - error: Argument of type "Index | MultiIndex | BinGrouper | Series | ExtensionArray | Categorical" cannot be assigned to parameter "c" of type "Categorical" in function "recode_for_groupby"
  Type "Index | MultiIndex | BinGrouper | Series | ExtensionArray | Categorical" is not assignable to type "Categorical"
    "ExtensionArray" is not assignable to "Categorical" (reportArgumentType)
<CWD>/pandas/core/groupby/grouper.py:623:30 - error: Cannot access attribute "categories" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:623:30 - error: Cannot access attribute "categories" for class "ndarray[Unknown, Unknown]"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:623:30 - error: Cannot access attribute "categories" for class "Index"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:623:30 - error: Cannot access attribute "categories" for class "MultiIndex"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:623:30 - error: Cannot access attribute "categories" for class "BinGrouper"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:623:30 - error: Cannot access attribute "categories" for class "ExtensionArray"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:626:26 - error: No overloads for "unique" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/groupby/grouper.py:626:46 - error: Argument of type "Unknown | ndarray[_AnyShape, dtype[Any]] | FrozenList | list[NDArray[intp]] | Any" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]] | Series" in function "unique"
  Type "Unknown | ndarray[_AnyShape, dtype[Any]] | FrozenList | list[NDArray[intp]] | Any" is not assignable to type "ndarray[_AnyShape, dtype[Any]] | Series"
    Type "list[NDArray[intp]]" is not assignable to type "ndarray[_AnyShape, dtype[Any]] | Series"
      "list[NDArray[intp]]" is not assignable to "ndarray[_AnyShape, dtype[Any]]"
      "list[NDArray[intp]]" is not assignable to "Series" (reportArgumentType)
<CWD>/pandas/core/groupby/grouper.py:626:50 - error: Cannot access attribute "codes" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:626:50 - error: Cannot access attribute "codes" for class "ndarray[Unknown, Unknown]"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:626:50 - error: Cannot access attribute "codes" for class "Index"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:626:50 - error: Cannot access attribute "codes" for class "ExtensionArray"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:635:31 - error: Cannot access attribute "isna" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "isna" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:635:31 - error: Cannot access attribute "isna" for class "ndarray[Unknown, Unknown]"
  Attribute "isna" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:635:31 - error: Cannot access attribute "isna" for class "BinGrouper"
  Attribute "isna" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:636:20 - error: No overloads for "any" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/groupby/grouper.py:636:27 - error: Argument of type "ndarray[_AnyShape, dtype[Any]] | ExtensionArraySupportsAnyAll | Series | NDArray[bool_] | Unknown" cannot be assigned to parameter "a" of type "ArrayLike | None" in function "any"
  Type "ndarray[_AnyShape, dtype[Any]] | ExtensionArraySupportsAnyAll | Series | NDArray[bool_] | Unknown" is not assignable to type "ArrayLike | None"
    Type "ExtensionArraySupportsAnyAll" is not assignable to type "ArrayLike | None"
      "ExtensionArraySupportsAnyAll" is incompatible with protocol "_Buffer"
        "__buffer__" is not present
      "ExtensionArraySupportsAnyAll" is incompatible with protocol "_SupportsArray[dtype[Any]]"
        "__array__" is not present
      "ExtensionArraySupportsAnyAll" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
        "__reversed__" is not present
... (reportArgumentType)
<CWD>/pandas/core/groupby/grouper.py:645:59 - error: Argument of type "Unknown | ndarray[_AnyShape, dtype[Any]] | list[NDArray[intp]] | Any" cannot be assigned to parameter "values" of type "ArrayLike" in function "nunique_ints"
  Type "Unknown | ndarray[_AnyShape, dtype[Any]] | list[NDArray[intp]] | Any" is not assignable to type "ArrayLike"
    Type "list[NDArray[intp]]" is not assignable to type "ArrayLike"
      "list[NDArray[intp]]" is not assignable to "ExtensionArray"
      "list[NDArray[intp]]" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/groupby/grouper.py:645:63 - error: Cannot access attribute "codes" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:645:63 - error: Cannot access attribute "codes" for class "ndarray[Unknown, Unknown]"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:645:63 - error: Cannot access attribute "codes" for class "Index"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:645:63 - error: Cannot access attribute "codes" for class "ExtensionArray"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:649:66 - error: Cannot access attribute "ordered" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "ordered" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:649:66 - error: Cannot access attribute "ordered" for class "ndarray[Unknown, Unknown]"
  Attribute "ordered" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:649:66 - error: Cannot access attribute "ordered" for class "Index"
  Attribute "ordered" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:649:66 - error: Cannot access attribute "ordered" for class "MultiIndex"
  Attribute "ordered" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:649:66 - error: Cannot access attribute "ordered" for class "BinGrouper"
  Attribute "ordered" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:649:66 - error: Cannot access attribute "ordered" for class "ExtensionArray"
  Attribute "ordered" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:651:25 - error: Cannot access attribute "codes" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:651:25 - error: Cannot access attribute "codes" for class "ndarray[Unknown, Unknown]"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:651:25 - error: Cannot access attribute "codes" for class "Index"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:651:25 - error: Cannot access attribute "codes" for class "ExtensionArray"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/grouper.py:656:38 - error: Operator ">=" not supported for types "Unknown | ndarray[_AnyShape, dtype[Any]] | FrozenList | list[NDArray[intp]] | Any" and "int | Unbound"
  Operator ">=" not supported for types "FrozenList" and "int" when expected type is "ArrayLike"
  Operator ">=" not supported for types "list[NDArray[intp]]" and "int" when expected type is "ArrayLike" (reportOperatorIssue)
<CWD>/pandas/core/groupby/grouper.py:656:47 - error: "na_code" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/groupby/grouper.py:656:56 - error: Operator "+" not supported for types "Unknown | ndarray[_AnyShape, dtype[Any]] | FrozenList | list[NDArray[intp]] | Any" and "Literal[1]"
  Operator "+" not supported for types "FrozenList" and "Literal[1]" when expected type is "ArrayLike"
  Operator "+" not supported for types "list[NDArray[intp]]" and "Literal[1]" when expected type is "ArrayLike" (reportOperatorIssue)
<CWD>/pandas/core/groupby/grouper.py:657:34 - error: Argument of type "ndarray[_AnyShape, dtype[Any]] | ExtensionArraySupportsAnyAll | Series | NDArray[bool_] | Unknown | Unbound" cannot be assigned to parameter "condition" of type "ArrayLike" in function "where"
  Type "ndarray[_AnyShape, dtype[Any]] | ExtensionArraySupportsAnyAll | Series | NDArray[bool_] | Unknown | Unbound" is not assignable to type "ArrayLike"
    Type "ExtensionArraySupportsAnyAll" is not assignable to type "ArrayLike"
      "ExtensionArraySupportsAnyAll" is incompatible with protocol "_Buffer"
        "__buffer__" is not present
      "ExtensionArraySupportsAnyAll" is incompatible with protocol "_SupportsArray[dtype[Any]]"
        "__array__" is not present
      "ExtensionArraySupportsAnyAll" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
        "__reversed__" is not present
... (reportArgumentType)
<CWD>/pandas/core/groupby/grouper.py:657:34 - error: "na_mask" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/groupby/grouper.py:657:43 - error: "na_code" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/groupby/grouper.py:659:20 - error: Type "tuple[NDArray[Any] | Unknown | FrozenList | list[NDArray[intp]] | Any, Categorical]" is not assignable to return type "tuple[NDArray[signedinteger[Any]], ArrayLike]"
  Type "NDArray[Any] | Unknown | FrozenList | list[NDArray[intp]] | Any" is not assignable to type "NDArray[signedinteger[Any]]"
    "list[NDArray[intp]]" is not assignable to "ndarray[_AnyShape, dtype[signedinteger[Any]]]" (reportReturnType)
<CWD>/pandas/core/groupby/grouper.py:881:32 - error: "name" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/groupby/grouper.py:886:57 - error: Argument of type "Index | Unknown | Any | None" cannot be assigned to parameter "key" of type "Level" in function "_check_label_or_level_ambiguity"
  Type "Index | Unknown | Any | None" is not assignable to type "Level"
    "Index" is incompatible with protocol "Hashable"
      "__hash__" is an incompatible type
      "__hash__" is not defined as a ClassVar in protocol
        Type "None" is not assignable to type "() -> int" (reportArgumentType)
<CWD>/pandas/core/groupby/grouper.py:892:32 - error: Argument of type "Index | Unknown | Any | None" cannot be assigned to parameter "element" of type "Hashable" in function "add"
  Type "Index | Unknown | Any | None" is not assignable to type "Hashable"
    "Index" is incompatible with protocol "Hashable"
      "__hash__" is an incompatible type
      "__hash__" is not defined as a ClassVar in protocol
        Type "None" is not assignable to type "() -> int" (reportArgumentType)
<CWD>/pandas/core/groupby/grouper.py:893:42 - error: Argument of type "Index | Unknown | Any | None" cannot be assigned to parameter "key" of type "Level" in function "_is_level_reference"
  Type "Index | Unknown | Any | None" is not assignable to type "Level"
    "Index" is incompatible with protocol "Hashable"
      "__hash__" is an incompatible type
      "__hash__" is not defined as a ClassVar in protocol
        Type "None" is not assignable to type "() -> int" (reportArgumentType)
<CWD>/pandas/core/groupby/ops.py
<CWD>/pandas/core/groupby/ops.py:200:36 - error: Cannot access attribute "__signatures__" for class "FunctionType"
  Attribute "__signatures__" is unknown (reportFunctionMemberAccess)
<CWD>/pandas/core/groupby/ops.py:502:32 - error: "counts" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/groupby/ops.py:503:33 - error: Cannot access attribute "any" for class "bool"
  Attribute "any" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/groupby/ops.py:680:31 - error: "null_gaps" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/indexers/utils.py
<CWD>/pandas/core/indexers/utils.py:325:28 - error: Cannot access attribute "sum" for class "Index"
  Attribute "sum" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexers/utils.py:413:12 - error: Index 0 is out of range for type tuple[()] (reportGeneralTypeIssues)
<CWD>/pandas/core/indexes/accessors.py
<CWD>/pandas/core/indexes/accessors.py:91:9 - error: Method "_delegate_property_get" overrides class "PandasDelegate" in an incompatible manner
  Return type mismatch: base method returns type "NoReturn", override returns type "Any | Series"
    Type "Any | Series" is not assignable to type "NoReturn"
      Type "Series" is not assignable to type "NoReturn" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/accessors.py:120:9 - error: Method "_delegate_method" overrides class "PandasDelegate" in an incompatible manner
  Return type mismatch: base method returns type "NoReturn", override returns type "Any | Series"
    Type "Any | Series" is not assignable to type "NoReturn"
      Type "Series" is not assignable to type "NoReturn" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/accessors.py:175:9 - error: Method "_delegate_property_get" overrides class "PandasDelegate" in an incompatible manner
  Return type mismatch: base method returns type "NoReturn", override returns type "Any | Series"
    Type "Any | Series" is not assignable to type "NoReturn"
      Type "Series" is not assignable to type "NoReturn" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/accessors.py:196:9 - error: Method "_delegate_method" overrides class "PandasDelegate" in an incompatible manner
  Return type mismatch: base method returns type "NoReturn", override returns type "Series"
    Type "Series" is not assignable to type "NoReturn" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/base.py
<CWD>/pandas/core/indexes/base.py:506:24 - error: Type "RangeIndex | Index" is not assignable to return type "Self@Index"
  Type "RangeIndex | Index" is not assignable to type "Self@Index" (reportReturnType)
<CWD>/pandas/core/indexes/base.py:545:33 - error: Argument of type "Series | Unknown | memoryview[Unknown] | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@list]" in function "__init__"
  Type "Series | Unknown | memoryview[Unknown] | None" is not assignable to type "Iterable[Unknown]"
    "None" is incompatible with protocol "Iterable[Unknown]"
      "__iter__" is not present (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:547:20 - error: Invalid conditional operand of type "list[Unknown] | bool | Series | Unknown | memoryview[Unknown] | None"
  Method __bool__ for type "Series" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/indexes/base.py:562:29 - error: Argument of type "Series | Unknown | memoryview[Unknown] | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@list]" in function "__init__"
  Type "Series | Unknown | memoryview[Unknown] | None" is not assignable to type "Iterable[Unknown]"
    "None" is incompatible with protocol "Iterable[Unknown]"
      "__iter__" is not present (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:584:16 - error: Type "DatetimeIndex | Index | TimedeltaIndex" is not assignable to return type "Self@Index"
  Type "DatetimeIndex | Index | TimedeltaIndex" is not assignable to type "Self@Index" (reportReturnType)
<CWD>/pandas/core/indexes/base.py:1295:46 - error: Argument of type "Unknown | ndarray[_AnyShape, Unknown] | NumpyExtensionArray | Index | Series | ExtensionArray" cannot be assigned to parameter "values" of type "ArrayLike" in function "_simple_new"
  Type "Unknown | ndarray[_AnyShape, Unknown] | NumpyExtensionArray | Index | Series | ExtensionArray" is not assignable to type "ArrayLike"
    Type "Index" is not assignable to type "ArrayLike"
      "Index" is not assignable to "ExtensionArray"
      "Index" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:1359:42 - error: Argument of type "NDArray[intp]" cannot be assigned to parameter "repeats" of type "int | Sequence[int]" in function "repeat"
  Type "NDArray[intp]" is not assignable to type "int | Sequence[int]"
    "ndarray[_AnyShape, dtype[intp]]" is not assignable to "int"
    "ndarray[_AnyShape, dtype[intp]]" is not assignable to "Sequence[int]" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:1518:16 - error: Type "ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to return type "ndarray[_AnyShape, dtype[Any]]"
  Type "ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportReturnType)
<CWD>/pandas/core/indexes/base.py:1831:16 - error: Argument of type "Any | Unknown | list[Unknown | None] | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
  Type "Any | Unknown | list[Unknown | None] | None" is not assignable to type "Sized"
    "None" is incompatible with protocol "Sized"
      "__len__" is not present (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:1833:75 - error: Argument of type "Any | Unknown | list[Unknown | None] | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
  Type "Any | Unknown | list[Unknown | None] | None" is not assignable to type "Sized"
    "None" is incompatible with protocol "Sized"
      "__len__" is not present (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:1837:32 - error: Object of type "None" cannot be used as iterable value (reportOptionalIterable)
<CWD>/pandas/core/indexes/base.py:1839:16 - error: Type "Any | Unknown | list[Unknown | None] | None" is not assignable to return type "list[Hashable]"
  Type "Any | Unknown | list[Unknown | None] | None" is not assignable to type "list[Hashable]"
    "list[Unknown | None]" is not assignable to "list[Hashable]"
      Type parameter "_T@list" is invariant, but "Unknown | None" is not the same as "Hashable"
      Consider switching from "list" to "Sequence" which is covariant (reportReturnType)
<CWD>/pandas/core/indexes/base.py:1874:16 - error: Type "list[Hashable]* | list[Unknown | None] | list[Hashable*] | list[int | str] | list[Hashable]" is not assignable to return type "list[Hashable]"
  Type "list[Hashable]* | list[Unknown | None] | list[Hashable*] | list[int | str] | list[Hashable]" is not assignable to type "list[Hashable]"
    "list[Unknown | None]" is not assignable to "list[Hashable]"
      Type parameter "_T@list" is invariant, but "Unknown | None" is not the same as "Hashable"
      Consider switching from "list" to "Sequence" which is covariant (reportReturnType)
<CWD>/pandas/core/indexes/base.py:2045:20 - error: Type "MultiIndex* | Index* | MultiIndex" is not assignable to return type "Self@Index | None"
  Type "MultiIndex* | Index* | MultiIndex" is not assignable to type "Self@Index | None"
    Type "MultiIndex" is not assignable to type "Self@Index | None"
      Type "MultiIndex" is not assignable to type "Self@Index"
      "MultiIndex" is not assignable to "None" (reportReturnType)
<CWD>/pandas/core/indexes/base.py:3182:44 - error: Argument of type "Index" cannot be assigned to parameter "other" of type "Self@Index" in function "_outer_indexer"
  Type "Index" is not assignable to type "Self@Index" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:3338:63 - error: Argument of type "Index" cannot be assigned to parameter "other" of type "Self@Index" in function "_inner_indexer"
  Type "Index" is not assignable to type "Self@Index" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:3576:27 - error: Cannot access attribute "set_names" for class "ExtensionArray"
  Attribute "set_names" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/base.py:3576:27 - error: Cannot access attribute "set_names" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "set_names" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/base.py:3737:55 - error: Cannot access attribute "codes" for class "Index"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/base.py:3755:58 - error: Cannot access attribute "categories" for class "Index"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/base.py:3757:64 - error: Cannot access attribute "codes" for class "Index"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/base.py:3817:48 - error: Argument of type "ArrayLike | Unknown" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]]" in function "get_indexer"
  Type "ArrayLike | Unknown" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:4567:23 - error: Cannot access attribute "names" for class "ExtensionArray"
  Attribute "names" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/base.py:4567:23 - error: Cannot access attribute "names" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "names" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/base.py:4568:37 - error: Cannot access attribute "set_names" for class "ExtensionArray"
  Attribute "set_names" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/base.py:4568:37 - error: Cannot access attribute "set_names" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "set_names" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/base.py:4578:16 - error: Type "tuple[ArrayLike | Self@Index | Index | Any | Unknown, NDArray[intp] | None, NDArray[intp] | None]" is not assignable to return type "tuple[Index, NDArray[intp] | None, NDArray[intp] | None]"
  Type "ArrayLike | Index* | Index | Any | Unknown" is not assignable to type "Index"
    "ExtensionArray" is not assignable to "Index" (reportReturnType)
<CWD>/pandas/core/indexes/base.py:4872:50 - error: Argument of type "Index" cannot be assigned to parameter "other" of type "Self@Index" in function "_left_indexer_unique"
  Type "Index" is not assignable to type "Self@Index" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:4874:61 - error: Argument of type "Index" cannot be assigned to parameter "other" of type "Self@Index" in function "_left_indexer"
  Type "Index" is not assignable to type "Self@Index" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:4876:33 - error: Argument of type "Index" cannot be assigned to parameter "other" of type "Self@Index" in function "_wrap_join_result"
  Type "Index" is not assignable to type "Self@Index" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:4887:33 - error: Argument of type "Index" cannot be assigned to parameter "other" of type "Self@Index" in function "_wrap_join_result"
  Type "Index" is not assignable to type "Self@Index" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:4890:58 - error: Argument of type "Index" cannot be assigned to parameter "other" of type "Self@Index" in function "_inner_indexer"
  Type "Index" is not assignable to type "Self@Index" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:4892:29 - error: Argument of type "Index" cannot be assigned to parameter "other" of type "Self@Index" in function "_wrap_join_result"
  Type "Index" is not assignable to type "Self@Index" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:4895:58 - error: Argument of type "Index" cannot be assigned to parameter "other" of type "Self@Index" in function "_outer_indexer"
  Type "Index" is not assignable to type "Self@Index" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:4897:29 - error: Argument of type "Index" cannot be assigned to parameter "other" of type "Self@Index" in function "_wrap_join_result"
  Type "Index" is not assignable to type "Self@Index" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:5019:10 - error: Argument of type "property" cannot be assigned to parameter "docstrings" of type "str | ((...) -> Unknown) | None" in function "doc"
  Type "property" is not assignable to type "str | ((...) -> Unknown) | None"
    "property" is not assignable to "None"
    "property" is not assignable to "str"
    Type "property" is not assignable to type "(...) -> Unknown" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:5391:29 - error: Argument of type "list[Index | Self@Index] | list[Self@Index]" cannot be assigned to parameter "to_concat" of type "list[Index]" in function "_concat"
  Type "list[Index | Self@Index] | list[Self@Index]" is not assignable to type "list[Index]"
    "list[Self@Index]" is not assignable to "list[Index]"
      Type parameter "_T@list" is invariant, but "Self@Index" is not the same as "Index"
      Consider switching from "list" to "Sequence" which is covariant (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:5746:13 - error: Argument of type "ExtensionArray | ndarray[_AnyShape, dtype[Any]]" cannot be assigned to parameter "v" of type "ArrayLike" in function "searchsorted"
  Type "ExtensionArray | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "ArrayLike"
    Type "ExtensionArray" is not assignable to type "ArrayLike"
      "ExtensionArray" is incompatible with protocol "_Buffer"
        "__buffer__" is not present
      "ExtensionArray" is incompatible with protocol "_SupportsArray[dtype[Any]]"
        "__array__" is not present
      "ExtensionArray" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
        "__reversed__" is not present (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:5872:20 - error: Type "tuple[Index* | MultiIndex, NDArray[intp] | ndarray[_AnyShape, dtype[intp]]]" is not assignable to return type "Self@Index | tuple[Self@Index, ndarray[_AnyShape, dtype[Any]]]"
  Type "tuple[Index* | MultiIndex, NDArray[intp] | ndarray[_AnyShape, dtype[intp]]]" is not assignable to type "Self@Index | tuple[Self@Index, ndarray[_AnyShape, dtype[Any]]]"
    Type "tuple[Index* | MultiIndex, NDArray[intp] | ndarray[_AnyShape, dtype[intp]]]" is not assignable to type "Self@Index"
    "tuple[Index* | MultiIndex, NDArray[intp] | ndarray[_AnyShape, dtype[intp]]]" is not assignable to "tuple[Self@Index, ndarray[_AnyShape, dtype[Any]]]"
      Tuple entry 1 is incorrect type
        Type "Index* | MultiIndex" is not assignable to type "Self@Index" (reportReturnType)
<CWD>/pandas/core/indexes/base.py:5874:20 - error: Type "Index* | MultiIndex" is not assignable to return type "Self@Index | tuple[Self@Index, ndarray[_AnyShape, dtype[Any]]]"
  Type "Index* | MultiIndex" is not assignable to type "Self@Index | tuple[Self@Index, ndarray[_AnyShape, dtype[Any]]]"
    Type "MultiIndex" is not assignable to type "Self@Index | tuple[Self@Index, ndarray[_AnyShape, dtype[Any]]]"
      Type "MultiIndex" is not assignable to type "Self@Index"
      "MultiIndex" is not assignable to "tuple[Self@Index, ndarray[_AnyShape, dtype[Any]]]" (reportReturnType)
<CWD>/pandas/core/indexes/base.py:6135:64 - error: Argument of type "ArrayLike | Unknown" cannot be assigned to parameter "targets" of type "ndarray[_AnyShape, dtype[Any]]" in function "get_indexer_non_unique"
  Type "ArrayLike | Unknown" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:6186:69 - error: Argument of type "ArrayLike | Index" cannot be assigned to parameter "target" of type "Index" in function "_reindex_non_unique"
  Type "ArrayLike | Index" is not assignable to type "Index"
    "ExtensionArray" is not assignable to "Index" (reportArgumentType)
<CWD>/pandas/core/indexes/base.py:6337:16 - error: Operator ">=" not supported for types "Unknown | ExtensionArray | NDArray[Any] | Any" and "Literal[0]"
  Operator ">=" not supported for types "ExtensionArray" and "Literal[0]" (reportOperatorIssue)
<CWD>/pandas/core/indexes/category.py
<CWD>/pandas/core/indexes/category.py:186:5 - error: "_data" overrides symbol of same name in class "NDArrayBackedExtensionIndex"
  Variable is mutable so its type is invariant
    Override type "Categorical" is not the same as base type "NDArrayBackedExtensionArray" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/indexes/category.py:187:5 - error: "_values" incorrectly overrides property of same name in class "Index" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/category.py:429:9 - error: Method "_maybe_cast_listlike_indexer" overrides class "Index" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "target", override parameter is named "values" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/datetimelike.py
<CWD>/pandas/core/indexes/datetimelike.py:92:5 - error: "_can_hold_strings" incorrectly overrides property of same name in class "Index" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/datetimelike.py:92:25 - error: Type "Literal[False]" is not assignable to declared type "property"
  "Literal[False]" is not assignable to "property" (reportAssignmentType)
<CWD>/pandas/core/indexes/datetimelike.py:93:5 - error: "_data" overrides symbol of same name in class "NDArrayBackedExtensionIndex"
  Variable is mutable so its type is invariant
    Override type "DatetimeArray | TimedeltaArray | PeriodArray" is not the same as base type "NDArrayBackedExtensionArray" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/indexes/datetimelike.py:139:10 - error: Argument of type "property" cannot be assigned to parameter "docstrings" of type "str | ((...) -> Unknown) | None" in function "doc"
  Type "property" is not assignable to type "str | ((...) -> Unknown) | None"
    "property" is not assignable to "None"
    "property" is not assignable to "str"
    Type "property" is not assignable to type "(...) -> Unknown" (reportArgumentType)
<CWD>/pandas/core/indexes/datetimelike.py:156:10 - error: Argument of type "property" cannot be assigned to parameter "docstrings" of type "str | ((...) -> Unknown) | None" in function "doc"
  Type "property" is not assignable to type "str | ((...) -> Unknown) | None"
    "property" is not assignable to "None"
    "property" is not assignable to "str"
    Type "property" is not assignable to type "(...) -> Unknown" (reportArgumentType)
<CWD>/pandas/core/indexes/datetimelike.py:200:48 - error: Cannot access attribute "asi8" for class "Index"
  Attribute "asi8" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/datetimelike.py:276:12 - error: "freq" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/indexes/datetimelike.py:276:48 - error: "freq" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/indexes/datetimelike.py:277:23 - error: "freq" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/indexes/datetimelike.py:367:58 - error: "reso" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/indexes/datetimelike.py:367:64 - error: "parsed" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/indexes/datetimelike.py:409:9 - error: Method "_maybe_cast_listlike_indexer" overrides class "Index" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "target", override parameter is named "keyarr" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/datetimelike.py:428:5 - error: "_data" overrides symbol of same name in class "DatetimeIndexOpsMixin"
  Variable is mutable so its type is invariant
    Override type "DatetimeArray | TimedeltaArray" is not the same as base type "DatetimeArray | TimedeltaArray | PeriodArray" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/indexes/datetimelike.py:527:10 - error: Argument of type "property" cannot be assigned to parameter "docstrings" of type "str | ((...) -> Unknown) | None" in function "doc"
  Type "property" is not assignable to type "str | ((...) -> Unknown) | None"
    "property" is not assignable to "None"
    "property" is not assignable to "str"
    Type "property" is not assignable to type "(...) -> Unknown" (reportArgumentType)
<CWD>/pandas/core/indexes/datetimelike.py:552:24 - error: No overloads for "to_offset" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/indexes/datetimelike.py:553:17 - error: Argument of type "NaTType | Timedelta" cannot be assigned to parameter "freq" of type "timedelta | str" in function "to_offset"
  Type "NaTType | Timedelta" is not assignable to type "timedelta | str"
    Type "NaTType" is not assignable to type "timedelta | str"
      "NaTType" is not assignable to "timedelta"
      "NaTType" is not assignable to "str" (reportArgumentType)
<CWD>/pandas/core/indexes/datetimelike.py:566:13 - error: Argument of type "ArrayLike | Unknown" cannot be assigned to parameter "values" of type "NDArray[datetime64[date | int | None]]" in function "_simple_new"
  Type "ArrayLike | Unknown" is not assignable to type "NDArray[datetime64[date | int | None]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[datetime64[date | int | None]]]" (reportArgumentType)
<CWD>/pandas/core/indexes/datetimelike.py:566:13 - error: Argument of type "ArrayLike | Unknown" cannot be assigned to parameter "values" of type "NDArray[timedelta64[timedelta | int | None]]" in function "_simple_new"
  Type "ArrayLike | Unknown" is not assignable to type "NDArray[timedelta64[timedelta | int | None]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[timedelta64[timedelta | int | None]]]" (reportArgumentType)
<CWD>/pandas/core/indexes/datetimelike.py:595:41 - error: Argument of type "DatetimeTimedeltaMixin" cannot be assigned to parameter "other" of type "Self@DatetimeTimedeltaMixin" in function "_can_fast_intersect"
  Type "DatetimeTimedeltaMixin" is not assignable to type "Self@DatetimeTimedeltaMixin" (reportArgumentType)
<CWD>/pandas/core/indexes/datetimelike.py:797:37 - error: Argument of type "DTScalarOrNaT | int64 | datetime64[date | int | None] | timedelta64[timedelta | int | None]" cannot be assigned to parameter "x" of type "datetime64[date | int | None]" in function "_box_func"
  Type "DTScalarOrNaT | int64 | datetime64[date | int | None] | timedelta64[timedelta | int | None]" is not assignable to type "datetime64[date | int | None]"
    "NaTType" is not assignable to "datetime64[date | int | None]" (reportArgumentType)
<CWD>/pandas/core/indexes/datetimelike.py:797:37 - error: Argument of type "DTScalarOrNaT | int64 | datetime64[date | int | None] | timedelta64[timedelta | int | None]" cannot be assigned to parameter "x" of type "timedelta64[timedelta | int | None]" in function "_box_func"
  Type "DTScalarOrNaT | int64 | datetime64[date | int | None] | timedelta64[timedelta | int | None]" is not assignable to type "timedelta64[timedelta | int | None]"
    "NaTType" is not assignable to "timedelta64[timedelta | int | None]" (reportArgumentType)
<CWD>/pandas/core/indexes/datetimelike.py:807:45 - error: Operator "-" not supported for types "Timestamp | NaTType | Timedelta" and "BaseOffset"
  Operator "-" not supported for types "NaTType" and "BaseOffset" (reportOperatorIssue)
<CWD>/pandas/core/indexes/datetimelike.py:815:45 - error: Argument of type "Timestamp | NaTType | Timedelta" cannot be assigned to parameter "dt" of type "datetime" in function "is_on_offset"
  Type "Timestamp | NaTType | Timedelta" is not assignable to type "datetime"
    "NaTType" is not assignable to "datetime" (reportArgumentType)
<CWD>/pandas/core/indexes/datetimelike.py:822:30 - error: Cannot assign to attribute "_freq" for class "TimedeltaArray"
  Type "BaseOffset | None" is not assignable to type "Tick | Day | None"
    Type "BaseOffset" is not assignable to type "Tick | Day | None"
      "BaseOffset" is not assignable to "Tick"
      "BaseOffset" is not assignable to "Day"
      "BaseOffset" is not assignable to "None" (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/datetimelike.py:822:52 - error: Argument of type "int | integer[Any] | list[int] | NDArray[integer[Any]]" cannot be assigned to parameter "loc" of type "int | slice[Any, Any, Any] | Sequence[int]" in function "_get_delete_freq"
  Type "int | integer[Any] | list[int] | NDArray[integer[Any]]" is not assignable to type "int | slice[Any, Any, Any] | Sequence[int]"
    Type "integer[Any]" is not assignable to type "int | slice[Any, Any, Any] | Sequence[int]"
      "integer[Any]" is not assignable to "int"
      "integer[Any]" is not assignable to "slice[Any, Any, Any]"
      "integer[Any]" is not assignable to "Sequence[int]" (reportArgumentType)
<CWD>/pandas/core/indexes/datetimelike.py:830:34 - error: Cannot assign to attribute "_freq" for class "TimedeltaArray"
  Type "BaseOffset | Tick | None" is not assignable to type "Tick | Day | None"
    Type "BaseOffset" is not assignable to type "Tick | Day | None"
      "BaseOffset" is not assignable to "Tick"
      "BaseOffset" is not assignable to "Day"
      "BaseOffset" is not assignable to "None" (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/datetimelike.py:855:26 - error: Cannot assign to attribute "_freq" for class "NDArrayBackedExtensionArray"
  Attribute "_freq" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/datetimelike.py:856:16 - error: Type "NDArrayBackedExtensionIndex" is not assignable to return type "Self@DatetimeTimedeltaMixin"
  Type "NDArrayBackedExtensionIndex" is not assignable to type "Self@DatetimeTimedeltaMixin" (reportReturnType)
<CWD>/pandas/core/indexes/datetimes.py
<CWD>/pandas/core/indexes/datetimes.py:267:5 - error: "_data" overrides symbol of same name in class "DatetimeTimedeltaMixin"
  Variable is mutable so its type is invariant
    Override type "DatetimeArray" is not the same as base type "DatetimeArray | TimedeltaArray" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/indexes/datetimes.py:268:5 - error: "_values" incorrectly overrides property of same name in class "Index" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/datetimes.py:380:16 - error: Operator "%" not supported for types "Timedelta | NaTType" and "timedelta"
  Operator "%" not supported for types "NaTType" and "timedelta" (reportOperatorIssue)
<CWD>/pandas/core/indexes/datetimes.py:546:26 - error: Cannot access attribute "start_time" for class "NaTType"
  Attribute "start_time" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/datetimes.py:546:42 - error: Cannot access attribute "end_time" for class "NaTType"
  Attribute "end_time" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/datetimes.py:579:16 - error: Type "tuple[NaTType | Timestamp, Resolution]" is not assignable to return type "tuple[Timestamp, Resolution]"
  Type "NaTType | Timestamp" is not assignable to type "Timestamp"
    "NaTType" is not assignable to "Timestamp" (reportReturnType)
<CWD>/pandas/core/indexes/datetimes.py:661:26 - error: Argument of type "Unknown | datetime | NaTType" cannot be assigned to parameter "ts_input" of type "integer[Any] | float | str | date | datetime | datetime64[date | int | None]" in function "__new__"
  Type "Unknown | datetime | NaTType" is not assignable to type "integer[Any] | float | str | date | datetime | datetime64[date | int | None]"
    Type "NaTType" is not assignable to type "integer[Any] | float | str | date | datetime | datetime64[date | int | None]"
      "NaTType" is not assignable to "integer[Any]"
      "NaTType" is not assignable to "float"
      "NaTType" is not assignable to "str"
      "NaTType" is not assignable to "date"
      "NaTType" is not assignable to "datetime"
      "NaTType" is not assignable to "datetime64[date | int | None]" (reportArgumentType)
<CWD>/pandas/core/indexes/datetimes.py:808:34 - error: Argument of type "_Time | <subclass of str and time> | Series | Unknown" cannot be assigned to parameter "time_obj" of type "time" in function "_time_to_micros"
  Type "_Time | <subclass of str and time> | Series | Unknown" is not assignable to type "time"
    "Series" is not assignable to "time" (reportArgumentType)
<CWD>/pandas/core/indexes/datetimes.py:851:40 - error: Argument of type "Unknown | time | Series" cannot be assigned to parameter "time_obj" of type "time" in function "_time_to_micros"
  Type "Unknown | time | Series" is not assignable to type "time"
    "Series" is not assignable to "time" (reportArgumentType)
<CWD>/pandas/core/indexes/datetimes.py:852:38 - error: Argument of type "Unknown | time | Series" cannot be assigned to parameter "time_obj" of type "time" in function "_time_to_micros"
  Type "Unknown | time | Series" is not assignable to type "time"
    "Series" is not assignable to "time" (reportArgumentType)
<CWD>/pandas/core/indexes/extension.py
<CWD>/pandas/core/indexes/extension.py:66:22 - error: Type "cache_readonly" is not assignable to declared type "(self: Unknown, ...) -> Unknown"
  Type "cache_readonly" is not assignable to type "(self: Unknown, ...) -> Unknown" (reportAssignmentType)
<CWD>/pandas/core/indexes/extension.py:86:22 - error: Type "property" is not assignable to declared type "(self: Unknown, ...) -> Unknown"
  Type "property" is not assignable to type "(self: Unknown, ...) -> Unknown" (reportAssignmentType)
<CWD>/pandas/core/indexes/extension.py:147:5 - error: "_data" overrides symbol of same name in class "Index"
  Variable is mutable so its type is invariant
    Override type "IntervalArray | NDArrayBackedExtensionArray" is not the same as base type "ExtensionArray | ndarray[_AnyShape, dtype[Any]]" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/indexes/extension.py:169:5 - error: "_data" overrides symbol of same name in class "ExtensionIndex"
  Variable is mutable so its type is invariant
    Override type "NDArrayBackedExtensionArray" is not the same as base type "IntervalArray | NDArrayBackedExtensionArray" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/indexes/interval.py
<CWD>/pandas/core/indexes/interval.py:242:5 - error: "_data" overrides symbol of same name in class "ExtensionIndex"
  Variable is mutable so its type is invariant
    Override type "IntervalArray" is not the same as base type "IntervalArray | NDArrayBackedExtensionArray" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/indexes/interval.py:243:5 - error: "_values" incorrectly overrides property of same name in class "Index" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/interval.py:244:5 - error: "_can_hold_strings" incorrectly overrides property of same name in class "Index" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/interval.py:244:25 - error: Type "Literal[False]" is not assignable to declared type "property"
  "Literal[False]" is not assignable to "property" (reportAssignmentType)
<CWD>/pandas/core/indexes/interval.py:807:20 - error: Type "intp | Any | Unknown" is not assignable to return type "int | slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]]"
  Type "intp | Any | Unknown" is not assignable to type "int | slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]]"
    Type "intp" is not assignable to type "int | slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]]"
      "signedinteger[_NBitIntP]" is not assignable to "int"
      "signedinteger[_NBitIntP]" is not assignable to "slice[Any, Any, Any]"
      "signedinteger[_NBitIntP]" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportReturnType)
<CWD>/pandas/core/indexes/interval.py:1167:47 - error: Argument of type "Index" cannot be assigned to parameter "other" of type "IntervalIndex" in function "_intersection_unique"
  "Index" is not assignable to "IntervalIndex" (reportArgumentType)
<CWD>/pandas/core/indexes/interval.py:1168:20 - error: Cannot access attribute "left" for class "Index"
  Attribute "left" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/interval.py:1168:45 - error: Cannot access attribute "right" for class "Index"
  Attribute "right" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/interval.py:1171:27 - error: Cannot access attribute "_intersection_unique" for class "Index"
  Attribute "_intersection_unique" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/interval.py:1174:51 - error: Argument of type "Index" cannot be assigned to parameter "other" of type "IntervalIndex" in function "_intersection_non_unique"
  "Index" is not assignable to "IntervalIndex" (reportArgumentType)
<CWD>/pandas/core/indexes/interval.py:1375:36 - error: Argument of type "Unknown | None" cannot be assigned to parameter "value" of type "Scalar" in function "maybe_box_datetimelike"
  Type "Unknown | None" is not assignable to type "Scalar"
    Type "None" is not assignable to type "Scalar"
      "None" is not assignable to "str"
      "None" is not assignable to "bytes"
      "None" is not assignable to "date"
      "None" is not assignable to "datetime"
      "None" is not assignable to "timedelta"
      "None" is not assignable to "datetime64[date | int | None]"
... (reportArgumentType)
<CWD>/pandas/core/indexes/interval.py:1376:34 - error: Argument of type "Unknown | None" cannot be assigned to parameter "value" of type "Scalar" in function "maybe_box_datetimelike"
  Type "Unknown | None" is not assignable to type "Scalar"
    Type "None" is not assignable to type "Scalar"
      "None" is not assignable to "str"
      "None" is not assignable to "bytes"
      "None" is not assignable to "date"
      "None" is not assignable to "datetime"
      "None" is not assignable to "timedelta"
      "None" is not assignable to "datetime64[date | int | None]"
... (reportArgumentType)
<CWD>/pandas/core/indexes/interval.py:1397:20 - error: No overloads for "to_offset" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/indexes/interval.py:1397:30 - error: Argument of type "Unknown | Literal[1, 'D']" cannot be assigned to parameter "freq" of type "timedelta | str" in function "to_offset"
  Type "Unknown | Literal[1, 'D']" is not assignable to type "timedelta | str"
    Type "Literal[1]" is not assignable to type "timedelta | str"
      "Literal[1]" is not assignable to "timedelta"
      "Literal[1]" is not assignable to "str" (reportArgumentType)
<CWD>/pandas/core/indexes/interval.py:1435:39 - error: Operator "+" not supported for types "Scalar" and "Unknown | Incomplete | float | floating[Unknown] | floating[Any]"
  Operator "+" not supported for types "str" and "float"
  Operator "+" not supported for types "str" and "floating[Unknown]"
  Operator "+" not supported for types "str" and "floating[Any]"
  Operator "+" not supported for types "bytes" and "float"
  Operator "+" not supported for types "bytes" and "floating[Unknown]"
  Operator "+" not supported for types "bytes" and "floating[Any]"
  Operator "+" not supported for types "date" and "float"
  Operator "+" not supported for types "date" and "floating[Unknown]"
... (reportOperatorIssue)
<CWD>/pandas/core/indexes/interval.py:1435:45 - error: Operator "*" not supported for types "Unknown | Number | number[Any, int | float | complex] | float | floating[Unknown] | floating[Any] | None" and "float"
  Operator "*" not supported for types "None" and "float"
  Operator "*" not supported for types "Number" and "float" (reportOperatorIssue)
<CWD>/pandas/core/indexes/interval.py:1440:31 - error: Operator "-" not supported for types "Scalar" and "Scalar"
  Operator "-" not supported for types "str" and "str"
  Operator "-" not supported for types "str" and "bytes"
  Operator "-" not supported for types "str" and "date"
  Operator "-" not supported for types "str" and "datetime"
  Operator "-" not supported for types "str" and "timedelta"
  Operator "-" not supported for types "str" and "datetime64[date | int | None]"
  Operator "-" not supported for types "str" and "timedelta64[timedelta | int | None]"
  Operator "-" not supported for types "str" and "bool"
... (reportOperatorIssue)
<CWD>/pandas/core/indexes/interval.py:1440:31 - error: Operator "//" not supported for types "Unknown | timedelta | date | datetime | timedelta64[timedelta | int | None] | datetime64[date | int | None] | int | float | Interval[int] | complex | Incomplete | floating[Any] | complexfloating[Any, Any] | complex128 | Interval[float] | Timedelta | Timestamp | Interval[Unknown]" and "Unknown | Number | number[Any, int | float | complex] | None"
  Operator "//" not supported for types "timedelta" and "None" when expected type is "ConvertibleToInt"
  Operator "//" not supported for types "timedelta" and "Number" when expected type is "ConvertibleToInt"
  Operator "//" not supported for types "timedelta" and "number[Any, int | float | complex]" when expected type is "ConvertibleToInt"
  Operator "//" not supported for types "date" and "None" when expected type is "ConvertibleToInt"
  Operator "//" not supported for types "date" and "Number" when expected type is "ConvertibleToInt"
  Operator "//" not supported for types "date" and "number[Any, int | float | complex]" when expected type is "ConvertibleToInt"
  Operator "//" not supported for types "datetime" and "None" when expected type is "ConvertibleToInt"
  Operator "//" not supported for types "datetime" and "Number" when expected type is "ConvertibleToInt"
... (reportOperatorIssue)
<CWD>/pandas/core/indexes/interval.py:1446:22 - error: No overloads for "linspace" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/indexes/interval.py:1446:34 - error: Argument of type "Scalar" cannot be assigned to parameter "start" of type "_ArrayLikeComplex_co" in function "linspace"
  Type "Scalar" is not assignable to type "_ArrayLikeComplex_co"
    Type "bytes" is not assignable to type "_ArrayLikeComplex_co"
      "bytes" is incompatible with protocol "_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]"
        "__array__" is not present
      "bytes" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]]"
        "__getitem__" is an incompatible type
          No overloaded function matches type "(index: int, /) -> (_T_co@_NestedSequence | _NestedSequence[_T_co@_NestedSequence])"
        "__contains__" is an incompatible type
... (reportArgumentType)
<CWD>/pandas/core/indexes/interval.py:1446:41 - error: Argument of type "Scalar" cannot be assigned to parameter "stop" of type "_ArrayLikeComplex_co" in function "linspace"
  Type "Scalar" is not assignable to type "_ArrayLikeComplex_co"
    Type "bytes" is not assignable to type "_ArrayLikeComplex_co"
      "bytes" is incompatible with protocol "_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]"
        "__array__" is not present
      "bytes" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]]"
        "__getitem__" is an incompatible type
          No overloaded function matches type "(index: int, /) -> (_T_co@_NestedSequence | _NestedSequence[_T_co@_NestedSequence])"
        "__contains__" is an incompatible type
... (reportArgumentType)
<CWD>/pandas/core/indexes/interval.py:1449:22 - error: No overloads for "maybe_downcast_numeric" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/indexes/interval.py:1449:45 - error: Argument of type "ndarray[_AnyShape, dtype[Any]] | Unknown | TimedeltaIndex | DatetimeIndex" cannot be assigned to parameter "result" of type "ExtensionArray" in function "maybe_downcast_numeric"
  Type "ndarray[_AnyShape, dtype[Any]] | Unknown | TimedeltaIndex | DatetimeIndex" is not assignable to type "ExtensionArray"
    "DatetimeIndex" is not assignable to "ExtensionArray" (reportArgumentType)
<CWD>/pandas/core/indexes/multi.py
<CWD>/pandas/core/indexes/multi.py:128:7 - error: Base classes for class "MultiIndexUInt64Engine" define method "get_indexer" in incompatible way
  Parameter 2 name mismatch: base parameter is named "values", override parameter is named "target" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/multi.py:138:7 - error: Base classes for class "MultiIndexUInt32Engine" define method "get_indexer" in incompatible way
  Parameter 2 name mismatch: base parameter is named "values", override parameter is named "target" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/multi.py:148:7 - error: Base classes for class "MultiIndexUInt16Engine" define method "get_indexer" in incompatible way
  Parameter 2 name mismatch: base parameter is named "values", override parameter is named "target" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/multi.py:158:7 - error: Base classes for class "MultiIndexUInt8Engine" define method "get_indexer" in incompatible way
  Parameter 2 name mismatch: base parameter is named "values", override parameter is named "target" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/multi.py:168:7 - error: Base classes for class "MultiIndexPyIntEngine" define method "get_indexer" in incompatible way
  Parameter 2 name mismatch: base parameter is named "values", override parameter is named "target" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/multi.py:1477:9 - error: "_formatter_func" incorrectly overrides property of same name in class "Index" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/multi.py:1589:9 - error: Method "_set_names" overrides class "Index" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "values", override parameter is named "names" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/multi.py:1707:16 - error: Type "Any | int | integer[Any]" is not assignable to return type "int"
  Type "Any | int | integer[Any]" is not assignable to type "int"
    "integer[Any]" is not assignable to "int" (reportReturnType)
<CWD>/pandas/core/indexes/multi.py:2859:9 - error: Method "sortlevel" overrides class "Index" in an incompatible manner
  Parameter 4 type mismatch: base parameter is type "Unknown | None", override parameter is type "bool"
    Type "Unknown | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/multi.py:3116:16 - error: Type "NDArray[signedinteger[Any]] | signedinteger[_NBitIntP] | ndarray[_AnyShape, dtype[intp]] | None" is not assignable to return type "int"
  Type "NDArray[signedinteger[Any]] | signedinteger[_NBitIntP] | ndarray[_AnyShape, dtype[intp]] | None" is not assignable to type "int"
    "ndarray[_AnyShape, dtype[intp]]" is not assignable to "int" (reportReturnType)
<CWD>/pandas/core/indexes/multi.py:3244:12 - error: Invalid conditional operand of type "bool | NDArray[bool_] | NDFrame"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/indexes/multi.py:4158:9 - error: Method "_validate_fill_value" overrides class "Index" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "value", override parameter is named "item" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/period.py
<CWD>/pandas/core/indexes/period.py:165:5 - error: "_data" overrides symbol of same name in class "DatetimeIndexOpsMixin"
  Variable is mutable so its type is invariant
    Override type "PeriodArray" is not the same as base type "DatetimeArray | TimedeltaArray | PeriodArray" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/indexes/period.py:166:5 - error: "freq" incorrectly overrides property of same name in class "DatetimeIndexOpsMixin" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/period.py:167:5 - error: "dtype" incorrectly overrides property of same name in class "Index" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/period.py:243:34 - error: Argument of type "Self@PeriodIndex | Index | Series | Unknown | None" cannot be assigned to parameter "data" of type "AnyArrayLike | Sequence[Period | str | None]" in function "period_array"
  Type "Self@PeriodIndex | Index | Series | Unknown | None" is not assignable to type "AnyArrayLike | Sequence[Period | str | None]"
    Type "None" is not assignable to type "AnyArrayLike | Sequence[Period | str | None]"
      "None" is not assignable to "Sequence[Period | str | None]"
      "None" is not assignable to "ExtensionArray"
      "None" is not assignable to "ndarray[_AnyShape, dtype[Any]]"
      "None" is not assignable to "Index"
      "None" is not assignable to "Series" (reportArgumentType)
<CWD>/pandas/core/indexes/period.py:518:16 - error: Type "Period | NaTType" is not assignable to return type "Period"
  Type "Period | NaTType" is not assignable to type "Period"
    "NaTType" is not assignable to "Period" (reportReturnType)
<CWD>/pandas/core/indexes/period.py:530:20 - error: Cannot access attribute "asfreq" for class "NaTType"
  Attribute "asfreq" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/period.py:530:55 - error: Cannot access attribute "asfreq" for class "NaTType"
  Attribute "asfreq" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexes/range.py
<CWD>/pandas/core/indexes/range.py:144:5 - error: "_values" incorrectly overrides property of same name in class "Index" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/range.py:808:9 - error: Method "sort_values" overrides class "Index" in an incompatible manner
  Override does not handle all overloads of base method (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/range.py:1184:9 - error: Method "_concat" overrides class "Index" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "to_concat", override parameter is named "indexes" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/indexes/timedeltas.py
<CWD>/pandas/core/indexes/timedeltas.py:134:5 - error: "_data" overrides symbol of same name in class "DatetimeTimedeltaMixin"
  Variable is mutable so its type is invariant
    Override type "TimedeltaArray" is not the same as base type "DatetimeArray | TimedeltaArray" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/indexing.py
<CWD>/pandas/core/indexing.py:1430:24 - error: Argument of type "object" cannot be assigned to parameter "iterable" of type "Iterable[_T@list]" in function "__init__"
  "object" is incompatible with protocol "Iterable[_T@list]"
    "__iter__" is not present (reportArgumentType)
<CWD>/pandas/core/indexing.py:1447:49 - error: Cannot access attribute "ndim" for class "list[Unknown]"
  Attribute "ndim" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexing.py:1447:49 - error: Cannot access attribute "ndim" for class "object"
  Attribute "ndim" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexing.py:1447:49 - error: Cannot access attribute "ndim" for class "tuple[Unknown, ...]"
  Attribute "ndim" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexing.py:1539:69 - error: "Hashable" is not iterable
  "__iter__" method not defined (reportGeneralTypeIssues)
<CWD>/pandas/core/indexing.py:1546:28 - error: Argument of type "Unknown | Hashable | tuple[Unknown, ...] | tuple[()] | tuple[Unknown]" cannot be assigned to parameter "iterable" of type "Iterable[_T@list]" in function "__init__"
  Type "Unknown | Hashable | tuple[Unknown, ...] | tuple[()] | tuple[Unknown]" is not assignable to type "Iterable[_T@list]"
    "Hashable" is incompatible with protocol "Iterable[_T@list]"
      "__iter__" is not present (reportArgumentType)
<CWD>/pandas/core/indexing.py:1637:35 - error: Cannot access attribute "_reduce" for class "NDArray[Unknown]"
  Attribute "_reduce" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexing.py:1638:35 - error: Cannot access attribute "_reduce" for class "NDArray[Unknown]"
  Attribute "_reduce" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/indexing.py:2019:60 - error: "__getitem__" method not defined on type "Hashable" (reportIndexIssue)
<CWD>/pandas/core/indexing.py:2019:60 - error: "__getitem__" method not defined on type "slice[Any, Any, Any]" (reportIndexIssue)
<CWD>/pandas/core/indexing.py:2033:45 - error: Argument of type "Hashable | slice[Any, Any, Any] | Unknown" cannot be assigned to parameter "loc" of type "int" in function "_setitem_single_column"
  Type "Hashable | slice[Any, Any, Any] | Unknown" is not assignable to type "int"
    "Hashable" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/interchange/dataframe.py
<CWD>/pandas/core/interchange/dataframe.py:43:9 - error: Method "__dataframe__" overrides class "DataFrame" in an incompatible manner
  Return type mismatch: base method returns type "None", override returns type "PandasDataFrameXchg"
    "PandasDataFrameXchg" is not assignable to "None" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/internals/__init__.py
<CWD>/pandas/core/internals/__init__.py:9:5 - warning: "Block" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
<CWD>/pandas/core/internals/__init__.py:11:5 - warning: "DatetimeTZBlock" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
<CWD>/pandas/core/internals/__init__.py:12:5 - warning: "ExtensionBlock" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
<CWD>/pandas/core/internals/api.py
<CWD>/pandas/core/internals/api.py:82:5 - error: "values" overrides symbol of same name in class "DatetimeLikeBlock"
  Variable is mutable so its type is invariant
    Override type "DatetimeArray" is not the same as base type "DatetimeArray | TimedeltaArray" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/internals/api.py:113:57 - error: Argument of type "Unknown | None" cannot be assigned to parameter "ndim" of type "int" in function "extract_pandas_array"
  Type "Unknown | None" is not assignable to type "int"
    "None" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/internals/api.py:133:13 - error: Argument of type "ArrayLike" cannot be assigned to parameter "values" of type "NDArray[datetime64[date | int | None]]" in function "_simple_new"
  Type "ArrayLike" is not assignable to type "NDArray[datetime64[date | int | None]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[datetime64[date | int | None]]]" (reportArgumentType)
<CWD>/pandas/core/internals/api.py:165:12 - error: Type "Unknown | int | None" is not assignable to return type "int"
  Type "Unknown | int | None" is not assignable to type "int"
    "None" is not assignable to "int" (reportReturnType)
<CWD>/pandas/core/internals/blocks.py
<CWD>/pandas/core/internals/blocks.py:732:25 - error: Argument of type "Block" cannot be assigned to parameter "self" of type "Self@Block" in function "replace"
  Type "Block" is not assignable to type "Self@Block" (reportArgumentType)
<CWD>/pandas/core/internals/blocks.py:879:16 - error: Type "list[Self@Block] | list[Block]" is not assignable to return type "list[Block]"
  Type "list[Self@Block] | list[Block]" is not assignable to type "list[Block]"
    "list[Self@Block]" is not assignable to "list[Block]"
      Type parameter "_T@list" is invariant, but "Self@Block" is not the same as "Block"
      Consider switching from "list" to "Sequence" which is covariant (reportReturnType)
<CWD>/pandas/core/internals/blocks.py:1268:31 - error: No overloads for "__getitem__" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/internals/blocks.py:1268:31 - error: Argument of type "tuple[slice[None, None, None], slice[int, int, None]]" cannot be assigned to parameter "item" of type "SequenceIndexer" in function "__getitem__"
  Type "tuple[slice[None, None, None], slice[int, int, None]]" is not assignable to type "SequenceIndexer"
    "tuple[slice[None, None, None], slice[int, int, None]]" is not assignable to "slice[Any, Any, Any]"
    "tuple[slice[None, None, None], slice[int, int, None]]" is not assignable to "list[int]"
    "tuple[slice[None, None, None], slice[int, int, None]]" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/internals/blocks.py:1339:13 - error: "mask" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/internals/blocks.py:1339:18 - error: "mask" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/internals/blocks.py:1342:32 - error: "mask" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/internals/blocks.py:1344:38 - error: "mask" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/internals/blocks.py:1614:5 - error: "values" overrides symbol of same name in class "Block"
  Variable is mutable so its type is invariant
    Override type "ExtensionArray" is not the same as base type "ndarray[_AnyShape, dtype[Any]] | ExtensionArray" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/internals/blocks.py:1740:29 - error: No overloads for "__getitem__" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/internals/blocks.py:1740:29 - error: Argument of type "tuple[slice[None, None, None], slice[int, int, None]]" cannot be assigned to parameter "item" of type "SequenceIndexer" in function "__getitem__"
  Type "tuple[slice[None, None, None], slice[int, int, None]]" is not assignable to type "SequenceIndexer"
    "tuple[slice[None, None, None], slice[int, int, None]]" is not assignable to "slice[Any, Any, Any]"
    "tuple[slice[None, None, None], slice[int, int, None]]" is not assignable to "list[int]"
    "tuple[slice[None, None, None], slice[int, int, None]]" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/internals/blocks.py:1803:29 - error: No overloads for "__getitem__" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/internals/blocks.py:1803:29 - error: Argument of type "tuple[slice[None, None, None], slice[int, int, None]]" cannot be assigned to parameter "item" of type "SequenceIndexer" in function "__getitem__"
  Type "tuple[slice[None, None, None], slice[int, int, None]]" is not assignable to type "SequenceIndexer"
    "tuple[slice[None, None, None], slice[int, int, None]]" is not assignable to "slice[Any, Any, Any]"
    "tuple[slice[None, None, None], slice[int, int, None]]" is not assignable to "list[int]"
    "tuple[slice[None, None, None], slice[int, int, None]]" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/internals/blocks.py:1932:9 - error: Method "iget" overrides class "Block" in an incompatible manner
  Return type mismatch: base method returns type "ndarray[_AnyShape, dtype[Any]]", override returns type "ExtensionArray | Any"
    Type "ExtensionArray | Any" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
      "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/internals/blocks.py:2091:9 - error: Method "_unstack" overrides class "Block" in an incompatible manner
  Return type mismatch: base method returns type "tuple[list[Block], Unknown]", override returns type "tuple[list[ExtensionBlock], Unknown]"
    "tuple[list[ExtensionBlock], Unknown]" is not assignable to "tuple[list[Block], Unknown]"
      Tuple entry 1 is incorrect type
        "list[ExtensionBlock]" is not assignable to "list[Block]"
          Type parameter "_T@list" is invariant, but "ExtensionBlock" is not the same as "Block"
          Consider switching from "list" to "Sequence" which is covariant (reportIncompatibleMethodOverride)
<CWD>/pandas/core/internals/blocks.py:2136:5 - error: "values" overrides symbol of same name in class "Block"
  Variable is mutable so its type is invariant
    Override type "ndarray[_AnyShape, dtype[Any]]" is not the same as base type "ndarray[_AnyShape, dtype[Any]] | ExtensionArray" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/internals/blocks.py:2166:5 - error: "values" overrides symbol of same name in class "EABackedBlock"
  Variable is mutable so its type is invariant
    Override type "NDArrayBackedExtensionArray" is not the same as base type "ExtensionArray" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/internals/blocks.py:2180:5 - error: "values" overrides symbol of same name in class "NDArrayBackedExtensionBlock"
  Variable is mutable so its type is invariant
    Override type "DatetimeArray | TimedeltaArray" is not the same as base type "NDArrayBackedExtensionArray" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/internals/construction.py
<CWD>/pandas/core/internals/construction.py:243:29 - error: Cannot access attribute "reshape" for class "ExtensionArray"
  Attribute "reshape" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/internals/construction.py:254:29 - error: Argument of type "ndarray[_AnyShape, dtype[Any]] | ExtensionArray | Unknown" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]]" in function "_ensure_2d"
  Type "ndarray[_AnyShape, dtype[Any]] | ExtensionArray | Unknown" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/internals/construction.py:286:39 - error: Argument of type "ArrayLike | ndarray[tuple[int, int], dtype[Any]] | Any | Unknown | Series" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]]" in function "_check_values_indices_shape_match"
  Type "ArrayLike | ndarray[tuple[int, int], dtype[Any]] | Any | Unknown | Series" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/internals/construction.py:417:21 - error: Argument of type "object | Unknown" cannot be assigned to parameter "value" of type "Scalar" in function "construct_1d_arraylike_from_scalar"
  Type "object | Unknown" is not assignable to type "Scalar"
    Type "object" is not assignable to type "Scalar"
      "object" is not assignable to "str"
      "object" is not assignable to "bytes"
      "object" is not assignable to "date"
      "object" is not assignable to "datetime"
      "object" is not assignable to "timedelta"
      "object" is not assignable to "datetime64[date | int | None]"
... (reportArgumentType)
<CWD>/pandas/core/internals/construction.py:628:34 - error: "index" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/internals/construction.py:631:35 - error: "index" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/internals/construction.py:637:25 - error: "index" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/internals/construction.py:768:24 - error: Type "tuple[list[ndarray[_AnyShape, Unknown]], Index]" is not assignable to return type "tuple[list[ArrayLike], Index]"
  "list[ndarray[_AnyShape, Unknown]]" is not assignable to "list[ArrayLike]"
    Type parameter "_T@list" is invariant, but "ndarray[_AnyShape, Unknown]" is not the same as "ArrayLike"
    Consider switching from "list" to "Sequence" which is covariant (reportReturnType)
<CWD>/pandas/core/internals/construction.py:776:16 - error: Type "tuple[list[ndarray[_AnyShape, Unknown]], Index]" is not assignable to return type "tuple[list[ArrayLike], Index]"
  "list[ndarray[_AnyShape, Unknown]]" is not assignable to "list[ArrayLike]"
    Type parameter "_T@list" is invariant, but "ndarray[_AnyShape, Unknown]" is not the same as "ArrayLike"
    Consider switching from "list" to "Sequence" which is covariant (reportReturnType)
<CWD>/pandas/core/internals/construction.py:779:31 - error: Argument of type "Unknown | ndarray[Unknown, Unknown]" cannot be assigned to parameter "data" of type "list[tuple[Unknown, ...] | list[Unknown]]" in function "_list_to_arrays"
  Type "Unknown | ndarray[Unknown, Unknown]" is not assignable to type "list[tuple[Unknown, ...] | list[Unknown]]"
    "ndarray[Unknown, Unknown]" is not assignable to "list[tuple[Unknown, ...] | list[Unknown]]" (reportArgumentType)
<CWD>/pandas/core/internals/construction.py:781:48 - error: Argument of type "Unknown | ndarray[Unknown, Unknown]" cannot be assigned to parameter "data" of type "list[dict[Unknown, Unknown]]" in function "_list_of_dict_to_arrays"
  Type "Unknown | ndarray[Unknown, Unknown]" is not assignable to type "list[dict[Unknown, Unknown]]"
    "ndarray[Unknown, Unknown]" is not assignable to "list[dict[Unknown, Unknown]]" (reportArgumentType)
<CWD>/pandas/core/internals/construction.py:783:50 - error: Argument of type "Unknown | ndarray[Unknown, Unknown]" cannot be assigned to parameter "data" of type "list[Unknown]" in function "_list_of_series_to_arrays"
  Type "Unknown | ndarray[Unknown, Unknown]" is not assignable to type "list[Unknown]"
    "ndarray[Unknown, Unknown]" is not assignable to "list[Unknown]" (reportArgumentType)
<CWD>/pandas/core/internals/construction.py:787:31 - error: Argument of type "list[tuple[Unknown | Any, ...]]" cannot be assigned to parameter "data" of type "list[tuple[Unknown, ...] | list[Unknown]]" in function "_list_to_arrays"
  "list[tuple[Unknown | Any, ...]]" is not assignable to "list[tuple[Unknown, ...] | list[Unknown]]"
    Type parameter "_T@list" is invariant, but "tuple[Unknown | Any, ...]" is not the same as "tuple[Unknown, ...] | list[Unknown]"
    Consider switching from "list" to "Sequence" which is covariant (reportArgumentType)
<CWD>/pandas/core/internals/construction.py:941:16 - error: Invalid conditional operand of type "Index | bool | <subclass of Index and list>"
  Method __bool__ for type "Index" returns type "NoReturn" rather than "bool"
  Method __bool__ for type "<subclass of Index and list>" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/internals/managers.py
<CWD>/pandas/core/internals/managers.py:235:18 - error: Cannot access attribute "_rebuild_blknos_and_blklocs" for class "BaseBlockManager*"
  Attribute "_rebuild_blknos_and_blklocs" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/internals/managers.py:246:18 - error: Cannot access attribute "_rebuild_blknos_and_blklocs" for class "BaseBlockManager*"
  Attribute "_rebuild_blknos_and_blklocs" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/internals/managers.py:572:30 - error: No overloads for "__getitem__" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/internals/managers.py:572:30 - error: Argument of type "NDArray[intp] | list[ndarray[_AnyShape, dtype[intp]]]" cannot be assigned to parameter "item" of type "SequenceIndexer" in function "__getitem__"
  Type "NDArray[intp] | list[ndarray[_AnyShape, dtype[intp]]]" is not assignable to type "SequenceIndexer"
    Type "list[ndarray[_AnyShape, dtype[intp]]]" is not assignable to type "SequenceIndexer"
      "list[ndarray[_AnyShape, dtype[intp]]]" is not assignable to "slice[Any, Any, Any]"
      "list[ndarray[_AnyShape, dtype[intp]]]" is not assignable to "list[int]"
        Type parameter "_T@list" is invariant, but "ndarray[_AnyShape, dtype[intp]]" is not the same as "int"
        Consider switching from "list" to "Sequence" which is covariant
      "list[ndarray[_AnyShape, dtype[intp]]]" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/internals/managers.py:909:49 - error: Argument of type "slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]] | NDArray[intp]" cannot be assigned to parameter "slicer" of type "slice[Any, Any, Any]" in function "getitem_block_columns"
  Type "slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]] | NDArray[intp]" is not assignable to type "slice[Any, Any, Any]"
    "ndarray[_AnyShape, dtype[intp]]" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
<CWD>/pandas/core/internals/managers.py:918:44 - error: Argument of type "slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]] | NDArray[intp]" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__new__"
  Type "slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]] | NDArray[intp]" is not assignable to type "Iterable[Any]"
    "slice[Any, Any, Any]" is incompatible with protocol "Iterable[Any]"
      "__iter__" is not present (reportArgumentType)
<CWD>/pandas/core/internals/managers.py:918:44 - error: Argument of type "slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]] | NDArray[intp]" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__new__"
  Type "slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]] | NDArray[intp]" is not assignable to type "Iterable[_T@enumerate]"
    "slice[Any, Any, Any]" is incompatible with protocol "Iterable[_T@enumerate]"
      "__iter__" is not present (reportArgumentType)
<CWD>/pandas/core/internals/managers.py:927:25 - error: Argument of type "slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]] | NDArray[intp]" cannot be assigned to parameter "indexer" of type "NDArray[intp]" in function "take_nd"
  Type "slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]] | NDArray[intp]" is not assignable to type "NDArray[intp]"
    "slice[Any, Any, Any]" is not assignable to "ndarray[_AnyShape, dtype[intp]]" (reportArgumentType)
<CWD>/pandas/core/internals/managers.py:1058:5 - error: "ndim" incorrectly overrides property of same name in class "BaseBlockManager" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/internals/managers.py:1058:12 - error: Type "Literal[2]" is not assignable to declared type "property"
  "Literal[2]" is not assignable to "property" (reportAssignmentType)
<CWD>/pandas/core/internals/managers.py:1656:9 - error: Method "_equal_values" overrides class "BaseBlockManager" in an incompatible manner
  Parameter 2 type mismatch: base parameter is type "BaseBlockManager", override parameter is type "BlockManager"
    "BaseBlockManager" is not assignable to "BlockManager" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/internals/managers.py:1975:5 - error: "is_single_block" incorrectly overrides property of same name in class "BaseBlockManager" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/internals/managers.py:1975:23 - error: Type "Literal[True]" is not assignable to declared type "property"
  "Literal[True]" is not assignable to "property" (reportAssignmentType)
<CWD>/pandas/core/internals/managers.py:2231:9 - error: Method "_equal_values" overrides class "BaseBlockManager" in an incompatible manner
  Parameter 2 type mismatch: base parameter is type "BaseBlockManager", override parameter is type "SingleBlockManager"
    "BaseBlockManager" is not assignable to "SingleBlockManager" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/internals/managers.py:2376:63 - error: Argument of type "tuple[Any, ...]" cannot be assigned to parameter "val" of type "int | slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]]" in function "__init__"
  Type "tuple[Any, ...]" is not assignable to type "int | slice[Any, Any, Any] | ndarray[_AnyShape, dtype[Any]]"
    "tuple[Any, ...]" is not assignable to "int"
    "tuple[Any, ...]" is not assignable to "slice[Any, Any, Any]"
    "tuple[Any, ...]" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/missing.py
<CWD>/pandas/core/missing.py:269:26 - error: "idxpos" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/missing.py:608:24 - error: Argument of type "Unknown | str | None" cannot be assigned to parameter "kind" of type "_Interp1dKind | int" in function "__init__"
  Type "Unknown | str | None" is not assignable to type "_Interp1dKind | int"
    Type "str" is not assignable to type "_Interp1dKind | int"
      "str" is not assignable to "int"
      "str" is not assignable to type "Literal['linear']"
      "str" is not assignable to type "Literal['nearest']"
      "str" is not assignable to type "Literal['nearest-up']"
      "str" is not assignable to type "Literal['zero']"
      "str" is not assignable to type "Literal['slinear']"
... (reportArgumentType)
<CWD>/pandas/core/missing.py:608:41 - error: Argument of type "Unknown | None" cannot be assigned to parameter "fill_value" of type "_Interp1dFillValue | Literal['extrapolate']" in function "__init__"
  Type "Unknown | None" is not assignable to type "_Interp1dFillValue | Literal['extrapolate']"
    Type "None" is not assignable to type "_Interp1dFillValue | Literal['extrapolate']"
      "None" is not assignable to "float"
      "None" is not assignable to "floating[Any]"
      "None" is not assignable to "integer[Any]"
      "None" is not assignable to "numpy.bool[builtins.bool]"
      "None" is incompatible with protocol "_CanArrayND[floating_co]"
        "__len__" is not present
... (reportArgumentType)
<CWD>/pandas/core/missing.py:613:12 - error: Invalid conditional operand of type "NDArray[bool_] | Unknown | NDFrame | Literal[True]"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/missing.py:613:28 - error: Operator "<=" not supported for "None" (reportOptionalOperand)
<CWD>/pandas/core/missing.py:617:53 - error: Argument of type "Unknown | None" cannot be assigned to parameter "k" of type "_Degree" in function "__init__"
  Type "Unknown | None" is not assignable to type "_Degree"
    Type "None" is not assignable to type "_Degree"
      "None" is not assignable to "Literal[1]"
      "None" is not assignable to "Literal[2]"
      "None" is not assignable to "Literal[3]"
      "None" is not assignable to "Literal[4]"
      "None" is not assignable to "Literal[5]" (reportArgumentType)
<CWD>/pandas/core/missing.py:873:12 - error: Type "Unknown | NDArray[bool_] | None" is not assignable to return type "NDArray[bool_]"
  Type "Unknown | NDArray[bool_] | None" is not assignable to type "NDArray[bool_]"
    "None" is not assignable to "ndarray[_AnyShape, dtype[bool_]]" (reportReturnType)
<CWD>/pandas/core/nanops.py
<CWD>/pandas/core/nanops.py:140:30 - error: Object of type "None" cannot be called (reportOptionalCall)
<CWD>/pandas/core/nanops.py:183:16 - error: Type "numpy.bool[builtins.bool]" is not assignable to return type "bool"
  "numpy.bool[builtins.bool]" is not assignable to "bool" (reportReturnType)
<CWD>/pandas/core/nanops.py:441:16 - error: Type "object | Any | float | Literal[0, False]" is not assignable to return type "Scalar | ndarray[_AnyShape, dtype[Any]]"
  Type "object | Any | float | Literal[0, False]" is not assignable to type "Scalar | ndarray[_AnyShape, dtype[Any]]"
    Type "object" is not assignable to type "Scalar | ndarray[_AnyShape, dtype[Any]]"
      "object" is not assignable to "str"
      "object" is not assignable to "bytes"
      "object" is not assignable to "date"
      "object" is not assignable to "datetime"
      "object" is not assignable to "timedelta"
      "object" is not assignable to "datetime64[date | int | None]"
... (reportReturnType)
<CWD>/pandas/core/nanops.py:443:16 - error: Type "object | Any | float | Literal[0, False]" is not assignable to return type "Scalar | ndarray[_AnyShape, dtype[Any]]"
  Type "object | Any | float | Literal[0, False]" is not assignable to type "Scalar | ndarray[_AnyShape, dtype[Any]]"
    Type "object" is not assignable to type "Scalar | ndarray[_AnyShape, dtype[Any]]"
      "object" is not assignable to "str"
      "object" is not assignable to "bytes"
      "object" is not assignable to "date"
      "object" is not assignable to "datetime"
      "object" is not assignable to "timedelta"
      "object" is not assignable to "datetime64[date | int | None]"
... (reportReturnType)
<CWD>/pandas/core/nanops.py:834:15 - error: Type "float | floating[Any]" is not assignable to declared type "float | ndarray[_AnyShape, dtype[Any]]"
  Type "float | floating[Any]" is not assignable to type "float | ndarray[_AnyShape, dtype[Any]]"
    Type "floating[Any]" is not assignable to type "float | ndarray[_AnyShape, dtype[Any]]"
      "floating[Any]" is not assignable to "float"
      "floating[Any]" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportAssignmentType)
<CWD>/pandas/core/nanops.py:1297:12 - error: Type "NDArray[Any] | Any" is not assignable to return type "float"
  Type "NDArray[Any] | Any" is not assignable to type "float"
    "ndarray[_AnyShape, dtype[Any]]" is not assignable to "float" (reportReturnType)
<CWD>/pandas/core/nanops.py:1416:12 - error: Type "NDArray[Any] | Any" is not assignable to return type "float"
  Type "NDArray[Any] | Any" is not assignable to type "float"
    "ndarray[_AnyShape, dtype[Any]]" is not assignable to "float" (reportReturnType)
<CWD>/pandas/core/nanops.py:1525:18 - error: Cannot access attribute "astype" for class "int"
  Attribute "astype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/ops/array_ops.py
<CWD>/pandas/core/ops/array_ops.py:331:10 - error: Invalid conditional operand of type "bool | NDArray[bool_] | NDFrame"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/ops/array_ops.py:340:44 - error: Argument of type "ndarray[_AnyShape, dtype[Unknown]] | ndarray[Unknown, Unknown] | ExtensionArray | object | Timedelta | BaseOffset | Timestamp" cannot be assigned to parameter "right" of type "ArrayLike | Scalar | list[Unknown]" in function "invalid_comparison"
  Type "ndarray[_AnyShape, dtype[Unknown]] | ndarray[Unknown, Unknown] | ExtensionArray | object | Timedelta | BaseOffset | Timestamp" is not assignable to type "ArrayLike | Scalar | list[Unknown]"
    Type "object" is not assignable to type "ArrayLike | Scalar | list[Unknown]"
      "object" is not assignable to "ExtensionArray"
      "object" is not assignable to "ndarray[_AnyShape, dtype[Any]]"
      "object" is not assignable to "list[Unknown]"
      "object" is not assignable to "str"
      "object" is not assignable to "bytes"
      "object" is not assignable to "date"
... (reportArgumentType)
<CWD>/pandas/core/resample.py
<CWD>/pandas/core/resample.py:178:27 - error: "_grouper" overrides symbol of same name in class "BaseGroupBy"
  Variable is mutable so its type is invariant
    Override type "BinGrouper" is not the same as base type "BaseGrouper" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/resample.py:1048:55 - error: "final_index" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/resample.py:1051:37 - error: "final_index" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/resample.py:2110:9 - error: Method "_upsample" overrides class "Resampler" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "f", override parameter is named "method" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/resample.py:2477:31 - error: Cannot assign to attribute "origin" for class "TimeGrouper*"
  Type "Timestamp | NaTType" is not assignable to type "TimeGrouperOrigin"
    Type "NaTType" is not assignable to type "TimeGrouperOrigin"
      "NaTType" is not assignable to "Timestamp"
      "NaTType" is not assignable to "Literal['epoch']"
      "NaTType" is not assignable to "Literal['start']"
      "NaTType" is not assignable to "Literal['start_day']"
      "NaTType" is not assignable to "Literal['end']"
      "NaTType" is not assignable to "Literal['end_day']" (reportAttributeAccessIssue)
<CWD>/pandas/core/resample.py:2574:31 - error: Argument of type "Unknown | None" cannot be assigned to parameter "freq" of type "Frequency | Literal[_NoDefault.no_default]" in function "__new__"
  Type "Unknown | None" is not assignable to type "Frequency | Literal[_NoDefault.no_default]"
    Type "None" is not assignable to type "Frequency | Literal[_NoDefault.no_default]"
      "None" is not assignable to "str"
      "None" is not assignable to "BaseOffset"
      "None" is not assignable to "Literal[_NoDefault.no_default]" (reportArgumentType)
<CWD>/pandas/core/resample.py:2579:13 - error: Argument of type "Unknown | ExtensionArray | NDArray[Any] | Any" cannot be assigned to parameter "first" of type "Timestamp" in function "_get_timestamp_range_edges"
  Type "Unknown | ExtensionArray | NDArray[Any] | Any" is not assignable to type "Timestamp"
    "ExtensionArray" is not assignable to "Timestamp" (reportArgumentType)
<CWD>/pandas/core/resample.py:2580:13 - error: Argument of type "Unknown | ExtensionArray | NDArray[Any] | Any" cannot be assigned to parameter "last" of type "Timestamp" in function "_get_timestamp_range_edges"
  Type "Unknown | ExtensionArray | NDArray[Any] | Any" is not assignable to type "Timestamp"
    "ExtensionArray" is not assignable to "Timestamp" (reportArgumentType)
<CWD>/pandas/core/resample.py:2581:13 - error: Argument of type "Unknown | None" cannot be assigned to parameter "freq" of type "BaseOffset" in function "_get_timestamp_range_edges"
  Type "Unknown | None" is not assignable to type "BaseOffset"
    "None" is not assignable to "BaseOffset" (reportArgumentType)
<CWD>/pandas/core/resample.py:2583:20 - error: Argument of type "str" cannot be assigned to parameter "closed" of type "Literal['right', 'left']" in function "_get_timestamp_range_edges"
  Type "str" is not assignable to type "Literal['right', 'left']"
    "str" is not assignable to type "Literal['right']"
    "str" is not assignable to type "Literal['left']" (reportArgumentType)
<CWD>/pandas/core/resample.py:2585:20 - error: Argument of type "Timedelta | NaTType | None" cannot be assigned to parameter "offset" of type "Timedelta | None" in function "_get_timestamp_range_edges"
  Type "Timedelta | NaTType | None" is not assignable to type "Timedelta | None"
    Type "NaTType" is not assignable to type "Timedelta | None"
      "NaTType" is not assignable to "Timedelta"
      "NaTType" is not assignable to "None" (reportArgumentType)
<CWD>/pandas/core/resample.py:2637:22 - error: "name" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/resample.py:2637:62 - error: "name" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/resample.py:2689:13 - error: Operator "+=" not supported for types "Unknown | ExtensionArray | NDArray[Any] | Any" and "Tick | Day"
  Operator "+" not supported for types "ExtensionArray" and "Tick"
  Operator "+" not supported for types "ExtensionArray" and "Day" (reportOperatorIssue)
<CWD>/pandas/core/resample.py:2699:16 - error: No overloads for "searchsorted" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/resample.py:2699:49 - error: Argument of type "str" cannot be assigned to parameter "side" of type "Literal['left', 'right']" in function "searchsorted"
  Type "str" is not assignable to type "Literal['left', 'right']"
    "str" is not assignable to type "Literal['left']"
    "str" is not assignable to type "Literal['right']" (reportArgumentType)
<CWD>/pandas/core/resample.py:2757:31 - error: "n" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/core/resample.py:2759:26 - error: Cannot access attribute "asfreq" for class "ExtensionArray"
  Attribute "asfreq" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/resample.py:2759:26 - error: Cannot access attribute "asfreq" for class "NDArray[Any]"
  Attribute "asfreq" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/resample.py:2760:24 - error: Cannot access attribute "asfreq" for class "ExtensionArray"
  Attribute "asfreq" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/resample.py:2760:24 - error: Cannot access attribute "asfreq" for class "NDArray[Any]"
  Attribute "asfreq" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/resample.py:2772:24 - error: Argument of type "str" cannot be assigned to parameter "closed" of type "Literal['right', 'left']" in function "_get_period_range_edges"
  Type "str" is not assignable to type "Literal['right', 'left']"
    "str" is not assignable to type "Literal['right']"
    "str" is not assignable to type "Literal['left']" (reportArgumentType)
<CWD>/pandas/core/resample.py:2774:24 - error: Argument of type "Timedelta | NaTType | None" cannot be assigned to parameter "offset" of type "Timedelta | None" in function "_get_period_range_edges"
  Type "Timedelta | NaTType | None" is not assignable to type "Timedelta | None"
    Type "NaTType" is not assignable to type "Timedelta | None"
      "NaTType" is not assignable to "Timedelta"
      "NaTType" is not assignable to "None" (reportArgumentType)
<CWD>/pandas/core/resample.py:2802:74 - error: Argument of type "bool_ | Literal[0]" cannot be assigned to parameter "nat_count" of type "int" in function "_insert_nat_bin"
  Type "bool_ | Literal[0]" is not assignable to type "int"
    "numpy.bool[builtins.bool]" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/resample.py:2893:22 - error: Type "Timestamp | NaTType" is not assignable to declared type "TimeGrouperOrigin"
  Type "Timestamp | NaTType" is not assignable to type "TimeGrouperOrigin"
    Type "NaTType" is not assignable to type "TimeGrouperOrigin"
      "NaTType" is not assignable to "Timestamp"
      "NaTType" is not assignable to "Literal['epoch']"
      "NaTType" is not assignable to "Literal['start']"
      "NaTType" is not assignable to "Literal['start_day']"
      "NaTType" is not assignable to "Literal['end']"
      "NaTType" is not assignable to "Literal['end_day']" (reportAssignmentType)
<CWD>/pandas/core/resample.py:2909:21 - error: Type "Timestamp | NaTType" is not assignable to declared type "Timestamp"
  Type "Timestamp | NaTType" is not assignable to type "Timestamp"
    "NaTType" is not assignable to "Timestamp" (reportAssignmentType)
<CWD>/pandas/core/resample.py:2911:21 - error: Type "Timestamp | NaTType" is not assignable to declared type "Timestamp"
  Type "Timestamp | NaTType" is not assignable to type "Timestamp"
    "NaTType" is not assignable to "Timestamp" (reportAssignmentType)
<CWD>/pandas/core/resample.py:2913:16 - error: Type "Timestamp | NaTType" is not assignable to declared type "Timestamp"
  Type "Timestamp | NaTType" is not assignable to type "Timestamp"
    "NaTType" is not assignable to "Timestamp" (reportAssignmentType)
<CWD>/pandas/core/resample.py:3025:31 - error: Operator "*" not supported for types "signedinteger[_64Bit] | int" and "Tick"
  Operator "*" not supported for types "signedinteger[_64Bit]" and "Tick" (reportOperatorIssue)
<CWD>/pandas/core/resample.py:3073:12 - error: Type "tuple[NaTType | Timestamp, NaTType | Timestamp]" is not assignable to return type "tuple[Timestamp, Timestamp]"
  Type "NaTType | Timestamp" is not assignable to type "Timestamp"
    "NaTType" is not assignable to "Timestamp"
  Type "NaTType | Timestamp" is not assignable to type "Timestamp"
    "NaTType" is not assignable to "Timestamp" (reportReturnType)
<CWD>/pandas/core/reshape/concat.py
<CWD>/pandas/core/reshape/concat.py:802:17 - error: Argument of type "HashableT@_clean_keys_and_objs | Series | DataFrame | Unknown" cannot be assigned to parameter "key" of type "Series | DataFrame" in function "__getitem__"
  Type "HashableT@_clean_keys_and_objs | Series | DataFrame | Unknown" is not assignable to type "Series | DataFrame"
    Type "HashableT@_clean_keys_and_objs" is not assignable to type "Series | DataFrame"
      "Hashable*" is not assignable to "Series"
      "Hashable*" is not assignable to "DataFrame" (reportArgumentType)
<CWD>/pandas/core/reshape/concat.py:802:17 - error: Argument of type "HashableT@_clean_keys_and_objs | Series | DataFrame | Unknown" cannot be assigned to parameter "key" of type "HashableT@_clean_keys_and_objs" in function "__getitem__"
  Type "HashableT@_clean_keys_and_objs | Series | DataFrame | Unknown" is not assignable to type "HashableT@_clean_keys_and_objs" (reportArgumentType)
<CWD>/pandas/core/reshape/merge.py
<CWD>/pandas/core/reshape/merge.py:2240:12 - error: Type "tuple[FrozenList | list[Unknown], FrozenList | list[Unknown], Any]" is not assignable to return type "tuple[FrozenList, FrozenList, FrozenList]"
  Type "FrozenList | list[Unknown]" is not assignable to type "FrozenList"
    "list[Unknown]" is not assignable to "FrozenList"
  Type "FrozenList | list[Unknown]" is not assignable to type "FrozenList"
    "list[Unknown]" is not assignable to "FrozenList" (reportReturnType)
<CWD>/pandas/core/reshape/merge.py:2627:20 - error: Object of type "None" cannot be called (reportOptionalCall)
<CWD>/pandas/core/reshape/merge.py:2638:20 - error: Object of type "None" cannot be called (reportOptionalCall)
<CWD>/pandas/core/reshape/merge.py:2920:32 - error: Argument of type "ArrayLike" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]]" in function "factorize"
  Type "ArrayLike" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/reshape/merge.py:2922:48 - error: Argument of type "ArrayLike" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]]" in function "hash_inner_join"
  Type "ArrayLike" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/reshape/merge.py:2925:36 - error: Argument of type "ArrayLike" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]]" in function "factorize"
  Type "ArrayLike" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/reshape/merge.py:2927:32 - error: Argument of type "ArrayLike" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]]" in function "factorize"
  Type "ArrayLike" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/reshape/merge.py:2928:32 - error: Argument of type "ArrayLike" cannot be assigned to parameter "values" of type "ndarray[_AnyShape, dtype[Any]]" in function "factorize"
  Type "ArrayLike" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "ExtensionArray" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/reshape/pivot.py
<CWD>/pandas/core/reshape/pivot.py:403:30 - error: "values_multi" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/reshape/pivot.py:412:12 - error: Type "DataFrame | Any | Unknown | Series" is not assignable to return type "DataFrame"
  Type "DataFrame | Any | Unknown | Series" is not assignable to type "DataFrame"
    "Series" is not assignable to "DataFrame" (reportReturnType)
<CWD>/pandas/core/reshape/pivot.py:498:22 - error: Argument of type "DtypeObj | Unknown" cannot be assigned to parameter "iterable" of type "Iterable[_T@set]" in function "__init__"
  Type "DtypeObj | Unknown" is not assignable to type "Iterable[_T@set]"
    "ExtensionDtype" is incompatible with protocol "Iterable[_T@set]"
      "__iter__" is not present (reportArgumentType)
<CWD>/pandas/core/reshape/pivot.py:592:26 - error: Argument of type "list[Unknown | Hashable]" cannot be assigned to parameter "tuples" of type "Iterable[tuple[Hashable, ...]]" in function "from_tuples"
  Type "Unknown | Hashable" is not assignable to type "tuple[Hashable, ...]"
    "Hashable" is not assignable to "tuple[Hashable, ...]" (reportArgumentType)
<CWD>/pandas/core/reshape/tile.py
<CWD>/pandas/core/reshape/tile.py:420:23 - error: Operator "-" not supported for types "Unknown | ExtensionArray | NDArray[Any] | Any" and "NaTType | Timedelta"
  Operator "-" not supported for types "ExtensionArray" and "NaTType"
  Operator "-" not supported for types "ExtensionArray" and "Timedelta" (reportOperatorIssue)
<CWD>/pandas/core/reshape/tile.py:420:36 - error: Operator "+" not supported for types "Unknown | ExtensionArray | NDArray[Any] | Any" and "NaTType | Timedelta"
  Operator "+" not supported for types "ExtensionArray" and "NaTType"
  Operator "+" not supported for types "ExtensionArray" and "Timedelta" (reportOperatorIssue)
<CWD>/pandas/core/reshape/tile.py:423:13 - error: Operator "-=" not supported for types "Unknown | ExtensionArray | NDArray[Any] | Any" and "Unknown | float"
  Operator "-" not supported for types "ExtensionArray" and "float" (reportOperatorIssue)
<CWD>/pandas/core/reshape/tile.py:423:31 - error: Argument of type "Unknown | ExtensionArray | NDArray[Any] | Any" cannot be assigned to parameter "x" of type "SupportsAbs[_T@abs]" in function "abs"
  Type "Unknown | ExtensionArray | NDArray[Any] | Any" is not assignable to type "SupportsAbs[_T@abs]"
    "ExtensionArray" is incompatible with protocol "SupportsAbs[_T@abs]"
      "__abs__" is not present (reportArgumentType)
<CWD>/pandas/core/reshape/tile.py:424:13 - error: Operator "+=" not supported for types "Unknown | ExtensionArray | NDArray[Any] | Any" and "Unknown | float"
  Operator "+" not supported for types "ExtensionArray" and "float" (reportOperatorIssue)
<CWD>/pandas/core/reshape/tile.py:424:31 - error: Argument of type "Unknown | ExtensionArray | NDArray[Any] | Any" cannot be assigned to parameter "x" of type "SupportsAbs[_T@abs]" in function "abs"
  Type "Unknown | ExtensionArray | NDArray[Any] | Any" is not assignable to type "SupportsAbs[_T@abs]"
    "ExtensionArray" is incompatible with protocol "SupportsAbs[_T@abs]"
      "__abs__" is not present (reportArgumentType)
<CWD>/pandas/core/reshape/tile.py:440:20 - error: No overloads for "linspace" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/reshape/tile.py:440:32 - error: Argument of type "Unknown | ExtensionArray | NDArray[Any] | Any" cannot be assigned to parameter "start" of type "_ArrayLikeComplex_co" in function "linspace"
  Type "Unknown | ExtensionArray | NDArray[Any] | Any" is not assignable to type "_ArrayLikeComplex_co"
    Type "ExtensionArray" is not assignable to type "_ArrayLikeComplex_co"
      "ExtensionArray" is incompatible with protocol "_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]"
        "__array__" is not present
      "ExtensionArray" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]]"
        "__reversed__" is not present
        "count" is not present
        "index" is not present
... (reportArgumentType)
<CWD>/pandas/core/reshape/tile.py:440:36 - error: Argument of type "Unknown | ExtensionArray | NDArray[Any] | Any" cannot be assigned to parameter "stop" of type "_ArrayLikeComplex_co" in function "linspace"
  Type "Unknown | ExtensionArray | NDArray[Any] | Any" is not assignable to type "_ArrayLikeComplex_co"
    Type "ExtensionArray" is not assignable to type "_ArrayLikeComplex_co"
      "ExtensionArray" is incompatible with protocol "_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]"
        "__array__" is not present
      "ExtensionArray" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]]"
        "__reversed__" is not present
        "count" is not present
        "index" is not present
... (reportArgumentType)
<CWD>/pandas/core/reshape/tile.py:441:15 - error: Operator "-" not supported for types "Unknown | ExtensionArray | NDArray[Any] | Any" and "Unknown | ExtensionArray | NDArray[Any] | Any"
  Operator "-" not supported for types "ExtensionArray" and "ExtensionArray" (reportOperatorIssue)
<CWD>/pandas/core/reshape/tile.py:542:18 - error: No overloads for "take_nd" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/reshape/tile.py:542:32 - error: Argument of type "Categorical | IntervalIndex | Unknown" cannot be assigned to parameter "arr" of type "ExtensionArray" in function "take_nd"
  Type "Categorical | IntervalIndex | Unknown" is not assignable to type "ExtensionArray"
    "IntervalIndex" is not assignable to "ExtensionArray" (reportArgumentType)
<CWD>/pandas/core/reshape/tile.py:602:21 - error: Type "(x: Any) -> (Any | Unknown | Literal[0])" is not assignable to declared type "((Any) -> Timestamp) | ((Any) -> Timedelta)"
  Type "(x: Any) -> (Any | Unknown | Literal[0])" is not assignable to type "((Any) -> Timestamp) | ((Any) -> Timedelta)"
    Type "(x: Any) -> (Any | Unknown | Literal[0])" is not assignable to type "(Any) -> Timestamp"
      Function return type "Any | Unknown | Literal[0]" is incompatible with type "Timestamp"
        Type "Any | Unknown | Literal[0]" is not assignable to type "Timestamp"
          "Literal[0]" is not assignable to "Timestamp"
    Type "(x: Any) -> (Any | Unknown | Literal[0])" is not assignable to type "(Any) -> Timedelta"
      Function return type "Any | Unknown | Literal[0]" is incompatible with type "Timedelta"
        Type "Any | Unknown | Literal[0]" is not assignable to type "Timedelta"
... (reportAssignmentType)
<CWD>/pandas/core/series.py
<CWD>/pandas/core/series.py:353:5 - error: "hasnans" incorrectly overrides property of same name in class "IndexOpsMixin" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/series.py:491:47 - error: Argument of type "Collection[object] | object" cannot be assigned to parameter "obj" of type "Sized" in function "len"
  Type "Collection[object] | object" is not assignable to type "Sized"
    "object" is incompatible with protocol "Sized"
      "__len__" is not present (reportArgumentType)
<CWD>/pandas/core/series.py:498:39 - error: Argument of type "list[Index | ndarray[Unknown, Unknown] | SingleBlockManager | ExtensionArray | Collection[object] | object] | Index | ndarray[Unknown, Unknown] | SingleBlockManager | ExtensionArray | Collection[object] | object" cannot be assigned to parameter "obj" of type "Sized" in function "len"
  Type "list[Index | ndarray[Unknown, Unknown] | SingleBlockManager | ExtensionArray | Collection[object] | object] | Index | ndarray[Unknown, Unknown] | SingleBlockManager | ExtensionArray | Collection[object] | object" is not assignable to type "Sized"
    "object" is incompatible with protocol "Sized"
      "__len__" is not present (reportArgumentType)
<CWD>/pandas/core/series.py:1239:39 - error: Argument of type "int | Sequence[int]" cannot be assigned to parameter "repeats" of type "int" in function "repeat"
  Type "int | Sequence[int]" is not assignable to type "int"
    "Sequence[int]" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/series.py:1559:21 - error: Cannot access attribute "write" for class "str"
  Attribute "write" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/series.py:1559:21 - error: Cannot access attribute "write" for class "PathLike[str]"
  Attribute "write" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/series.py:1561:22 - error: No overloads for "open" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/series.py:1561:27 - error: Argument of type "FilePath | WriteBuffer[str]" cannot be assigned to parameter "file" of type "FileDescriptorOrPath" in function "open"
  Type "FilePath | WriteBuffer[str]" is not assignable to type "FileDescriptorOrPath"
    Type "WriteBuffer[str]" is not assignable to type "FileDescriptorOrPath"
      "WriteBuffer[str]" is not assignable to "int"
      "WriteBuffer[str]" is not assignable to "str"
      "WriteBuffer[str]" is not assignable to "bytes"
      "WriteBuffer[str]" is incompatible with protocol "PathLike[str]"
        "__fspath__" is not present
      "WriteBuffer[str]" is incompatible with protocol "PathLike[bytes]"
... (reportArgumentType)
<CWD>/pandas/core/series.py:2996:9 - error: Method "compare" overrides class "NDFrame" in an incompatible manner
  Parameter 2 type mismatch: base parameter is type "NDFrame", override parameter is type "Series"
    "NDFrame" is not assignable to "Series" (reportIncompatibleMethodOverride)
<CWD>/pandas/core/series.py:3092:19 - error: Argument of type "Series" cannot be assigned to parameter "other" of type "Self@Series" in function "compare"
  Type "Series" is not assignable to type "Self@Series" (reportArgumentType)
<CWD>/pandas/core/series.py:3368:14 - error: "_mgr" overrides symbol of same name in class "NDFrame"
  Variable is mutable so its type is invariant
    Override type "SingleBlockManager" is not the same as base type "Manager" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/series.py:4156:45 - error: Argument of type "Level" cannot be assigned to parameter "i" of type "int" in function "swaplevel"
  "Hashable" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/series.py:4156:48 - error: Argument of type "Level" cannot be assigned to parameter "j" of type "int" in function "swaplevel"
  "Hashable" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/series.py:4276:39 - error: Argument of type "Unknown | NDArray[int64]" cannot be assigned to parameter "repeats" of type "int" in function "repeat"
  Type "Unknown | NDArray[int64]" is not assignable to type "int"
    "ndarray[_AnyShape, dtype[int64]]" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/series.py:4642:32 - error: Argument of type "dict[str, Unknown] | Unknown" cannot be assigned to parameter "func" of type "AggFuncType" in function "__init__"
  Type "dict[str, Unknown] | Unknown" is not assignable to type "AggFuncType"
    Type "dict[str, Unknown]" is not assignable to type "AggFuncType"
      Type "dict[str, Unknown]" is not assignable to type "(...) -> Unknown"
      "dict[str, Unknown]" is not assignable to "str"
      "dict[str, Unknown]" is not assignable to "list[AggFuncTypeBase]"
      "dict[str, Unknown]" is not assignable to "MutableMapping[Hashable, AggFuncTypeBase | list[AggFuncTypeBase]]"
        Type parameter "_KT@MutableMapping" is invariant, but "str" is not the same as "Hashable" (reportArgumentType)
<CWD>/pandas/core/series.py:5391:9 - error: Method "rename_axis" overrides class "NDFrame" in an incompatible manner
  Override does not handle all overloads of base method (reportIncompatibleMethodOverride)
<CWD>/pandas/core/series.py:6181:16 - error: Type "NDFrame" is not assignable to return type "Series"
  "NDFrame" is not assignable to "Series" (reportReturnType)
<CWD>/pandas/core/series.py:6376:20 - error: Cannot assign to attribute "index" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "index" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/series.py:6381:20 - error: Type "Unknown | ndarray[_AnyShape, dtype[Any]] | Self@Series" is not assignable to return type "Series | None"
  Type "Unknown | ndarray[_AnyShape, dtype[Any]] | Self@Series" is not assignable to type "Series | None"
    Type "ndarray[_AnyShape, dtype[Any]]" is not assignable to type "Series | None"
      "ndarray[_AnyShape, dtype[Any]]" is not assignable to "Series"
      "ndarray[_AnyShape, dtype[Any]]" is not assignable to "None" (reportReturnType)
<CWD>/pandas/core/series.py:6537:5 - error: "_info_axis_number" overrides symbol of same name in class "NDFrame"
  Variable is mutable so its type is invariant
    Override type "Literal[0]" is not the same as base type "int" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/series.py:6538:5 - error: "_info_axis_name" overrides symbol of same name in class "NDFrame"
  Variable is mutable so its type is invariant
    Override type "Literal['index']" is not the same as base type "Literal['index', 'columns']" (reportIncompatibleVariableOverride)
<CWD>/pandas/core/series.py:7383:16 - error: Type "ExtensionArray | NDArray[Any] | Any | Unknown" is not assignable to return type "bool"
  Type "ExtensionArray | NDArray[Any] | Any | Unknown" is not assignable to type "bool"
    "ExtensionArray" is not assignable to "bool" (reportReturnType)
<CWD>/pandas/core/series.py:7403:16 - error: Type "ExtensionArray | NDArray[Any] | Any | Unknown" is not assignable to return type "bool"
  Type "ExtensionArray | NDArray[Any] | Any | Unknown" is not assignable to type "bool"
    "ExtensionArray" is not assignable to "bool" (reportReturnType)
<CWD>/pandas/core/series.py:8014:16 - error: Type "NDFrame" is not assignable to return type "Self@Series"
  Type "NDFrame" is not assignable to type "Self@Series" (reportReturnType)
<CWD>/pandas/core/series.py:8018:16 - error: Type "NDFrame" is not assignable to return type "Self@Series"
  Type "NDFrame" is not assignable to type "Self@Series" (reportReturnType)
<CWD>/pandas/core/series.py:8022:16 - error: Type "NDFrame" is not assignable to return type "Self@Series"
  Type "NDFrame" is not assignable to type "Self@Series" (reportReturnType)
<CWD>/pandas/core/series.py:8026:16 - error: Type "NDFrame" is not assignable to return type "Self@Series"
  Type "NDFrame" is not assignable to type "Self@Series" (reportReturnType)
<CWD>/pandas/core/sorting.py
<CWD>/pandas/core/sorting.py:294:29 - error: "lift" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/sorting.py:295:46 - error: "lift" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/sorting.py:429:13 - error: No parameter named "ascending" (reportCallIssue)
<CWD>/pandas/core/sorting.py:431:13 - error: No parameter named "na_position" (reportCallIssue)
<CWD>/pandas/core/sorting.py:663:44 - error: Operator "*" not supported for types "float" and "int | None"
  Operator "*" not supported for types "float" and "None" (reportOperatorIssue)
<CWD>/pandas/core/sorting.py:667:13 - error: Argument of type "int | None" cannot be assigned to parameter "ngroups" of type "int" in function "groupsort_indexer"
  Type "int | None" is not assignable to type "int"
    "None" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/strings/accessor.py
<CWD>/pandas/core/strings/accessor.py:310:36 - error: "compute" is not a known attribute of module "pyarrow" (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:311:30 - error: "compute" is not a known attribute of module "pyarrow" (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:312:30 - error: "compute" is not a known attribute of module "pyarrow" (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:321:28 - error: "compute" is not a known attribute of module "pyarrow" (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:331:24 - error: "compute" is not a known attribute of module "pyarrow" (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:379:53 - error: Argument of type "list[int]" cannot be assigned to parameter "tuples" of type "Iterable[tuple[Hashable, ...]]" in function "from_tuples"
  "list[int]" is not assignable to "Iterable[tuple[Hashable, ...]]"
    Type parameter "_T_co@Iterable" is covariant, but "int" is not a subtype of "tuple[Hashable, ...]"
      "int" is not assignable to "tuple[Hashable, ...]" (reportArgumentType)
<CWD>/pandas/core/strings/accessor.py:388:32 - error: Cannot access attribute "index" for class "Index"
  Attribute "index" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:396:37 - error: Cannot access attribute "dtype" for class "dict[int, ArrowExtensionArray]"
  Attribute "dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:396:37 - error: Cannot access attribute "dtype" for class "list[Unknown]"
  Attribute "dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:405:35 - error: Cannot access attribute "_constructor_expanddim" for class "Index"
  Attribute "_constructor_expanddim" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:410:50 - error: No parameter named "index" (reportCallIssue)
<CWD>/pandas/core/strings/accessor.py:411:29 - error: Cannot access attribute "__finalize__" for class "Index"
  Attribute "__finalize__" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:923:38 - error: Cannot access attribute "categories" for class "Literal['category']"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:1046:38 - error: Cannot access attribute "categories" for class "Literal['category']"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:1066:38 - error: Cannot access attribute "categories" for class "Literal['category']"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:1351:53 - error: Argument of type "Unknown | Literal[_NoDefault.no_default]" cannot be assigned to parameter "fill_value" of type "float" in function "_wrap_result"
  Type "Unknown | Literal[_NoDefault.no_default]" is not assignable to type "float"
    "Literal[_NoDefault.no_default]" is not assignable to "float" (reportArgumentType)
<CWD>/pandas/core/strings/accessor.py:1440:53 - error: Argument of type "Unknown | Literal[_NoDefault.no_default]" cannot be assigned to parameter "fill_value" of type "float" in function "_wrap_result"
  Type "Unknown | Literal[_NoDefault.no_default]" is not assignable to type "float"
    "Literal[_NoDefault.no_default]" is not assignable to "float" (reportArgumentType)
<CWD>/pandas/core/strings/accessor.py:1489:53 - error: Argument of type "Unknown | Literal[_NoDefault.no_default]" cannot be assigned to parameter "fill_value" of type "float" in function "_wrap_result"
  Type "Unknown | Literal[_NoDefault.no_default]" is not assignable to type "float"
    "Literal[_NoDefault.no_default]" is not assignable to "float" (reportArgumentType)
<CWD>/pandas/core/strings/accessor.py:1668:33 - error: Cannot access attribute "array" for class "dict[int, ArrowExtensionArray]"
  Attribute "array" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:1668:33 - error: Cannot access attribute "array" for class "list[Unknown]"
  Attribute "array" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:1668:39 - error: Cannot access attribute "_str_replace" for class "ExtensionArray"
  Attribute "_str_replace" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/strings/accessor.py:2746:16 - error: Type "DataFrame | Unknown | dict[int, ArrowExtensionArray] | list[Unknown] | Index | MultiIndex | Series" is not assignable to return type "Series | Index"
  Type "DataFrame | Unknown | dict[int, ArrowExtensionArray] | list[Unknown] | Index | MultiIndex | Series" is not assignable to type "Series | Index"
    Type "DataFrame" is not assignable to type "Series | Index"
      "DataFrame" is not assignable to "Series"
      "DataFrame" is not assignable to "Index" (reportReturnType)
<CWD>/pandas/core/strings/accessor.py:2808:16 - error: Type "DataFrame | Unknown | dict[int, ArrowExtensionArray] | list[Unknown] | Index | MultiIndex | Series" is not assignable to return type "Series | Index"
  Type "DataFrame | Unknown | dict[int, ArrowExtensionArray] | list[Unknown] | Index | MultiIndex | Series" is not assignable to type "Series | Index"
    Type "DataFrame" is not assignable to type "Series | Index"
      "DataFrame" is not assignable to "Series"
      "DataFrame" is not assignable to "Index" (reportReturnType)
<CWD>/pandas/core/strings/accessor.py:3029:16 - error: Type "DataFrame | Unknown | dict[int, ArrowExtensionArray] | list[Unknown] | Index | MultiIndex | Series" is not assignable to return type "DataFrame | Series | Index"
  Type "DataFrame | Unknown | dict[int, ArrowExtensionArray] | list[Unknown] | Index | MultiIndex | Series" is not assignable to type "DataFrame | Series | Index"
    Type "dict[int, ArrowExtensionArray]" is not assignable to type "DataFrame | Series | Index"
      "dict[int, ArrowExtensionArray]" is not assignable to "DataFrame"
      "dict[int, ArrowExtensionArray]" is not assignable to "Series"
      "dict[int, ArrowExtensionArray]" is not assignable to "Index" (reportReturnType)
<CWD>/pandas/core/strings/accessor.py:3894:12 - error: "result" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/strings/accessor.py:3991:36 - error: Operator "+" not supported for types "tuple[Hashable | Unknown] | Hashable | Unknown" and "tuple[int]"
  Operator "+" not supported for types "Hashable" and "tuple[int]" when expected type is "Iterable[Hashable | Unknown]" (reportOperatorIssue)
<CWD>/pandas/core/tools/datetimes.py
<CWD>/pandas/core/tools/datetimes.py:387:31 - error: Cannot access attribute "_dt_tz_convert" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "_dt_tz_convert" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/tools/datetimes.py:389:31 - error: Cannot access attribute "_dt_tz_localize" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "_dt_tz_localize" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/tools/datetimes.py:1035:22 - error: Type "DatetimeIndex | DatetimeArray | Index | Unknown | NDArray[Any]" is not assignable to declared type "Timestamp | NaTType | Series | Index"
  Type "DatetimeIndex | DatetimeArray | Index | Unknown | NDArray[Any]" is not assignable to type "Timestamp | NaTType | Series | Index"
    Type "DatetimeArray" is not assignable to type "Timestamp | NaTType | Series | Index"
      "DatetimeArray" is not assignable to "Timestamp"
      "DatetimeArray" is not assignable to "NaTType"
      "DatetimeArray" is not assignable to "Series"
      "DatetimeArray" is not assignable to "Index" (reportAssignmentType)
<CWD>/pandas/core/tools/datetimes.py:1056:45 - error: "argc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/tools/datetimes.py:1058:22 - error: Type "DatetimeIndex | DatetimeArray | Index | Unknown | NDArray[Any]" is not assignable to declared type "Timestamp | NaTType | Series | Index"
  Type "DatetimeIndex | DatetimeArray | Index | Unknown | NDArray[Any]" is not assignable to type "Timestamp | NaTType | Series | Index"
    Type "DatetimeArray" is not assignable to type "Timestamp | NaTType | Series | Index"
      "DatetimeArray" is not assignable to "Timestamp"
      "DatetimeArray" is not assignable to "NaTType"
      "DatetimeArray" is not assignable to "Series"
      "DatetimeArray" is not assignable to "Index" (reportAssignmentType)
<CWD>/pandas/core/tools/datetimes.py:1058:39 - error: "argc" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/core/tools/datetimes.py:1060:18 - error: Type "DTScalarOrNaT | Unknown | Any" is not assignable to declared type "Timestamp | NaTType | Series | Index"
  Type "DTScalarOrNaT | Unknown | Any" is not assignable to type "Timestamp | NaTType | Series | Index"
    Type "Period" is not assignable to type "Timestamp | NaTType | Series | Index"
      "Period" is not assignable to "Timestamp"
      "Period" is not assignable to "NaTType"
      "Period" is not assignable to "Series"
      "Period" is not assignable to "Index" (reportAssignmentType)
<CWD>/pandas/core/tools/datetimes.py:1062:22 - error: Type "bool" is not assignable to declared type "Timestamp | NaTType | Series | Index"
  Type "bool" is not assignable to type "Timestamp | NaTType | Series | Index"
    "bool" is not assignable to "Timestamp"
    "bool" is not assignable to "NaTType"
    "bool" is not assignable to "Series"
    "bool" is not assignable to "Index" (reportAssignmentType)
<CWD>/pandas/core/tools/numeric.py
<CWD>/pandas/core/tools/numeric.py:225:16 - error: Type "ndarray[_AnyShape, dtype[Any]] | ExtensionArraySupportsAnyAll | Unknown" is not assignable to declared type "NDArray[bool_] | None"
  Type "ndarray[_AnyShape, dtype[Any]] | ExtensionArraySupportsAnyAll | Unknown" is not assignable to type "NDArray[bool_] | None"
    Type "ExtensionArraySupportsAnyAll" is not assignable to type "NDArray[bool_] | None"
      "ExtensionArraySupportsAnyAll" is not assignable to "ndarray[_AnyShape, dtype[bool_]]"
      "ExtensionArraySupportsAnyAll" is not assignable to "None" (reportAssignmentType)
<CWD>/pandas/core/tools/numeric.py:225:23 - error: Cannot access attribute "isna" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "isna" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/tools/numeric.py:226:25 - error: Cannot access attribute "dropna" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "dropna" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/tools/numeric.py:262:61 - error: No overloads for "amin" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/tools/numeric.py:262:68 - error: Argument of type "ArrayLike | Unknown | ndarray[_AnyShape, dtype[signedinteger[_64Bit]]]" cannot be assigned to parameter "a" of type "ArrayLike" in function "amin"
  Type "ArrayLike | Unknown | ndarray[_AnyShape, dtype[signedinteger[_64Bit]]]" is not assignable to type "ArrayLike"
    Type "ExtensionArray" is not assignable to type "ArrayLike"
      "ExtensionArray" is incompatible with protocol "_Buffer"
        "__buffer__" is not present
      "ExtensionArray" is incompatible with protocol "_SupportsArray[dtype[Any]]"
        "__array__" is not present
      "ExtensionArray" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
        "__reversed__" is not present
... (reportArgumentType)
<CWD>/pandas/core/tools/numeric.py:278:51 - error: Cannot access attribute "itemsize" for class "ExtensionDtype"
  Attribute "itemsize" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/tools/numeric.py:294:16 - error: No overloads for "__call__" match the provided arguments (reportCallIssue)
<CWD>/pandas/core/tools/numeric.py:294:43 - error: Argument of type "dtype[Any] | ExtensionDtype | Unknown | dtype[signedinteger[_64Bit]]" cannot be assigned to parameter "dtype" of type "DTypeLike" in function "__call__"
  Type "dtype[Any] | ExtensionDtype | Unknown | dtype[signedinteger[_64Bit]]" is not assignable to type "DTypeLike"
    Type "ExtensionDtype" is not assignable to type "DTypeLike"
      "ExtensionDtype" is not assignable to "type[Any]"
      "ExtensionDtype" is not assignable to "dtype[Any]"
      "ExtensionDtype" is incompatible with protocol "_SupportsDType[dtype[Any]]"
        "dtype" is not present
      "ExtensionDtype" is not assignable to "tuple[_DTypeLikeNested, _DTypeLikeNested]"
      "ExtensionDtype" is not assignable to "list[Any]"
... (reportArgumentType)
<CWD>/pandas/core/tools/numeric.py:317:20 - error: Cannot access attribute "_constructor" for class "list[Unknown]"
  Attribute "_constructor" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/tools/numeric.py:317:20 - error: Cannot access attribute "_constructor" for class "tuple[Unknown, ...]"
  Attribute "_constructor" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/tools/numeric.py:317:41 - error: No parameter named "index" (reportCallIssue)
<CWD>/pandas/core/tools/numeric.py:317:51 - error: Cannot access attribute "index" for class "Index"
  Attribute "index" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/tools/numeric.py:317:67 - error: Cannot access attribute "name" for class "list[Unknown]"
  Attribute "name" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/tools/numeric.py:317:67 - error: Cannot access attribute "name" for class "tuple[Unknown, ...]"
  Attribute "name" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/tools/numeric.py:323:39 - error: Cannot access attribute "name" for class "list[Unknown]"
  Attribute "name" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/tools/numeric.py:323:39 - error: Cannot access attribute "name" for class "tuple[Unknown, ...]"
  Attribute "name" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/core/util/hashing.py
<CWD>/pandas/core/util/hashing.py:303:40 - error: Cannot access attribute "real" for class "ndarray[_AnyShape, dtype[Any]]"
  No overloads for "__get__" match the provided arguments
  Argument of type "ndarray[_AnyShape, dtype[Any]]" cannot be assigned to parameter "obj" of type "None" in function "__get__"
    "ndarray[_AnyShape, dtype[Any]]" is not assignable to "None" (reportAttributeAccessIssue)
<CWD>/pandas/core/util/hashing.py:304:40 - error: Cannot access attribute "imag" for class "ndarray[_AnyShape, dtype[Any]]"
  No overloads for "__get__" match the provided arguments
  Argument of type "ndarray[_AnyShape, dtype[Any]]" cannot be assigned to parameter "obj" of type "None" in function "__get__"
    "ndarray[_AnyShape, dtype[Any]]" is not assignable to "None" (reportAttributeAccessIssue)
<CWD>/pandas/core/window/ewm.py
<CWD>/pandas/core/window/ewm.py:100:18 - error: Argument of type "float | None" cannot be assigned to parameter "x" of type "ConvertibleToFloat" in function "__new__"
  Type "float | None" is not assignable to type "ConvertibleToFloat"
    Type "None" is not assignable to type "ConvertibleToFloat"
      "None" is not assignable to "str"
      "None" is incompatible with protocol "Buffer"
        "__buffer__" is not present
      "None" is incompatible with protocol "SupportsFloat"
        "__float__" is not present
      "None" is incompatible with protocol "SupportsIndex"
... (reportArgumentType)
<CWD>/pandas/core/window/ewm.py:100:18 - error: Argument of type "float | None" cannot be assigned to parameter "x" of type "ConvertibleToFloat" in function "__new__"
  Type "float | None" is not assignable to type "ConvertibleToFloat"
    Type "None" is not assignable to type "ConvertibleToFloat"
      "None" is not assignable to "str"
      "None" is incompatible with protocol "Buffer"
        "__buffer__" is not present
      "None" is incompatible with protocol "SupportsFloat"
        "__float__" is not present
      "None" is incompatible with protocol "SupportsIndex" (reportArgumentType)
<CWD>/pandas/core/window/ewm.py:373:16 - error: Invalid conditional operand of type "numpy.bool[builtins.bool] | Series | builtins.bool"
  Method __bool__ for type "Series" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/core/window/ewm.py:913:47 - error: Argument of type "Unknown | None" cannot be assigned to parameter "_grouper" of type "BaseGrouper" in function "__init__"
  Type "Unknown | None" is not assignable to type "BaseGrouper"
    "None" is not assignable to "BaseGrouper" (reportArgumentType)
<CWD>/pandas/core/window/rolling.py
<CWD>/pandas/core/window/rolling.py:419:47 - error: Argument of type "Unknown | None" cannot be assigned to parameter "window_size" of type "int" in function "__init__"
  Type "Unknown | None" is not assignable to type "int"
    "None" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/core/window/rolling.py:1463:28 - error: Argument of type "partial[ndarray[_AnyShape, dtype[Any]]]" cannot be assigned to parameter "func" of type "(ndarray[_AnyShape, dtype[Any]], int, int) -> ndarray[_AnyShape, dtype[Any]]" in function "_apply"
  Type "partial[ndarray[_AnyShape, dtype[Any]]]" is not assignable to type "(ndarray[_AnyShape, dtype[Any]], int, int) -> ndarray[_AnyShape, dtype[Any]]"
    Parameter 2: type "int" is incompatible with type "ndarray[_AnyShape, dtype[Any]]"
      "int" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/core/window/rolling.py:2004:37 - error: Cannot assign to attribute "_win_freq_i8" for class "Rolling*"
  Type "int64 | int" is not assignable to type "int | None"
    Type "int64" is not assignable to type "int | None"
      "signedinteger[_64Bit]" is not assignable to "int"
      "signedinteger[_64Bit]" is not assignable to "None" (reportAttributeAccessIssue)
<CWD>/pandas/core/window/rolling.py:3494:25 - error: Argument of type "BaseIndexer | int | Unknown | None" cannot be assigned to parameter "window_size" of type "int | BaseIndexer" in function "__init__"
  Type "BaseIndexer | int | Unknown | None" is not assignable to type "int | BaseIndexer"
    Type "None" is not assignable to type "int | BaseIndexer"
      "None" is not assignable to "int"
      "None" is not assignable to "BaseIndexer" (reportArgumentType)
<CWD>/pandas/io/clipboard/__init__.py
<CWD>/pandas/io/clipboard/__init__.py:142:14 - error: Import "qtpy.QtWidgets" could not be resolved (reportMissingImports)
<CWD>/pandas/io/clipboard/__init__.py:147:18 - error: Import "PyQt4.QtGui" could not be resolved (reportMissingImports)
<CWD>/pandas/io/clipboard/__init__.py:560:20 - error: Import "AppKit" could not be resolved (reportMissingImports)
<CWD>/pandas/io/clipboard/__init__.py:561:20 - error: Import "Foundation" could not be resolved (reportMissingImports)
<CWD>/pandas/io/clipboard/__init__.py:582:20 - error: Import "qtpy" could not be resolved (reportMissingImports)
<CWD>/pandas/io/clipboard/__init__.py:589:28 - error: Import "PyQt4" could not be resolved (reportMissingImports)
<CWD>/pandas/io/common.py
<CWD>/pandas/io/common.py:785:17 - error: Argument of type "str | BaseBuffer" cannot be assigned to parameter "filename" of type "StrOrBytesPath" in function "__init__"
  Type "str | BaseBuffer" is not assignable to type "StrOrBytesPath"
    Type "BaseBuffer" is not assignable to type "StrOrBytesPath"
      "BaseBuffer" is not assignable to "str"
      "BaseBuffer" is not assignable to "bytes"
      "BaseBuffer" is incompatible with protocol "PathLike[str]"
        "__fspath__" is not present
      "BaseBuffer" is incompatible with protocol "PathLike[bytes]"
        "__fspath__" is not present (reportArgumentType)
<CWD>/pandas/io/common.py:786:22 - error: Argument of type "str" cannot be assigned to parameter "mode" of type "_ReadBinaryMode | _WriteBinaryMode" in function "__init__"
  Type "str" is not assignable to type "_ReadBinaryMode | _WriteBinaryMode"
    "str" is not assignable to type "Literal['']"
    "str" is not assignable to type "Literal['r']"
    "str" is not assignable to type "Literal['rb']"
    "str" is not assignable to type "Literal['w']"
    "str" is not assignable to type "Literal['wb']"
    "str" is not assignable to type "Literal['x']"
    "str" is not assignable to type "Literal['xb']"
... (reportArgumentType)
<CWD>/pandas/io/common.py:874:24 - error: Argument of type "GzipFile | BZ2File | IO[bytes] | _BytesZipFile | _BytesTarFile | LZMAFile | Any" cannot be assigned to parameter "object" of type "BaseBuffer" in function "append"
  Type "GzipFile | BZ2File | IO[bytes] | _BytesZipFile | _BytesTarFile | LZMAFile | Any" is not assignable to type "BaseBuffer"
    "GzipFile" is incompatible with protocol "BaseBuffer"
      "mode" is an incompatible type
        "object" is not assignable to "str" (reportArgumentType)
<CWD>/pandas/io/common.py:902:54 - error: Argument of type "GzipFile | BZ2File | IO[bytes] | _BytesZipFile | _BytesTarFile | LZMAFile | Any | IO[Any] | BaseBuffer" cannot be assigned to parameter "handle" of type "FilePath | BaseBuffer" in function "_is_binary_mode"
  Type "GzipFile | BZ2File | IO[bytes] | _BytesZipFile | _BytesTarFile | LZMAFile | Any | IO[Any] | BaseBuffer" is not assignable to type "FilePath | BaseBuffer"
    Type "GzipFile" is not assignable to type "FilePath | BaseBuffer"
      "GzipFile" is not assignable to "str"
      "GzipFile" is incompatible with protocol "PathLike[str]"
        "__fspath__" is not present
      "GzipFile" is incompatible with protocol "BaseBuffer"
        "mode" is an incompatible type
          "object" is not assignable to "str" (reportArgumentType)
<CWD>/pandas/io/common.py:909:33 - error: Argument of type "GzipFile | BZ2File | IO[bytes] | _BytesZipFile | _BytesTarFile | LZMAFile | Any | IO[Any] | BaseBuffer" cannot be assigned to parameter "buffer" of type "BaseBuffer" in function "__init__"
  Type "GzipFile | BZ2File | IO[bytes] | _BytesZipFile | _BytesTarFile | LZMAFile | Any | IO[Any] | BaseBuffer" is not assignable to type "BaseBuffer"
    "GzipFile" is incompatible with protocol "BaseBuffer"
      "mode" is an incompatible type
        "object" is not assignable to "str" (reportArgumentType)
<CWD>/pandas/io/common.py:992:18 - error: Argument of type "str" cannot be assigned to parameter "mode" of type "Literal['w|', 'w|xz', 'w|zst']" in function "open"
  Type "str" is not assignable to type "Literal['w|', 'w|xz', 'w|zst']"
    "str" is not assignable to type "Literal['w|']"
    "str" is not assignable to type "Literal['w|xz']"
    "str" is not assignable to type "Literal['w|zst']" (reportArgumentType)
<CWD>/pandas/io/common.py:993:21 - error: Argument of type "ReadBuffer[bytes] | WriteBuffer[bytes] | None" cannot be assigned to parameter "fileobj" of type "_Fileobj | None" in function "open"
  Type "ReadBuffer[bytes] | WriteBuffer[bytes] | None" is not assignable to type "_Fileobj | None"
    Type "ReadBuffer[bytes]" is not assignable to type "_Fileobj | None"
      "ReadBuffer[bytes]" is incompatible with protocol "_Fileobj"
        "write" is not present
        "close" is not present
      "ReadBuffer[bytes]" is not assignable to "None" (reportArgumentType)
<CWD>/pandas/io/common.py:1049:13 - error: Argument of type "FilePath | ReadBuffer[bytes] | WriteBuffer[bytes]" cannot be assigned to parameter "file" of type "StrPath | _ZipReadableTellable" in function "__init__"
  Type "FilePath | ReadBuffer[bytes] | WriteBuffer[bytes]" is not assignable to type "StrPath | _ZipReadableTellable"
    Type "WriteBuffer[bytes]" is not assignable to type "StrPath | _ZipReadableTellable"
      "WriteBuffer[bytes]" is not assignable to "str"
      "WriteBuffer[bytes]" is incompatible with protocol "PathLike[str]"
        "__fspath__" is not present
      "WriteBuffer[bytes]" is incompatible with protocol "_ZipReadableTellable"
        "read" is not present (reportArgumentType)
<CWD>/pandas/io/common.py:1049:19 - error: Argument of type "str" cannot be assigned to parameter "mode" of type "Literal['a']" in function "__init__"
  "str" is not assignable to type "Literal['a']" (reportArgumentType)
<CWD>/pandas/io/common.py:1085:32 - error: Cannot access attribute "readable" for class "BaseBuffer"
  Attribute "readable" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/common.py:1095:32 - error: Cannot access attribute "writable" for class "BaseBuffer"
  Attribute "writable" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/common.py:1161:12 - error: Type "tuple[_IOWrapper, Literal[True], list[_IOWrapper]]" is not assignable to return type "tuple[str | BaseBuffer, bool, list[BaseBuffer]]"
  Type "_IOWrapper" is not assignable to type "str | BaseBuffer"
    "_IOWrapper" is not assignable to "str"
    "_IOWrapper" is incompatible with protocol "BaseBuffer"
      "mode" is not present
      "seek" is not present
      "tell" is not present
  "_IOWrapper" is incompatible with protocol "BaseBuffer"
    "mode" is not present (reportReturnType)
<CWD>/pandas/io/excel/_base.py
<CWD>/pandas/io/excel/_base.py:493:24 - error: Argument of type "str | int | list[IntStrT@read_excel] | None" cannot be assigned to parameter "sheet_name" of type "str | int | list[int] | list[str] | None" in function "parse"
  Type "str | int | list[IntStrT@read_excel] | None" is not assignable to type "str | int | list[int] | list[str] | None"
    Type "list[IntStrT@read_excel]" is not assignable to type "str | int | list[int] | list[str] | None"
      "list[IntStrT@read_excel]" is not assignable to "str"
      "list[IntStrT@read_excel]" is not assignable to "int"
      "list[IntStrT@read_excel]" is not assignable to "list[int]"
        Type parameter "_T@list" is invariant, but "IntStrT@read_excel" is not the same as "int"
        Consider switching from "list" to "Sequence" which is covariant
      "list[IntStrT@read_excel]" is not assignable to "list[str]"
... (reportArgumentType)
<CWD>/pandas/io/excel/_base.py:496:23 - error: Argument of type "int | str | Sequence[int] | None" cannot be assigned to parameter "index_col" of type "int | Sequence[int] | None" in function "parse"
  Type "int | str | Sequence[int] | None" is not assignable to type "int | Sequence[int] | None"
    Type "str" is not assignable to type "int | Sequence[int] | None"
      "str" is not assignable to "int"
      "str" is not assignable to "Sequence[int]"
        Type parameter "_T_co@Sequence" is covariant, but "str" is not a subtype of "int"
          "str" is not assignable to "int"
      "str" is not assignable to "None" (reportArgumentType)
<CWD>/pandas/io/excel/_base.py:520:12 - error: Type "DataFrame | dict[str, DataFrame] | dict[int, DataFrame]" is not assignable to return type "DataFrame | dict[IntStrT@read_excel, DataFrame]"
  Type "DataFrame | dict[str, DataFrame] | dict[int, DataFrame]" is not assignable to type "DataFrame | dict[IntStrT@read_excel, DataFrame]"
    Type "dict[int, DataFrame]" is not assignable to type "DataFrame | dict[IntStrT@read_excel, DataFrame]"
      "dict[int, DataFrame]" is not assignable to "DataFrame"
      "dict[int, DataFrame]" is not assignable to "dict[IntStrT@read_excel, DataFrame]"
        Type parameter "_KT@dict" is invariant, but "int" is not the same as "IntStrT@read_excel" (reportReturnType)
<CWD>/pandas/io/excel/_base.py:574:27 - error: Cannot access attribute "close" for class "object*"
  Attribute "close" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/excel/_base.py:578:27 - error: Cannot access attribute "release_resources" for class "object*"
  Attribute "release_resources" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/excel/_base.py:877:28 - error: "control_row" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/excel/_base.py:1174:16 - error: Type "ExcelWriter_t | Self@ExcelWriter[_WorkbookT@ExcelWriter]" is not assignable to return type "Self@ExcelWriter[_WorkbookT@ExcelWriter]"
  Type "ExcelWriter_t | Self@ExcelWriter[_WorkbookT@ExcelWriter]" is not assignable to type "Self@ExcelWriter[_WorkbookT@ExcelWriter]" (reportReturnType)
<CWD>/pandas/io/excel/_base.py:1366:16 - error: Type "tuple[int | float | bool | Decimal | datetime | date | str, str | None]" is not assignable to return type "tuple[int | float | bool | str | datetime | date, str | None]"
  Type "int | float | bool | Decimal | datetime | date | str" is not assignable to type "int | float | bool | str | datetime | date"
    Type "Decimal" is not assignable to type "int | float | bool | str | datetime | date"
      "Decimal" is not assignable to "int"
      "Decimal" is not assignable to "float"
      "Decimal" is not assignable to "bool"
      "Decimal" is not assignable to "str"
      "Decimal" is not assignable to "datetime"
      "Decimal" is not assignable to "date" (reportReturnType)
<CWD>/pandas/io/excel/_base.py:1577:76 - error: "xlrd" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/excel/_base.py:1582:37 - error: Argument of type "Book | Unknown | str | PathLike[Unknown] | ExcelFile" cannot be assigned to parameter "content_or_path" of type "FilePath | ReadBuffer[bytes]" in function "inspect_excel_format"
  Type "Book | Unknown | str | PathLike[Unknown] | ExcelFile" is not assignable to type "FilePath | ReadBuffer[bytes]"
    Type "Book" is not assignable to type "FilePath | ReadBuffer[bytes]"
      "Book" is not assignable to "str"
      "Book" is incompatible with protocol "PathLike[str]"
        "__fspath__" is not present
      "Book" is incompatible with protocol "ReadBuffer[bytes]"
        "mode" is not present
        "seek" is not present
... (reportArgumentType)
<CWD>/pandas/io/excel/_calamine.py
<CWD>/pandas/io/excel/_calamine.py:100:9 - error: Method "get_sheet_data" overrides class "BaseExcelReader" in an incompatible manner
  Parameter 3 name mismatch: base parameter is named "rows", override parameter is named "file_rows_needed" (reportIncompatibleMethodOverride)
<CWD>/pandas/io/excel/_odfreader.py
<CWD>/pandas/io/excel/_odfreader.py:102:9 - error: Method "get_sheet_data" overrides class "BaseExcelReader" in an incompatible manner
  Parameter 3 name mismatch: base parameter is named "rows", override parameter is named "file_rows_needed" (reportIncompatibleMethodOverride)
<CWD>/pandas/io/excel/_odfreader.py:153:30 - error: Argument of type "list[list[str]]" cannot be assigned to parameter "iterable" of type "Iterable[list[Scalar | NaTType]]" in function "extend"
  "list[list[str]]" is not assignable to "Iterable[list[Scalar | NaTType]]"
    Type parameter "_T_co@Iterable" is covariant, but "list[str]" is not a subtype of "list[Scalar | NaTType]"
      "list[str]" is not assignable to "list[Scalar | NaTType]"
        Type parameter "_T@list" is invariant, but "str" is not the same as "Scalar | NaTType"
        Consider switching from "list" to "Sequence" which is covariant (reportArgumentType)
<CWD>/pandas/io/excel/_odfreader.py:215:39 - error: Cannot access attribute "time" for class "NaTType"
  Attribute "time" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/excel/_odswriter.py
<CWD>/pandas/io/excel/_odswriter.py:68:23 - error: Expected class but received "() -> Unknown" (reportGeneralTypeIssues)
<CWD>/pandas/io/excel/_openpyxl.py
<CWD>/pandas/io/excel/_openpyxl.py:614:9 - error: Method "get_sheet_data" overrides class "BaseExcelReader" in an incompatible manner
  Parameter 3 name mismatch: base parameter is named "rows", override parameter is named "file_rows_needed" (reportIncompatibleMethodOverride)
<CWD>/pandas/io/excel/_pyxlsb.py
<CWD>/pandas/io/excel/_pyxlsb.py:97:9 - error: Method "get_sheet_data" overrides class "BaseExcelReader" in an incompatible manner
  Parameter 3 name mismatch: base parameter is named "rows", override parameter is named "file_rows_needed" (reportIncompatibleMethodOverride)
<CWD>/pandas/io/excel/_xlrd.py
<CWD>/pandas/io/excel/_xlrd.py:79:9 - error: Method "get_sheet_data" overrides class "BaseExcelReader" in an incompatible manner
  Parameter 3 name mismatch: base parameter is named "rows", override parameter is named "file_rows_needed" (reportIncompatibleMethodOverride)
<CWD>/pandas/io/excel/_xlsxwriter.py
<CWD>/pandas/io/excel/_xlsxwriter.py:260:31 - error: Object of type "None" cannot be used as iterable value (reportOptionalIterable)
<CWD>/pandas/io/formats/excel.py
<CWD>/pandas/io/formats/excel.py:623:30 - error: Cannot access attribute "_format_multi" for class "Index"
  Attribute "_format_multi" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/formats/excel.py:640:40 - error: Cannot access attribute "levels" for class "Index"
  Attribute "levels" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/formats/excel.py:640:56 - error: Cannot access attribute "codes" for class "Index"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/formats/excel.py:793:44 - error: Cannot access attribute "_format_multi" for class "Index"
  Attribute "_format_multi" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/formats/excel.py:800:35 - error: Cannot access attribute "levels" for class "Index"
  Attribute "levels" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/formats/excel.py:801:35 - error: Cannot access attribute "codes" for class "Index"
  Attribute "codes" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/formats/format.py
<CWD>/pandas/io/formats/format.py:774:20 - error: No overloads for "get" match the provided arguments (reportCallIssue)
<CWD>/pandas/io/formats/format.py:774:40 - error: Argument of type "Unknown | str | int | integer[Any]" cannot be assigned to parameter "key" of type "str | int" in function "get"
  Type "Unknown | str | int | integer[Any]" is not assignable to type "str | int"
    Type "integer[Any]" is not assignable to type "str | int"
      "integer[Any]" is not assignable to "str"
      "integer[Any]" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/io/formats/format.py:1159:9 - error: Argument of type "ArrayLike | DatetimeArray | TimedeltaArray" cannot be assigned to parameter "values" of type "DatetimeArray" in function "__init__"
  Type "ArrayLike | DatetimeArray | TimedeltaArray" is not assignable to type "DatetimeArray"
    "ExtensionArray" is not assignable to "DatetimeArray" (reportArgumentType)
<CWD>/pandas/io/formats/format.py:1159:9 - error: Argument of type "ArrayLike | DatetimeArray | TimedeltaArray" cannot be assigned to parameter "values" of type "TimedeltaArray" in function "__init__"
  Type "ArrayLike | DatetimeArray | TimedeltaArray" is not assignable to type "TimedeltaArray"
    "ExtensionArray" is not assignable to "TimedeltaArray" (reportArgumentType)
<CWD>/pandas/io/formats/format.py:1160:16 - error: Argument of type "int | None" cannot be assigned to parameter "digits" of type "int" in function "__init__"
  Type "int | None" is not assignable to type "int"
    "None" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/io/formats/format.py:1266:35 - error: Object of type "str" is not callable
  Attribute "__call__" is unknown (reportCallIssue)
<CWD>/pandas/io/formats/html.py
<CWD>/pandas/io/formats/html.py:463:28 - error: "index_values" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/formats/info.py
<CWD>/pandas/io/formats/info.py:361:12 - error: Type "bool | str | None" is not assignable to return type "bool | str"
  Type "bool | str | None" is not assignable to type "bool | str"
    Type "None" is not assignable to type "bool | str"
      "None" is not assignable to "bool"
      "None" is not assignable to "str" (reportReturnType)
<CWD>/pandas/io/formats/info.py:457:14 - error: "data" overrides symbol of same name in class "_BaseInfo"
  Variable is mutable so its type is invariant
    Override type "DataFrame" is not the same as base type "DataFrame | Series" (reportIncompatibleVariableOverride)
<CWD>/pandas/io/formats/info.py:530:14 - error: "data" overrides symbol of same name in class "_BaseInfo"
  Variable is mutable so its type is invariant
    Override type "Series" is not the same as base type "DataFrame | Series" (reportIncompatibleVariableOverride)
<CWD>/pandas/io/formats/info.py:591:30 - error: Argument of type "TextIO | WriteBuffer[str] | None" cannot be assigned to parameter "buf" of type "WriteBuffer[str]" in function "buffer_put_lines"
  Type "TextIO | WriteBuffer[str] | None" is not assignable to type "WriteBuffer[str]"
    "None" is incompatible with protocol "WriteBuffer[str]"
      "write" is not present
      "flush" is not present
      "mode" is not present
      "seek" is not present
      "seekable" is not present
      "tell" is not present (reportArgumentType)
<CWD>/pandas/io/formats/info.py:788:14 - error: "info" overrides symbol of same name in class "_TableBuilderAbstract"
  Variable is mutable so its type is invariant
    Override type "DataFrameInfo" is not the same as base type "_BaseInfo" (reportIncompatibleVariableOverride)
<CWD>/pandas/io/formats/info.py:945:7 - error: Base classes for class "_DataFrameTableBuilderVerbose" define variable "info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/pandas/io/formats/info.py:1024:14 - error: "info" overrides symbol of same name in class "_TableBuilderAbstract"
  Variable is mutable so its type is invariant
    Override type "SeriesInfo" is not the same as base type "_BaseInfo" (reportIncompatibleVariableOverride)
<CWD>/pandas/io/formats/info.py:1059:7 - error: Base classes for class "_SeriesTableBuilderVerbose" define variable "info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/pandas/io/formats/printing.py
<CWD>/pandas/io/formats/printing.py:261:25 - error: "get_ipython" is not exported from module "IPython"
  Import from "IPython.core.getipython" instead (reportPrivateImportUsage)
<CWD>/pandas/io/formats/printing.py:439:20 - error: Operator "+" not supported for types "str | tuple[str, ...] | Unknown" and "LiteralString | Literal[',']"
  Operator "+" not supported for types "tuple[str, ...]" and "LiteralString"
  Operator "+" not supported for types "tuple[str, ...]" and "Literal[',']" (reportOperatorIssue)
<CWD>/pandas/io/formats/printing.py:448:20 - error: Operator "+" not supported for types "str | tuple[str, ...] | Unknown" and "LiteralString | Literal[',']"
  Operator "+" not supported for types "tuple[str, ...]" and "LiteralString"
  Operator "+" not supported for types "tuple[str, ...]" and "Literal[',']" (reportOperatorIssue)
<CWD>/pandas/io/formats/printing.py:452:53 - error: Argument of type "str | tuple[str, ...] | Unknown" cannot be assigned to parameter "value" of type "str" in function "_extend_line"
  Type "str | tuple[str, ...] | Unknown" is not assignable to type "str"
    "tuple[str, ...]" is not assignable to "str" (reportArgumentType)
<CWD>/pandas/io/formats/string.py
<CWD>/pandas/io/formats/string.py:143:31 - error: "idx" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/formats/style.py
<CWD>/pandas/io/formats/style.py:287:21 - error: Argument of type "str | None" cannot be assigned to parameter "decimal" of type "str" in function "format"
  Type "str | None" is not assignable to type "str"
    "None" is not assignable to "str" (reportArgumentType)
<CWD>/pandas/io/formats/style.py:1197:26 - error: Argument of type "bool | None" cannot be assigned to parameter "sparse_index" of type "bool" in function "_render_latex"
  Type "bool | None" is not assignable to type "bool"
    "None" is not assignable to "bool" (reportArgumentType)
<CWD>/pandas/io/formats/style.py:1198:28 - error: Argument of type "bool | None" cannot be assigned to parameter "sparse_columns" of type "bool" in function "_render_latex"
  Type "bool | None" is not assignable to type "bool"
    "None" is not assignable to "bool" (reportArgumentType)
<CWD>/pandas/io/formats/style.py:1310:28 - error: Argument of type "bool | None" cannot be assigned to parameter "sparse_columns" of type "bool" in function "_render_typst"
  Type "bool | None" is not assignable to type "bool"
    "None" is not assignable to "bool" (reportArgumentType)
<CWD>/pandas/io/formats/style.py:1311:26 - error: Argument of type "bool | None" cannot be assigned to parameter "sparse_index" of type "bool" in function "_render_typst"
  Type "bool | None" is not assignable to type "bool"
    "None" is not assignable to "bool" (reportArgumentType)
<CWD>/pandas/io/formats/style.py:1476:26 - error: Argument of type "bool | None" cannot be assigned to parameter "sparse_index" of type "bool" in function "_render_html"
  Type "bool | None" is not assignable to type "bool"
    "None" is not assignable to "bool" (reportArgumentType)
<CWD>/pandas/io/formats/style.py:1477:28 - error: Argument of type "bool | None" cannot be assigned to parameter "sparse_columns" of type "bool" in function "_render_html"
  Type "bool | None" is not assignable to type "bool"
    "None" is not assignable to "bool" (reportArgumentType)
<CWD>/pandas/io/formats/style.py:1579:28 - error: Argument of type "bool | None" cannot be assigned to parameter "sparse_columns" of type "bool" in function "_render_string"
  Type "bool | None" is not assignable to type "bool"
    "None" is not assignable to "bool" (reportArgumentType)
<CWD>/pandas/io/formats/style.py:1580:26 - error: Argument of type "bool | None" cannot be assigned to parameter "sparse_index" of type "bool" in function "_render_string"
  Type "bool | None" is not assignable to type "bool"
    "None" is not assignable to "bool" (reportArgumentType)
<CWD>/pandas/io/formats/style.py:2010:33 - error: "result" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/formats/style.py:2132:37 - error: Argument of type "Subset | Unknown | None" cannot be assigned to parameter "slice_" of type "Subset" in function "non_reducing_slice"
  Type "Subset | Unknown | None" is not assignable to type "Subset"
    Type "None" is not assignable to type "Subset"
      "None" is not assignable to "slice[Any, Any, Any]"
      "None" is not assignable to "Sequence[Unknown]"
      "None" is not assignable to "Index" (reportArgumentType)
<CWD>/pandas/io/formats/style.py:2704:25 - error: Expected mapping for dictionary unpack operator (reportGeneralTypeIssues)
<CWD>/pandas/io/formats/style.py:2711:23 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/pandas/io/formats/style.py:2711:63 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/pandas/io/formats/style.py:3954:12 - error: No overloads for "amin" match the provided arguments (reportCallIssue)
<CWD>/pandas/io/formats/style.py:3954:22 - error: Argument of type "Unknown | Sequence[Unknown] | ndarray[_AnyShape, dtype[Any]] | DataFrame | Series | None" cannot be assigned to parameter "a" of type "ArrayLike" in function "amin"
  Type "Unknown | Sequence[Unknown] | ndarray[_AnyShape, dtype[Any]] | DataFrame | Series | None" is not assignable to type "ArrayLike"
    Type "None" is not assignable to type "ArrayLike"
      "None" is incompatible with protocol "_Buffer"
        "__buffer__" is not present
      "None" is incompatible with protocol "_SupportsArray[dtype[Any]]"
        "__array__" is not present
      "None" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
        "__len__" is not present
... (reportArgumentType)
<CWD>/pandas/io/formats/style.py:3955:12 - error: No overloads for "amax" match the provided arguments (reportCallIssue)
<CWD>/pandas/io/formats/style.py:3955:22 - error: Argument of type "Unknown | Sequence[Unknown] | ndarray[_AnyShape, dtype[Any]] | DataFrame | Series | None" cannot be assigned to parameter "a" of type "ArrayLike" in function "amax"
  Type "Unknown | Sequence[Unknown] | ndarray[_AnyShape, dtype[Any]] | DataFrame | Series | None" is not assignable to type "ArrayLike"
    Type "None" is not assignable to type "ArrayLike"
      "None" is incompatible with protocol "_Buffer"
        "__buffer__" is not present
      "None" is incompatible with protocol "_SupportsArray[dtype[Any]]"
        "__array__" is not present
      "None" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
        "__len__" is not present
... (reportArgumentType)
<CWD>/pandas/io/formats/style_render.py
<CWD>/pandas/io/formats/style_render.py:144:71 - error: Argument of type "int | None" cannot be assigned to parameter "precision" of type "int" in function "_default_formatter" (reportArgumentType)
<CWD>/pandas/io/formats/style_render.py:147:71 - error: Argument of type "int | None" cannot be assigned to parameter "precision" of type "int" in function "_default_formatter" (reportArgumentType)
<CWD>/pandas/io/formats/style_render.py:150:71 - error: Argument of type "int | None" cannot be assigned to parameter "precision" of type "int" in function "_default_formatter" (reportArgumentType)
<CWD>/pandas/io/formats/style_render.py:153:71 - error: Argument of type "int | None" cannot be assigned to parameter "precision" of type "int" in function "_default_formatter" (reportArgumentType)
<CWD>/pandas/io/formats/style_render.py:156:71 - error: Argument of type "int | None" cannot be assigned to parameter "precision" of type "int" in function "_default_formatter" (reportArgumentType)
<CWD>/pandas/io/formats/style_render.py:959:28 - error: "row_body_cells" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/formats/style_render.py:1849:32 - error: "last_label" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/formats/style_render.py:1855:33 - error: "last_label" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/formats/style_render.py:1992:43 - error: Argument of type "int | None" cannot be assigned to parameter "precision" of type "int" in function "_default_formatter" (reportArgumentType)
<CWD>/pandas/io/html.py
<CWD>/pandas/io/html.py:639:9 - error: Method "_parse_td" overrides class "_HtmlFrameParser" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "obj", override parameter is named "row" (reportIncompatibleMethodOverride)
<CWD>/pandas/io/html.py:731:9 - error: Method "_parse_td" overrides class "_HtmlFrameParser" in an incompatible manner
  Parameter 2 name mismatch: base parameter is named "obj", override parameter is named "row" (reportIncompatibleMethodOverride)
<CWD>/pandas/io/html.py:736:9 - error: Method "_parse_tables" overrides class "_HtmlFrameParser" in an incompatible manner
  Parameter 4 name mismatch: base parameter is named "attrs", override parameter is named "kwargs" (reportIncompatibleMethodOverride)
<CWD>/pandas/io/json/_json.py
<CWD>/pandas/io/json/_json.py:363:42 - error: Argument of type "NDFrame" cannot be assigned to parameter "data" of type "DataFrame | Series" in function "build_table_schema"
  Type "NDFrame" is not assignable to type "DataFrame | Series"
    "NDFrame" is not assignable to "DataFrame"
    "NDFrame" is not assignable to "Series" (reportArgumentType)
<CWD>/pandas/io/json/_json.py:385:13 - error: "__setitem__" method not defined on type "NDFrame" (reportIndexIssue)
<CWD>/pandas/io/json/_json.py:955:16 - error: "obj" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/json/_json.py:978:60 - error: Argument of type "str | _NoDefault" cannot be assigned to parameter "dtype_backend" of type "DtypeBackend | Literal['numpy', _NoDefault.no_default]" in function "arrow_table_to_pandas"
  Type "str | _NoDefault" is not assignable to type "DtypeBackend | Literal['numpy', _NoDefault.no_default]"
    Type "_NoDefault" is not assignable to type "DtypeBackend | Literal['numpy', _NoDefault.no_default]"
      "_NoDefault" is not assignable to "Literal['pyarrow']"
      "_NoDefault" is not assignable to "Literal['numpy_nullable']"
      "_NoDefault" is not assignable to "Literal['numpy']"
      "_NoDefault" is not assignable to type "NoDefault" (reportArgumentType)
<CWD>/pandas/io/json/_json.py:1003:56 - error: Argument of type "str" cannot be assigned to parameter "dtype_backend" of type "DtypeBackend" in function "convert_dtypes"
  Type "str" is not assignable to type "DtypeBackend"
    "str" is not assignable to type "Literal['pyarrow']"
    "str" is not assignable to type "Literal['numpy_nullable']" (reportArgumentType)
<CWD>/pandas/io/json/_json.py:1081:56 - error: Argument of type "str" cannot be assigned to parameter "dtype_backend" of type "DtypeBackend" in function "convert_dtypes"
  Type "str" is not assignable to type "DtypeBackend"
    "str" is not assignable to type "Literal['pyarrow']"
    "str" is not assignable to type "Literal['numpy_nullable']" (reportArgumentType)
<CWD>/pandas/io/json/_normalize.py
<CWD>/pandas/io/json/_normalize.py:481:16 - error: Invalid conditional operand of type "bool | NDArray[bool_] | NDFrame"
  Method __bool__ for type "NDFrame" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
<CWD>/pandas/io/json/_normalize.py:615:37 - error: Argument of type "list[Unknown]" cannot be assigned to parameter "repeats" of type "int" in function "repeat"
  "list[Unknown]" is not assignable to "int" (reportArgumentType)
<CWD>/pandas/io/parquet.py
<CWD>/pandas/io/parquet.py:236:33 - error: Argument of type "ParquetCompressionOptions" cannot be assigned to parameter "compression" of type "str" in function "write_table"
  Type "ParquetCompressionOptions" is not assignable to type "str"
    "None" is not assignable to "str" (reportArgumentType)
<CWD>/pandas/io/parsers/arrow_parser_wrapper.py
<CWD>/pandas/io/parsers/arrow_parser_wrapper.py:184:30 - error: Operator "+" not supported for types "list[str]" and "range | Unknown"
  Operator "+" not supported for types "list[str]" and "range" (reportOperatorIssue)
<CWD>/pandas/io/parsers/arrow_parser_wrapper.py:201:43 - error: Cannot access attribute "get" for class "dtype[Any]"
  Attribute "get" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/parsers/arrow_parser_wrapper.py:201:43 - error: Cannot access attribute "get" for class "ExtensionDtype"
  Attribute "get" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/parsers/arrow_parser_wrapper.py:202:39 - error: Cannot access attribute "get" for class "dtype[Any]"
  Attribute "get" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/parsers/arrow_parser_wrapper.py:202:39 - error: Cannot access attribute "get" for class "ExtensionDtype"
  Attribute "get" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/parsers/arrow_parser_wrapper.py:203:63 - error: Cannot access attribute "get" for class "dtype[Any]"
  Attribute "get" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/parsers/arrow_parser_wrapper.py:203:63 - error: Cannot access attribute "get" for class "ExtensionDtype"
  Attribute "get" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/parsers/arrow_parser_wrapper.py:207:29 - error: "__delitem__" method not defined on type "dtype[Any]" (reportIndexIssue)
<CWD>/pandas/io/parsers/arrow_parser_wrapper.py:207:29 - error: "__delitem__" method not defined on type "ExtensionDtype" (reportIndexIssue)
<CWD>/pandas/io/parsers/base_parser.py
<CWD>/pandas/io/parsers/base_parser.py:243:37 - error: Argument of type "int | integer[Any]" cannot be assigned to parameter "object" of type "tuple[Any, ...]" in function "insert"
  Type "int | integer[Any]" is not assignable to type "tuple[Any, ...]"
    "int" is not assignable to "tuple[Any, ...]" (reportArgumentType)
<CWD>/pandas/io/parsers/base_parser.py:376:22 - error: Operator "|" not supported for types "Unknown | set[str] | set[Unknown] | dict[Unknown, Unknown]" and "Unknown | set[Unknown]"
  Operator "|" not supported for types "dict[Unknown, Unknown]" and "set[Unknown]" (reportOperatorIssue)
<CWD>/pandas/io/parsers/base_parser.py:432:20 - error: Type "int | integer[Any]" is not assignable to return type "int"
  Type "int | integer[Any]" is not assignable to type "int"
    "integer[Any]" is not assignable to "int" (reportReturnType)
<CWD>/pandas/io/parsers/c_parser_wrapper.py
<CWD>/pandas/io/parsers/c_parser_wrapper.py:137:46 - error: Argument of type "set[int]" cannot be assigned to parameter "usecols" of type "SequenceT@_validate_usecols_names" in function "_validate_usecols_names"
  Type "set[int]" is not assignable to type "Sequence[Hashable]"
    "set[int]" is not assignable to "Sequence[Hashable]" (reportArgumentType)
<CWD>/pandas/io/parsers/c_parser_wrapper.py:148:21 - error: Argument of type "set[int]" cannot be assigned to parameter "usecols" of type "SequenceT@_validate_usecols_names" in function "_validate_usecols_names"
  Type "set[int]" is not assignable to type "Sequence[Hashable]"
    "set[int]" is not assignable to "Sequence[Hashable]" (reportArgumentType)
<CWD>/pandas/io/parsers/c_parser_wrapper.py:195:47 - error: Object of type "None" cannot be used as iterable value (reportOptionalIterable)
<CWD>/pandas/io/parsers/c_parser_wrapper.py:198:13 - error: Argument of type "Sequence[Hashable] | list[int] | list[Hashable] | list[Unknown] | None" cannot be assigned to parameter "names" of type "Sequence[Hashable]" in function "_set_noconvert_dtype_columns"
  Type "Sequence[Hashable] | list[int] | list[Hashable] | list[Unknown] | None" is not assignable to type "Sequence[Hashable]"
    "None" is not assignable to "Sequence[Hashable]" (reportArgumentType)
<CWD>/pandas/io/parsers/c_parser_wrapper.py:217:52 - error: Argument of type "Sequence[Hashable] | list[int] | list[Hashable] | list[Unknown] | None" cannot be assigned to parameter "column_names" of type "list[str]" in function "_concatenate_chunks"
  Type "Sequence[Hashable] | list[int] | list[Hashable] | list[Unknown] | None" is not assignable to type "list[str]"
    "Sequence[Hashable]" is not assignable to "list[str]" (reportArgumentType)
<CWD>/pandas/io/parsers/c_parser_wrapper.py:240:57 - error: Argument of type "list[Hashable] | MultiIndex" cannot be assigned to parameter "names" of type "SequenceT@_filter_usecols" in function "_filter_usecols"
  Type "list[Hashable] | MultiIndex" is not assignable to type "Sequence[Hashable]"
    Type "list[Hashable] | MultiIndex" is not assignable to type "Sequence[Hashable]"
      "MultiIndex" is not assignable to "Sequence[Hashable]" (reportArgumentType)
<CWD>/pandas/io/parsers/c_parser_wrapper.py:289:51 - error: Argument of type "Sequence[Hashable] | list[int] | list[Hashable] | list[Unknown] | None" cannot be assigned to parameter "names" of type "SequenceT@_filter_usecols" in function "_filter_usecols"
  Type "Sequence[Hashable] | list[int] | list[Hashable] | list[Unknown] | None" is not assignable to type "Sequence[Hashable]"
    Type "Sequence[Hashable] | list[int] | list[Hashable] | list[Unknown] | None" is not assignable to type "Sequence[Hashable]"
      "None" is not assignable to "Sequence[Hashable]" (reportArgumentType)
<CWD>/pandas/io/parsers/python_parser.py
<CWD>/pandas/io/parsers/python_parser.py:174:27 - error: "orig_names" overrides symbol of same name in class "ParserBase"
  Variable is mutable so its type is invariant
    Override type "list[Hashable]" is not the same as base type "Sequence[Hashable] | None" (reportIncompatibleVariableOverride)
<CWD>/pandas/io/pytables.py
<CWD>/pandas/io/pytables.py:412:17 - error: Type "list[Term | Unknown] | Term | str | None" is not assignable to declared type "str | list[Unknown] | None"
  Type "list[Term | Unknown] | Term | str | None" is not assignable to type "str | list[Unknown] | None"
    Type "Term" is not assignable to type "str | list[Unknown] | None"
      "PyTablesExpr" is not assignable to "str"
      "PyTablesExpr" is not assignable to "list[Unknown]"
      "PyTablesExpr" is not assignable to "None" (reportAssignmentType)
<CWD>/pandas/io/pytables.py:483:8 - error: Operator "<=" not supported for types "int | Unknown | None" and "int | Unknown | None"
  Operator "<=" not supported for types "None" and "None"
  Operator "<=" not supported for types "None" and "int"
  Operator "<=" not supported for types "int" and "None" (reportOperatorIssue)
<CWD>/pandas/io/pytables.py:487:11 - error: Operator ">" not supported for "None" (reportOptionalOperand)
<CWD>/pandas/io/pytables.py:639:30 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/pandas/io/pytables.py:1281:13 - error: "s" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/pytables.py:1285:16 - error: "s" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/pytables.py:1287:16 - error: "s" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/pytables.py:1411:20 - error: Argument of type "bool | None" cannot be assigned to parameter "dropna" of type "bool" in function "_write_to_group"
  Type "bool | None" is not assignable to type "bool"
    "None" is not assignable to "bool" (reportArgumentType)
<CWD>/pandas/io/pytables.py:1736:25 - error: Argument of type "TableIterator | Unknown" cannot be assigned to parameter "value" of type "DataFrame | Series" in function "append"
  Type "TableIterator | Unknown" is not assignable to type "DataFrame | Series"
    Type "TableIterator" is not assignable to type "DataFrame | Series"
      "TableIterator" is not assignable to "DataFrame"
      "TableIterator" is not assignable to "Series" (reportArgumentType)
<CWD>/pandas/io/pytables.py:1742:38 - error: Argument of type "TableIterator | Unknown" cannot be assigned to parameter "value" of type "DataFrame | Series" in function "put"
  Type "TableIterator | Unknown" is not assignable to type "DataFrame | Series"
    Type "TableIterator" is not assignable to type "DataFrame | Series"
      "TableIterator" is not assignable to "DataFrame"
      "TableIterator" is not assignable to "Series" (reportArgumentType)
<CWD>/pandas/io/pytables.py:1941:64 - error: Argument of type "Unknown | None" cannot be assigned to parameter "encoding" of type "str" in function "_create_storer"
  Type "Unknown | None" is not assignable to type "str"
    "None" is not assignable to "str" (reportArgumentType)
<CWD>/pandas/io/pytables.py:2017:16 - error: "group" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/pytables.py:2091:15 - error: Operator "<" not supported for types "Unknown | int | None" and "Unknown | int | None"
  Operator "<" not supported for types "None" and "int"
  Operator "<" not supported for types "None" and "None"
  Operator "<" not supported for types "int" and "None" (reportOperatorIssue)
<CWD>/pandas/io/pytables.py:2092:50 - error: Argument of type "Unknown | int | None" cannot be assigned to parameter "arg2" of type "SupportsRichComparisonT@min" in function "min"
  Type "Unknown | int | None" is not assignable to type "SupportsRichComparison"
    Type "Unknown | int | None" is not assignable to type "SupportsRichComparison"
      Type "None" is not assignable to type "SupportsRichComparison"
        "None" is incompatible with protocol "SupportsDunderLT[Any]"
          "__lt__" is not present
        "None" is incompatible with protocol "SupportsDunderGT[Any]"
          "__gt__" is not present (reportArgumentType)
<CWD>/pandas/io/pytables.py:2093:43 - error: "__getitem__" method not defined on type "bool" (reportIndexIssue)
<CWD>/pandas/io/pytables.py:2196:25 - error: "itemsize" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/io/pytables.py:2237:35 - error: "cols" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/io/pytables.py:2254:41 - error: Argument of type "Unknown | None" cannot be assigned to parameter "val_kind" of type "str" in function "_maybe_convert"
  Type "Unknown | None" is not assignable to type "str"
    "None" is not assignable to "str" (reportArgumentType)
<CWD>/pandas/io/pytables.py:2329:16 - error: No overloads for "iter" match the provided arguments (reportCallIssue)
<CWD>/pandas/io/pytables.py:2329:21 - error: Argument of type "Unknown | None" cannot be assigned to parameter "object" of type "_GetItemIterable[_T@iter]" in function "iter"
  Type "Unknown | None" is not assignable to type "_GetItemIterable[_T@iter]"
    "None" is incompatible with protocol "_GetItemIterable[_T@iter]"
      "__getitem__" is not present (reportArgumentType)
<CWD>/pandas/io/pytables.py:2341:54 - error: "itemsize" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/io/pytables.py:2622:16 - error: Arguments missing for parameters "dflt", "dtype", "itemsize", "kind", "type" (reportCallIssue)
<CWD>/pandas/io/pytables.py:2645:72 - error: Argument of type "Unknown | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@list]" in function "__init__"
  Type "Unknown | None" is not assignable to type "Iterable[_T@list]"
    "None" is incompatible with protocol "Iterable[_T@list]"
      "__iter__" is not present (reportArgumentType)
<CWD>/pandas/io/pytables.py:2654:9 - error: Method "convert" overrides class "IndexCol" in an incompatible manner
  Return type mismatch: base method returns type "tuple[ndarray[_AnyShape, dtype[Any]], ndarray[_AnyShape, dtype[Any]]] | tuple[Index, Index]", override returns type "tuple[Unknown | None, ndarray[_AnyShape, dtype[Any]] | DatetimeArray | Categorical | Unknown]"
    Type "tuple[Unknown | None, ndarray[_AnyShape, dtype[Any]] | DatetimeArray | Categorical | Unknown]" is not assignable to type "tuple[ndarray[_AnyShape, dtype[Any]], ndarray[_AnyShape, dtype[Any]]] | tuple[Index, Index]"
      "tuple[Unknown | None, ndarray[_AnyShape, dtype[Any]] | DatetimeArray | Categorical | Unknown]" is not assignable to "tuple[ndarray[_AnyShape, dtype[Any]], ndarray[_AnyShape, dtype[Any]]]"
        Tuple entry 1 is incorrect type
          Type "Unknown | None" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
      "tuple[Unknown | None, ndarray[_AnyShape, dtype[Any]] | DatetimeArray | Categorical | Unknown]" is not assignable to "tuple[Index, Index]"
        Tuple entry 1 is incorrect type
          Type "Unknown | None" is not assignable to type "Index" (reportIncompatibleMethodOverride)
<CWD>/pandas/io/pytables.py:2700:12 - error: Expected 1 more positional argument (reportCallIssue)
<CWD>/pandas/io/pytables.py:2700:18 - error: Cannot access attribute "startswith" for class "ExtensionDtype"
  Attribute "startswith" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:2700:18 - error: Cannot access attribute "startswith" for class "dtype[Any]"
  Attribute "startswith" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:2700:18 - error: Cannot access attribute "startswith" for class "type[complex]"
  Attribute "startswith" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:2700:18 - error: Cannot access attribute "startswith" for class "type[bool]"
  Attribute "startswith" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:2700:18 - error: Cannot access attribute "startswith" for class "type[object]"
  Attribute "startswith" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:2700:18 - error: Cannot access attribute "startswith" for class "Mapping[Hashable, Dtype]"
  Attribute "startswith" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:2702:48 - error: Argument of type "DtypeArg | LiteralString" cannot be assigned to parameter "datetime64_dtype" of type "str" in function "_set_tz"
  Type "DtypeArg | LiteralString" is not assignable to type "str"
    "ExtensionDtype" is not assignable to "str" (reportArgumentType)
<CWD>/pandas/io/pytables.py:2742:29 - error: No overloads for "astype" match the provided arguments (reportCallIssue)
<CWD>/pandas/io/pytables.py:2742:46 - error: Argument of type "DtypeArg | LiteralString" cannot be assigned to parameter "dtype" of type "DTypeLike" in function "astype"
  Type "DtypeArg | LiteralString" is not assignable to type "DTypeLike"
    Type "ExtensionDtype" is not assignable to type "DTypeLike"
      "ExtensionDtype" is not assignable to "type[Any]"
      "ExtensionDtype" is not assignable to "dtype[Any]"
      "ExtensionDtype" is incompatible with protocol "_SupportsDType[dtype[Any]]"
        "dtype" is not present
      "ExtensionDtype" is not assignable to "tuple[_DTypeLikeNested, _DTypeLikeNested]"
      "ExtensionDtype" is not assignable to "list[Any]"
... (reportArgumentType)
<CWD>/pandas/io/pytables.py:2749:17 - error: Argument of type "DatetimeArray | NDArray[Any] | Categorical | Unknown" cannot be assigned to parameter "data" of type "ndarray[_AnyShape, dtype[Any]]" in function "_unconvert_string_array"
  Type "DatetimeArray | NDArray[Any] | Categorical | Unknown" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "Categorical" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/io/pytables.py:2778:16 - error: Arguments missing for parameters "dflt", "dtype", "itemsize", "kind", "shape", "type" (reportCallIssue)
<CWD>/pandas/io/pytables.py:3086:31 - error: Argument of type "_Array1D[float64] | Any" cannot be assigned to parameter "values" of type "NDArray[int64]" in function "_set_tz"
  Type "_Array1D[float64] | Any" is not assignable to type "NDArray[int64]"
    "ndarray[tuple[int], dtype[float64]]" is not assignable to "ndarray[_AnyShape, dtype[int64]]"
      Type parameter "_DTypeT_co@ndarray" is covariant, but "dtype[float64]" is not a subtype of "dtype[int64]"
        "dtype[float64]" is not assignable to "dtype[int64]"
          Type parameter "_ScalarT_co@dtype" is covariant, but "float64" is not a subtype of "int64" (reportArgumentType)
<CWD>/pandas/io/pytables.py:3092:24 - error: Cannot access attribute "T" for class "list[Unknown]"
  Attribute "T" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:3118:35 - error: Argument of type "Unknown | None" cannot be assigned to parameter "obj" of type "AnyArrayLike" in function "write_array"
  Type "Unknown | None" is not assignable to type "AnyArrayLike"
    Type "None" is not assignable to type "AnyArrayLike"
      "None" is not assignable to "ExtensionArray"
      "None" is not assignable to "ndarray[_AnyShape, dtype[Any]]"
      "None" is not assignable to "Index"
      "None" is not assignable to "Series" (reportArgumentType)
<CWD>/pandas/io/pytables.py:3146:41 - error: Argument of type "Unknown | None" cannot be assigned to parameter "obj" of type "AnyArrayLike" in function "write_array"
  Type "Unknown | None" is not assignable to type "AnyArrayLike"
    Type "None" is not assignable to type "AnyArrayLike"
      "None" is not assignable to "ExtensionArray"
      "None" is not assignable to "ndarray[_AnyShape, dtype[Any]]"
      "None" is not assignable to "Index"
      "None" is not assignable to "Series" (reportArgumentType)
<CWD>/pandas/io/pytables.py:3184:16 - error: "__getitem__" method not defined on type "Node" (reportIndexIssue)
<CWD>/pandas/io/pytables.py:3253:12 - error: Operator "in" not supported for types "str" and "Node" (reportOperatorIssue)
<CWD>/pandas/io/pytables.py:3289:45 - error: Argument of type "AnyArrayLike | Any" cannot be assigned to parameter "value" of type "ArrayLike" in function "write_array_empty"
  Type "AnyArrayLike | Any" is not assignable to type "ArrayLike"
    Type "Index" is not assignable to type "ArrayLike"
      "Index" is not assignable to "ExtensionArray"
      "Index" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/io/pytables.py:3333:41 - error: Argument of type "AnyArrayLike | Any" cannot be assigned to parameter "value" of type "ArrayLike" in function "write_array_empty"
  Type "AnyArrayLike | Any" is not assignable to type "ArrayLike"
    Type "Index" is not assignable to type "ArrayLike"
      "Index" is not assignable to "ExtensionArray"
      "Index" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/io/pytables.py:3349:36 - error: Cannot access attribute "values" for class "Node"
  Attribute "values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:3409:31 - error: Cannot access attribute "block0_values" for class "Node"
  Attribute "block0_values" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:3444:64 - error: "_start" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/pytables.py:3444:77 - error: "_stop" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/pytables.py:3447:35 - error: Cannot access attribute "T" for class "list[Unknown]"
  Attribute "T" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:3516:5 - error: Declaration "levels" is obscured by a declaration of the same name (reportRedeclaration)
<CWD>/pandas/io/pytables.py:3516:36 - error: Type "Literal[1]" is not assignable to declared type "list[Hashable]"
  "Literal[1]" is not assignable to "list[Hashable]" (reportAssignmentType)
<CWD>/pandas/io/pytables.py:3635:16 - error: Type "int_" is not assignable to return type "int"
  "signedinteger[_NBitIntP]" is not assignable to "int" (reportReturnType)
<CWD>/pandas/io/pytables.py:3640:16 - error: Operator "in" not supported for types "Literal['table']" and "Node" (reportOperatorIssue)
<CWD>/pandas/io/pytables.py:3666:24 - error: Argument of type "Unknown | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
  Type "Unknown | None" is not assignable to type "Sized"
    "None" is incompatible with protocol "Sized"
      "__len__" is not present (reportArgumentType)
<CWD>/pandas/io/pytables.py:3678:22 - error: Argument of type "Unknown | None" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
  Type "Unknown | None" is not assignable to type "ConvertibleToInt"
    Type "None" is not assignable to type "ConvertibleToInt"
      "None" is not assignable to "str"
      "None" is incompatible with protocol "Buffer"
        "__buffer__" is not present
      "None" is incompatible with protocol "SupportsInt"
        "__int__" is not present
      "None" is incompatible with protocol "SupportsIndex"
... (reportArgumentType)
<CWD>/pandas/io/pytables.py:3678:22 - error: Argument of type "Unknown | None" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
  Type "Unknown | None" is not assignable to type "ConvertibleToInt"
    Type "None" is not assignable to type "ConvertibleToInt"
      "None" is not assignable to "str"
      "None" is incompatible with protocol "Buffer"
        "__buffer__" is not present
      "None" is incompatible with protocol "SupportsInt"
        "__int__" is not present
      "None" is incompatible with protocol "SupportsIndex" (reportArgumentType)
<CWD>/pandas/io/pytables.py:4135:13 - error: No overloads for "__getitem__" match the provided arguments (reportCallIssue)
<CWD>/pandas/io/pytables.py:4135:13 - error: Argument of type "Unknown | AxisInt | None" cannot be assigned to parameter "s" of type "slice[Any, Any, Any]" in function "__getitem__"
  Type "Unknown | AxisInt | None" is not assignable to type "slice[Any, Any, Any]"
    "int" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
<CWD>/pandas/io/pytables.py:4136:40 - error: Argument of type "Unknown | AxisInt | None" cannot be assigned to parameter "axis" of type "Axis" in function "_get_axis_name"
  Type "Unknown | AxisInt | None" is not assignable to type "Axis"
    Type "None" is not assignable to type "Axis"
      "None" is not assignable to "int"
      "None" is not assignable to "Literal['index']"
      "None" is not assignable to "Literal['columns']"
      "None" is not assignable to "Literal['rows']" (reportArgumentType)
<CWD>/pandas/io/pytables.py:4207:25 - error: Argument of type "Index" cannot be assigned to parameter "columns" of type "list[str]" in function "_maybe_convert_for_string_atom"
  "Index" is not assignable to "list[str]" (reportArgumentType)
<CWD>/pandas/io/pytables.py:4215:45 - error: Cannot access attribute "tz" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "tz" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:4215:45 - error: Cannot access attribute "tz" for class "ExtensionArray"
  Attribute "tz" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:4215:45 - error: Cannot access attribute "tz" for class "ndarray[tuple[()], dtype[Any]]"
  Attribute "tz" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:4219:42 - error: Cannot access attribute "ordered" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "ordered" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:4219:42 - error: Cannot access attribute "ordered" for class "ExtensionArray"
  Attribute "ordered" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:4219:42 - error: Cannot access attribute "ordered" for class "ndarray[tuple[()], dtype[Any]]"
  Attribute "ordered" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:4221:54 - error: Cannot access attribute "categories" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:4221:54 - error: Cannot access attribute "categories" for class "ExtensionArray"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:4221:54 - error: Cannot access attribute "categories" for class "ndarray[tuple[()], dtype[Any]]"
  Attribute "categories" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:4383:23 - error: "process_filter" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/pytables.py:4563:28 - error: Argument of type "Unknown | None" cannot be assigned to parameter "fletcher32" of type "bool" in function "create_description"
  Type "Unknown | None" is not assignable to type "bool"
    "None" is not assignable to "bool" (reportArgumentType)
<CWD>/pandas/io/pytables.py:4598:37 - error: Cannot access attribute "all" for class "bool"
  Attribute "all" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:4768:9 - error: Method "read" overrides class "Fixed" in an incompatible manner
  Return type mismatch: base method returns type "Series | DataFrame", override returns type "DataFrame | None"
    Type "DataFrame | None" is not assignable to type "Series | DataFrame"
      Type "None" is not assignable to type "Series | DataFrame"
        "None" is not assignable to "Series"
        "None" is not assignable to "DataFrame" (reportIncompatibleMethodOverride)
<CWD>/pandas/io/pytables.py:4895:9 - error: Method "read" overrides class "AppendableFrameTable" in an incompatible manner
  Return type mismatch: base method returns type "DataFrame | None", override returns type "Series"
    Type "Series" is not assignable to type "DataFrame | None"
      "Series" is not assignable to "None"
      "Series" is not assignable to "DataFrame" (reportIncompatibleMethodOverride)
<CWD>/pandas/io/pytables.py:4910:15 - error: "set_index" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/io/pytables.py:4912:15 - error: "iloc" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/io/pytables.py:5038:17 - error: "set_index" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/io/pytables.py:5205:27 - error: Cannot access attribute "to_numpy" for class "ndarray[_AnyShape, dtype[Any]]"
  Attribute "to_numpy" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/pytables.py:5506:26 - error: No overloads for "generate" match the provided arguments (reportCallIssue)
<CWD>/pandas/io/pytables.py:5506:40 - error: Argument of type "Unknown | NDArray[Any] | None" cannot be assigned to parameter "where" of type "None" in function "generate"
  Type "Unknown | NDArray[Any] | None" is not assignable to type "None"
    "ndarray[_AnyShape, dtype[Any]]" is not assignable to "None" (reportArgumentType)
<CWD>/pandas/io/sas/sas_xport.py
<CWD>/pandas/io/sas/sas_xport.py:491:32 - error: "v" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/sql.py
<CWD>/pandas/io/sql.py:1036:31 - error: "copy" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/io/sql.py:1045:43 - error: "columns" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/io/sql.py:1051:43 - error: "items" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/io/sql.py:1056:51 - error: Cannot access attribute "pyarrow_dtype" for class "dtype[Any]"
  Attribute "pyarrow_dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:1056:51 - error: Cannot access attribute "pyarrow_dtype" for class "ExtensionDtype"
  Attribute "pyarrow_dtype" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:1100:21 - error: Argument of type "Unknown | DataFrame | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
  Type "Unknown | DataFrame | None" is not assignable to type "Sized"
    "None" is incompatible with protocol "Sized"
      "__len__" is not present (reportArgumentType)
<CWD>/pandas/io/sql.py:1311:26 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/pandas/io/sql.py:1320:21 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/pandas/io/sql.py:1333:21 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/pandas/io/sql.py:1336:21 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/pandas/io/sql.py:1340:41 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/pandas/io/sql.py:1342:21 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/pandas/io/sql.py:1346:25 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/pandas/io/sql.py:1668:9 - error: Method "execute" overrides class "PandasSQL" in an incompatible manner
  Return type mismatch: base method returns type "None", override returns type "Unknown | CursorResult[Any]"
    Type "Unknown | CursorResult[Any]" is not assignable to type "None"
      "CursorResult[Any]" is not assignable to "None" (reportIncompatibleMethodOverride)
<CWD>/pandas/io/sql.py:1679:20 - error: No overloads for "execute" match the provided arguments (reportCallIssue)
<CWD>/pandas/io/sql.py:1679:37 - error: Argument of type "str | Select[Unknown] | TextClause | Delete" cannot be assigned to parameter "statement" of type "Executable" in function "execute"
  Type "str | Select[Unknown] | TextClause | Delete" is not assignable to type "Executable"
    "str" is not assignable to "Executable" (reportArgumentType)
<CWD>/pandas/io/sql.py:1679:37 - error: Argument of type "str | Select[Unknown] | TextClause | Delete" cannot be assigned to parameter "statement" of type "str" in function "exec_driver_sql"
  Type "str | Select[Unknown] | TextClause | Delete" is not assignable to type "str"
    "Delete" is not assignable to "str" (reportArgumentType)
<CWD>/pandas/io/sql.py:1914:39 - error: Cannot access attribute "items" for class "ExtensionDtype"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:1914:39 - error: Cannot access attribute "items" for class "str"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:1914:39 - error: Cannot access attribute "items" for class "dtype[Any]"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:1914:39 - error: Cannot access attribute "items" for class "type[str]"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:1914:39 - error: Cannot access attribute "items" for class "type[complex]"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:1914:39 - error: Cannot access attribute "items" for class "type[bool]"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:1914:39 - error: Cannot access attribute "items" for class "type[object]"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:1914:39 - error: "items" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/io/sql.py:2548:42 - error: "columns" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/io/sql.py:2866:39 - error: Cannot access attribute "items" for class "ExtensionDtype"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:2866:39 - error: Cannot access attribute "items" for class "str"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:2866:39 - error: Cannot access attribute "items" for class "dtype[Any]"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:2866:39 - error: Cannot access attribute "items" for class "type[str]"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:2866:39 - error: Cannot access attribute "items" for class "type[complex]"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:2866:39 - error: Cannot access attribute "items" for class "type[bool]"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:2866:39 - error: Cannot access attribute "items" for class "type[object]"
  Attribute "items" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/io/sql.py:2866:39 - error: "items" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/pandas/io/stata.py
<CWD>/pandas/io/stata.py:1092:19 - error: No overloads for "get_handle" match the provided arguments (reportCallIssue)
<CWD>/pandas/io/stata.py:1097:25 - error: Argument of type "CompressionDict | str | None" cannot be assigned to parameter "compression" of type "CompressionOptions" in function "get_handle"
  Type "CompressionDict | str | None" is not assignable to type "CompressionOptions"
    Type "str" is not assignable to type "CompressionOptions"
      "str" is not assignable to "dict[str, Any]"
      "str" is not assignable to "None"
      "str" is not assignable to type "Literal['infer']"
      "str" is not assignable to type "Literal['gzip']"
      "str" is not assignable to type "Literal['bz2']"
      "str" is not assignable to type "Literal['zip']"
... (reportArgumentType)
<CWD>/pandas/io/stata.py:2879:14 - error: No overloads for "get_handle" match the provided arguments (reportCallIssue)
<CWD>/pandas/io/stata.py:2882:25 - error: Argument of type "CompressionDict | str | None" cannot be assigned to parameter "compression" of type "CompressionOptions" in function "get_handle"
  Type "CompressionDict | str | None" is not assignable to type "CompressionOptions"
    Type "str" is not assignable to type "CompressionOptions"
      "str" is not assignable to "dict[str, Any]"
      "str" is not assignable to "None"
      "str" is not assignable to type "Literal['infer']"
      "str" is not assignable to type "Literal['gzip']"
      "str" is not assignable to type "Literal['bz2']"
      "str" is not assignable to type "Literal['zip']"
... (reportArgumentType)
<CWD>/pandas/io/stata.py:3844:5 - error: "_encoding" overrides symbol of same name in class "StataWriter"
  Variable is mutable so its type is invariant
    Override type "Literal['utf-8']" is not the same as base type "Literal['latin-1', 'utf-8']" (reportIncompatibleVariableOverride)
<CWD>/pandas/io/xml.py
<CWD>/pandas/io/xml.py:46:22 - error: "etree" is unknown import symbol (reportAttributeAccessIssue)
<CWD>/pandas/io/xml.py:440:31 - error: "elems" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/io/xml.py:559:31 - error: "elems" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/plotting/_core.py
<CWD>/pandas/plotting/_core.py:2218:20 - error: "module" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/plotting/_core.py:2221:20 - error: "module" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/pandas/plotting/_matplotlib/boxplot.py
<CWD>/pandas/plotting/_matplotlib/boxplot.py:164:9 - error: Method "_get_colors" overrides class "MPLPlot" in an incompatible manner
  Return type mismatch: base method returns type "list[MatplotlibColor]", override returns type "None"
    "None" is not assignable to "list[MatplotlibColor]" (reportIncompatibleMethodOverride)
<CWD>/pandas/plotting/_matplotlib/boxplot.py:278:13 - error: "artist" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/boxplot.py:280:13 - error: "artist" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/boxplot.py:282:13 - error: "artist" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/boxplot.py:284:13 - error: "artist" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/boxplot.py:338:14 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/pandas/plotting/_matplotlib/boxplot.py:338:27 - error: Argument of type "list[Unknown | None] | list[Unknown] | tuple[Unknown, ...] | Unknown | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
  Type "list[Unknown | None] | list[Unknown] | tuple[Unknown, ...] | Unknown | None" is not assignable to type "Sized"
    "None" is incompatible with protocol "Sized"
      "__len__" is not present (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/converter.py
<CWD>/pandas/plotting/_matplotlib/converter.py:157:9 - error: Method "convert" overrides class "ConversionInterface" in an incompatible manner
  Parameter 1 name mismatch: base parameter is named "obj", override parameter is named "value" (reportIncompatibleMethodOverride)
<CWD>/pandas/plotting/_matplotlib/converter.py:227:9 - error: Method "convert" overrides class "DateConverter" in an incompatible manner
  Parameter 1 name mismatch: base parameter is named "value", override parameter is named "values" (reportIncompatibleMethodOverride)
<CWD>/pandas/plotting/_matplotlib/converter.py:291:9 - error: Method "convert" overrides class "DateConverter" in an incompatible manner
  Parameter 1 name mismatch: base parameter is named "value", override parameter is named "values" (reportIncompatibleMethodOverride)
<CWD>/pandas/plotting/_matplotlib/converter.py:342:9 - error: Method "axisinfo" overrides class "DateConverter" in an incompatible manner
  Base method is declared as an instance method but override is not
  Positional parameter count mismatch; base method has 3, but override has 2
  Parameter 1 name mismatch: base parameter is named "self", override parameter is named "unit"
  Parameter 2 name mismatch: base parameter is named "unit", override parameter is named "axis"
  Parameter 3 mismatch: base parameter "axis" is keyword parameter, override parameter is position-only (reportIncompatibleMethodOverride)
<CWD>/pandas/plotting/_matplotlib/core.py
<CWD>/pandas/plotting/_matplotlib/core.py:111:24 - error: "colors" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/core.py:541:23 - error: Cannot access attribute "right_ax" for class "Axes"
  Attribute "right_ax" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/core.py:709:33 - error: Argument of type "list[str]" cannot be assigned to parameter "iterable" of type "Iterable[type[number[Any, int | float | complex]]]" in function "extend"
  Type "Literal['object']" is not assignable to type "type[number[Any, int | float | complex]]"
  Type "Literal['category']" is not assignable to type "type[number[Any, int | float | complex]]"
  Type "Literal['string']" is not assignable to type "type[number[Any, int | float | complex]]" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/core.py:718:21 - error: Cannot assign to attribute "data" for class "MPLPlot*"
  Type "DataFrame | Series | Any" is not assignable to type "DataFrame"
    "Series" is not assignable to "DataFrame" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/core.py:745:24 - error: Cannot access attribute "right_ax" for class "Axes"
  Attribute "right_ax" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/core.py:756:24 - error: Cannot access attribute "right_ax" for class "Axes"
  Attribute "right_ax" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/core.py:903:21 - error: Operator "+=" not supported for types "list[str]" and "Iterator[Hashable]"
  Operator "+" not supported for types "list[str]" and "Iterator[Hashable]" (reportOperatorIssue)
<CWD>/pandas/plotting/_matplotlib/core.py:912:27 - error: Argument of type "list[Artist | None]" cannot be assigned to parameter "handles" of type "Iterable[Artist | tuple[Artist, ...]]" in function "legend"
  "list[Artist | None]" is not assignable to "Iterable[Artist | tuple[Artist, ...]]"
    Type parameter "_T_co@Iterable" is covariant, but "Artist | None" is not a subtype of "Artist | tuple[Artist, ...]"
      Type "Artist | None" is not assignable to type "Artist | tuple[Artist, ...]"
        Type "None" is not assignable to type "Artist | tuple[Artist, ...]"
          "None" is not assignable to "Artist"
          "None" is not assignable to "tuple[Artist, ...]" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/core.py:912:36 - error: Argument of type "Unknown | list[Hashable | str] | list[str]" cannot be assigned to parameter "labels" of type "Iterable[str]" in function "legend"
  Type "Unknown | list[Hashable | str] | list[str]" is not assignable to type "Iterable[str]"
    "list[Hashable | str]" is not assignable to "Iterable[str]"
      Type parameter "_T_co@Iterable" is covariant, but "Hashable | str" is not a subtype of "str"
        Type "Hashable | str" is not assignable to type "str"
          "Hashable" is not assignable to "str" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/core.py:1063:35 - error: Function with declared return type "bool" must return value on all code paths
  "None" is not assignable to "bool" (reportReturnType)
<CWD>/pandas/plotting/_matplotlib/core.py:1202:19 - error: No overloads for "tile" match the provided arguments (reportCallIssue)
<CWD>/pandas/plotting/_matplotlib/core.py:1203:17 - error: Argument of type "list[Number | number[Any, int | float | complex]]" cannot be assigned to parameter "A" of type "ArrayLike" in function "tile"
  Type "list[Number | number[Any, int | float | complex]]" is not assignable to type "ArrayLike"
    "list[Number | number[Any, int | float | complex]]" is incompatible with protocol "_Buffer"
      "__buffer__" is not present
    "list[Number | number[Any, int | float | complex]]" is incompatible with protocol "_SupportsArray[dtype[Any]]"
      "__array__" is not present
    "list[Number | number[Any, int | float | complex]]" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
      "__getitem__" is an incompatible type
        No overloaded function matches type "(index: int, /) -> (_T_co@_NestedSequence | _NestedSequence[_T_co@_NestedSequence])"
... (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/core.py:1211:21 - error: Type "tuple[Any | dict[Unknown, Unknown] | NDArray[Any] | NDArray[Unknown] | Unknown, NDFrameT@_parse_errorbars | Unknown | Series* | DataFrame* | NDFrame*]" is not assignable to return type "tuple[Any, NDFrameT@_parse_errorbars]"
  Type "NDFrameT@_parse_errorbars | Unknown | Series* | DataFrame* | NDFrame*" is not assignable to type "NDFrameT@_parse_errorbars" (reportReturnType)
<CWD>/pandas/plotting/_matplotlib/core.py:1240:36 - error: "axes" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/core.py:1375:52 - error: Argument of type "Any | Unknown | int | integer[Any] | None" cannot be assigned to parameter "c_values" of type "Series" in function "_are_valid_colors"
  Type "Any | Unknown | int | integer[Any] | None" is not assignable to type "Series"
    "int" is not assignable to "Series" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/core.py:1377:53 - error: Argument of type "Any | Unknown | int | integer[Any] | None" cannot be assigned to parameter "c_values" of type "Series" in function "_get_color_mapping"
  Type "Any | Unknown | int | integer[Any] | None" is not assignable to type "Series"
    "int" is not assignable to "Series" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/core.py:1378:51 - error: Object of type "None" cannot be used as iterable value (reportOptionalIterable)
<CWD>/pandas/plotting/_matplotlib/core.py:1378:51 - error: "int" is not iterable
  "__iter__" method not defined (reportGeneralTypeIssues)
<CWD>/pandas/plotting/_matplotlib/core.py:1378:51 - error: "integer[Any]" is not iterable
  "__iter__" method not defined (reportGeneralTypeIssues)
<CWD>/pandas/plotting/_matplotlib/core.py:1383:25 - error: "patches" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/core.py:1389:13 - error: Argument of type "ArrayLike | Unknown" cannot be assigned to parameter "x" of type "ArrayLike | float" in function "scatter"
  Type "ArrayLike | Unknown" is not assignable to type "ArrayLike | float"
    Type "ExtensionArray" is not assignable to type "ArrayLike | float"
      "ExtensionArray" is not assignable to "float"
      "ExtensionArray" is incompatible with protocol "_Buffer"
        "__buffer__" is not present
      "ExtensionArray" is incompatible with protocol "_SupportsArray[dtype[Any]]"
        "__array__" is not present
      "ExtensionArray" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
... (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/core.py:1395:15 - error: Argument of type "Unknown | Hashable | int" cannot be assigned to parameter "s" of type "ArrayLike | float | None" in function "scatter"
  Type "Unknown | Hashable | int" is not assignable to type "ArrayLike | float | None"
    Type "Hashable" is not assignable to type "ArrayLike | float | None"
      "Hashable" is not assignable to "float"
      "Hashable" is incompatible with protocol "_Buffer"
        "__buffer__" is not present
      "Hashable" is incompatible with protocol "_SupportsArray[dtype[Any]]"
        "__array__" is not present
      "Hashable" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
... (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/core.py:1404:32 - error: Argument of type "NDArray[float64]" cannot be assigned to parameter "ticks" of type "Sequence[float] | Locator" in function "set_ticks"
  Type "NDArray[float64]" is not assignable to type "Sequence[float] | Locator"
    "ndarray[_AnyShape, dtype[float64]]" is not assignable to "Sequence[float]"
    "ndarray[_AnyShape, dtype[float64]]" is not assignable to "Locator" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/core.py:1445:21 - error: "colors" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/core.py:1457:39 - error: Argument of type "Unknown | None" cannot be assigned to parameter "cmap" of type "str | Colormap" in function "get_cmap"
  Type "Unknown | None" is not assignable to type "str | Colormap"
    Type "None" is not assignable to type "str | Colormap"
      "None" is not assignable to "str"
      "None" is not assignable to "Colormap" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/core.py:1477:24 - error: "colors" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/core.py:1479:24 - error: "colors" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/core.py:1599:17 - error: Argument of type "Series | ndarray[_AnyShape, dtype[Any]]" cannot be assigned to parameter "y" of type "ndarray[_AnyShape, dtype[Any]]" in function "_plot"
  Type "Series | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "ndarray[_AnyShape, dtype[Any]]"
    "Series" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/core.py:1599:17 - error: Argument of type "Series | ndarray[_AnyShape, dtype[Any]]" cannot be assigned to parameter "data" of type "Series" in function "_ts_plot"
  Type "Series | ndarray[_AnyShape, dtype[Any]]" is not assignable to type "Series"
    "ndarray[_AnyShape, dtype[Any]]" is not assignable to "Series" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/core.py:1960:33 - error: No overloads for "__getitem__" match the provided arguments (reportCallIssue)
<CWD>/pandas/plotting/_matplotlib/core.py:1960:33 - error: Argument of type "Hashable" cannot be assigned to parameter "s" of type "slice[Any, Any, Any]" in function "__getitem__"
  "Hashable" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/core.py:2041:48 - error: Argument of type "BarContainer" cannot be assigned to parameter "handle" of type "Artist" in function "_append_legend_handles_labels"
  "BarContainer" is not assignable to "Artist" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/misc.py
<CWD>/pandas/plotting/_matplotlib/misc.py:192:22 - error: "patches" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/misc.py:195:26 - error: "patches" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/misc.py:401:31 - error: Argument of type "list[MatplotlibColor]" cannot be assigned to parameter "iterable" of type "Iterable[SupportsRichComparisonT@sorted]" in function "sorted"
  "list[MatplotlibColor]" is not assignable to "Iterable[SupportsRichComparisonT@sorted]"
    Type parameter "_T_co@Iterable" is covariant, but "MatplotlibColor" is not a subtype of "SupportsRichComparisonT@sorted"
      Type "MatplotlibColor" is not assignable to type "SupportsRichComparison"
        Type "MatplotlibColor" is not assignable to type "SupportsRichComparison"
          Type "Sequence[float]" is not assignable to type "SupportsRichComparison" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/timeseries.py
<CWD>/pandas/plotting/_matplotlib/timeseries.py:90:34 - error: Argument of type "str" cannot be assigned to parameter "freq" of type "BaseOffset" in function "_upsample_others"
  "str" is not assignable to "BaseOffset" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/timeseries.py:115:23 - error: Cannot access attribute "left_ax" for class "Axes"
  Attribute "left_ax" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/timeseries.py:117:23 - error: Cannot access attribute "right_ax" for class "Axes"
  Attribute "right_ax" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/timeseries.py:186:34 - error: Cannot access attribute "left_ax" for class "Axes"
  Attribute "left_ax" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/timeseries.py:188:34 - error: Cannot access attribute "right_ax" for class "Axes"
  Attribute "right_ax" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/timeseries.py:223:30 - error: Argument of type "Any | None" cannot be assigned to parameter "freq" of type "timedelta | BaseOffset | str" in function "_get_period_alias"
  Type "Any | None" is not assignable to type "timedelta | BaseOffset | str"
    Type "None" is not assignable to type "timedelta | BaseOffset | str"
      "None" is not assignable to "timedelta"
      "None" is not assignable to "BaseOffset"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/timeseries.py:357:23 - error: Argument of type "Any | str" cannot be assigned to parameter "freq" of type "BaseOffset" in function "decorate_axes"
  Type "Any | str" is not assignable to type "BaseOffset"
    "str" is not assignable to "BaseOffset" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/timeseries.py:360:26 - error: Cannot access attribute "left_ax" for class "Axes"
  Attribute "left_ax" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/timeseries.py:360:35 - error: Argument of type "Any | str" cannot be assigned to parameter "freq" of type "BaseOffset" in function "decorate_axes"
  Type "Any | str" is not assignable to type "BaseOffset"
    "str" is not assignable to "BaseOffset" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/timeseries.py:362:26 - error: Cannot access attribute "right_ax" for class "Axes"
  Attribute "right_ax" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/timeseries.py:362:36 - error: Argument of type "Any | str" cannot be assigned to parameter "freq" of type "BaseOffset" in function "decorate_axes"
  Type "Any | str" is not assignable to type "BaseOffset"
    "str" is not assignable to "BaseOffset" (reportArgumentType)
<CWD>/pandas/plotting/_matplotlib/tools.py
<CWD>/pandas/plotting/_matplotlib/tools.py:82:16 - error: "table" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/tools.py:332:49 - error: "ticker" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/tools.py:333:36 - error: "ticker" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/tools.py:334:51 - error: "ticker" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/tools.py:335:38 - error: "ticker" is not a known attribute of module "matplotlib" (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/tools.py:477:21 - error: Cannot access attribute "right_ax" for class "Axes"
  Attribute "right_ax" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/plotting/_matplotlib/tools.py:480:21 - error: Cannot access attribute "left_ax" for class "Axes"
  Attribute "left_ax" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/tseries/frequencies.py
<CWD>/pandas/tseries/frequencies.py:204:22 - error: Cannot access attribute "tz" for class "Index"
  Attribute "tz" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/tseries/frequencies.py:206:42 - error: Cannot access attribute "tz" for class "Index"
  Attribute "tz" is unknown (reportAttributeAccessIssue)
<CWD>/pandas/tseries/frequencies.py:300:16 - error: Type "Timestamp | NaTType" is not assignable to return type "Timestamp"
  Type "Timestamp | NaTType" is not assignable to type "Timestamp"
    "NaTType" is not assignable to "Timestamp" (reportReturnType)
<CWD>/pandas/tseries/holiday.py
<CWD>/pandas/tseries/holiday.py:261:27 - error: Cannot assign to attribute "start_date" for class "Holiday*"
  Type "Timestamp | NaTType | None" is not assignable to type "Timestamp | None"
    Type "NaTType" is not assignable to type "Timestamp | None"
      "NaTType" is not assignable to "Timestamp"
      "NaTType" is not assignable to "None" (reportAttributeAccessIssue)
<CWD>/pandas/tseries/holiday.py:264:25 - error: Cannot assign to attribute "end_date" for class "Holiday*"
  Type "Timestamp | NaTType | None" is not assignable to type "Timestamp | None"
    Type "NaTType" is not assignable to type "Timestamp | None"
      "NaTType" is not assignable to "Timestamp"
      "NaTType" is not assignable to "None" (reportAttributeAccessIssue)
<CWD>/pandas/tseries/holiday.py:325:48 - error: Argument of type "Unknown | None" cannot be assigned to parameter "month" of type "SupportsIndex" in function "__new__"
  Type "Unknown | None" is not assignable to type "SupportsIndex"
    "None" is incompatible with protocol "SupportsIndex"
      "__index__" is not present (reportArgumentType)
<CWD>/pandas/tseries/holiday.py:325:60 - error: Argument of type "Unknown | None" cannot be assigned to parameter "day" of type "SupportsIndex" in function "__new__"
  Type "Unknown | None" is not assignable to type "SupportsIndex"
    "None" is incompatible with protocol "SupportsIndex"
      "__index__" is not present (reportArgumentType)
<CWD>/pandas/tseries/holiday.py:332:39 - error: Argument of type "Timestamp | NaTType" cannot be assigned to parameter "start_date" of type "Timestamp" in function "_reference_dates"
  Type "Timestamp | NaTType" is not assignable to type "Timestamp"
    "NaTType" is not assignable to "Timestamp" (reportArgumentType)
<CWD>/pandas/tseries/holiday.py:332:51 - error: Argument of type "Timestamp | NaTType" cannot be assigned to parameter "end_date" of type "Timestamp" in function "_reference_dates"
  Type "Timestamp | NaTType" is not assignable to type "Timestamp"
    "NaTType" is not assignable to "Timestamp" (reportArgumentType)
<CWD>/pandas/tseries/holiday.py:380:43 - error: Argument of type "Unknown | None" cannot be assigned to parameter "month" of type "SupportsIndex" in function "__new__"
  Type "Unknown | None" is not assignable to type "SupportsIndex"
    "None" is incompatible with protocol "SupportsIndex"
      "__index__" is not present (reportArgumentType)
<CWD>/pandas/tseries/holiday.py:380:55 - error: Argument of type "Unknown | None" cannot be assigned to parameter "day" of type "SupportsIndex" in function "__new__"
  Type "Unknown | None" is not assignable to type "SupportsIndex"
    "None" is incompatible with protocol "SupportsIndex"
      "__index__" is not present (reportArgumentType)
<CWD>/pandas/tseries/holiday.py:384:41 - error: Argument of type "Unknown | None" cannot be assigned to parameter "month" of type "SupportsIndex" in function "__new__"
  Type "Unknown | None" is not assignable to type "SupportsIndex"
    "None" is incompatible with protocol "SupportsIndex"
      "__index__" is not present (reportArgumentType)
<CWD>/pandas/tseries/holiday.py:384:53 - error: Argument of type "Unknown | None" cannot be assigned to parameter "day" of type "SupportsIndex" in function "__new__"
  Type "Unknown | None" is not assignable to type "SupportsIndex"
    "None" is incompatible with protocol "SupportsIndex"
      "__index__" is not present (reportArgumentType)
<CWD>/pandas/tseries/holiday.py:413:20 - error: Type "MultiIndex | Index" is not assignable to return type "DatetimeIndex"
  Type "MultiIndex | Index" is not assignable to type "DatetimeIndex"
    "Index" is not assignable to "DatetimeIndex" (reportReturnType)
<CWD>/pandas/tseries/holiday.py:413:40 - error: Object of type "None" cannot be called (reportOptionalCall)
<CWD>/pandas/tseries/holiday.py:525:27 - error: Argument of type "Timestamp | NaTType | Unknown" cannot be assigned to parameter "ts_input" of type "integer[Any] | float | str | date | datetime | datetime64[date | int | None]" in function "__new__"
  Type "Timestamp | NaTType | Unknown" is not assignable to type "integer[Any] | float | str | date | datetime | datetime64[date | int | None]"
    Type "NaTType" is not assignable to type "integer[Any] | float | str | date | datetime | datetime64[date | int | None]"
      "NaTType" is not assignable to "integer[Any]"
      "NaTType" is not assignable to "float"
      "NaTType" is not assignable to "str"
      "NaTType" is not assignable to "date"
      "NaTType" is not assignable to "datetime"
      "NaTType" is not assignable to "datetime64[date | int | None]" (reportArgumentType)
<CWD>/pandas/tseries/holiday.py:526:25 - error: Argument of type "Timestamp | NaTType | Unknown" cannot be assigned to parameter "ts_input" of type "integer[Any] | float | str | date | datetime | datetime64[date | int | None]" in function "__new__"
  Type "Timestamp | NaTType | Unknown" is not assignable to type "integer[Any] | float | str | date | datetime | datetime64[date | int | None]"
    Type "NaTType" is not assignable to type "integer[Any] | float | str | date | datetime | datetime64[date | int | None]"
      "NaTType" is not assignable to "integer[Any]"
      "NaTType" is not assignable to "float"
      "NaTType" is not assignable to "str"
      "NaTType" is not assignable to "date"
      "NaTType" is not assignable to "datetime"
      "NaTType" is not assignable to "datetime64[date | int | None]" (reportArgumentType)
<CWD>/pandas/util/_decorators.py
<CWD>/pandas/util/_decorators.py:377:31 - error: Cannot access attribute "_docstring_components" for class "FunctionType"
  Attribute "_docstring_components" is unknown (reportFunctionMemberAccess)
2180 errors, 3 warnings, 0 informations