py39 create: /Users/jsendorek/pandas-stubs/.tox/py39 py39 installdeps: mypy py39 inst: /Users/jsendorek/pandas-stubs/.tox/.tmp/package/1/pandas-stubs-1.2.0.40.zip py39 installed: mypy==0.931,mypy-extensions==0.4.3,pandas-stubs @ file:///Users/jsendorek/pandas-stubs/.tox/.tmp/package/1/pandas-stubs-1.2.0.40.zip,tomli==2.0.0,typing-extensions==4.0.1 py39 run-test-pre: PYTHONHASHSEED='398239272' py39 run-test: commands[0] | mypy --config-file mypy_env.ini tests/snippets tests/snippets/test_timestamp.py:15: error: Argument 4 to "Timestamp" has incompatible type "int"; expected "str" tests/snippets/test_timestamp.py:16: error: Missing positional argument "ts_input" in call to "Timestamp" tests/snippets/test_timestamp.py:17: error: Missing positional argument "ts_input" in call to "Timestamp" tests/snippets/test_timestamp.py:21: error: Incompatible types in assignment (expression has type "datetime", variable has type "Timestamp") tests/snippets/test_timestamp.py:22: error: Incompatible types in assignment (expression has type "datetime", variable has type "Timestamp") tests/snippets/test_timestamp.py:26: error: Incompatible types in assignment (expression has type "Timedelta", variable has type "Timestamp") tests/snippets/test_timestamp.py:30: error: Incompatible types in assignment (expression has type "datetime", variable has type "Timestamp") tests/snippets/test_timestamp.py:31: error: Incompatible types in assignment (expression has type "datetime", variable has type "Timestamp") tests/snippets/test_testing.py:10: error: Unexpected keyword argument "check_freq" for "assert_series_equal" .tox/py39/lib/python3.9/site-packages/pandas/_testing.pyi:51: note: "assert_series_equal" defined here tests/snippets/test_testing.py:10: error: Unexpected keyword argument "check_categorical" for "assert_series_equal" .tox/py39/lib/python3.9/site-packages/pandas/_testing.pyi:51: note: "assert_series_equal" defined here tests/snippets/test_testing.py:10: error: Unexpected keyword argument "check_flags" for "assert_series_equal" .tox/py39/lib/python3.9/site-packages/pandas/_testing.pyi:51: note: "assert_series_equal" defined here tests/snippets/test_testing.py:10: error: Unexpected keyword argument "check_datetimelike_compat" for "assert_series_equal" .tox/py39/lib/python3.9/site-packages/pandas/_testing.pyi:51: note: "assert_series_equal" defined here tests/snippets/test_testing.py:12: error: Unexpected keyword argument "check_dtype" for "assert_series_equal" .tox/py39/lib/python3.9/site-packages/pandas/_testing.pyi:51: note: "assert_series_equal" defined here tests/snippets/test_testing.py:12: error: Unexpected keyword argument "check_less_precise" for "assert_series_equal" .tox/py39/lib/python3.9/site-packages/pandas/_testing.pyi:51: note: "assert_series_equal" defined here tests/snippets/test_testing.py:12: error: Unexpected keyword argument "check_names" for "assert_series_equal" .tox/py39/lib/python3.9/site-packages/pandas/_testing.pyi:51: note: "assert_series_equal" defined here tests/snippets/test_pandas.py:31: error: Missing type parameters for generic type "Series" tests/snippets/test_pandas.py:31: error: Argument 1 to "concat" has incompatible type "Dict[str, Series[str]]"; expected "Union[Iterable[Series[Any]], Mapping[Hashable, Series[Any]]]" tests/snippets/test_pandas.py:32: error: Missing type parameters for generic type "Series" tests/snippets/test_pandas.py:32: error: Argument 1 to "concat" has incompatible type "Dict[str, Series[str]]"; expected "Union[Iterable[Series[Any]], Mapping[Hashable, Series[Any]]]" tests/snippets/test_pandas.py:33: error: Missing type parameters for generic type "Series" tests/snippets/test_pandas.py:33: error: Argument 1 to "concat" has incompatible type "Dict[int, Series[str]]"; expected "Union[Iterable[Series[Any]], Mapping[Hashable, Series[Any]]]" tests/snippets/test_pandas.py:34: error: Missing type parameters for generic type "Series" tests/snippets/test_pandas.py:34: error: Argument 1 to "concat" has incompatible type "Dict[int, Series[str]]"; expected "Union[Iterable[Series[Any]], Mapping[Hashable, Series[Any]]]" tests/snippets/test_pandas.py:35: error: Missing type parameters for generic type "Series" tests/snippets/test_pandas.py:35: error: Argument 1 to "concat" has incompatible type "Dict[int, Series[str]]"; expected "Union[Iterable[Series[Any]], Mapping[Hashable, Series[Any]]]" tests/snippets/test_pandas.py:36: error: Missing type parameters for generic type "Series" tests/snippets/test_pandas.py:36: error: Argument 1 to "concat" has incompatible type "Dict[int, Series[str]]"; expected "Union[Iterable[Series[Any]], Mapping[Hashable, Series[Any]]]" tests/snippets/test_pandas.py:46: error: Incompatible types in assignment (expression has type "Series[bool]", variable has type "DataFrame") tests/snippets/test_pandas.py:46: error: Argument 1 to "concat" has incompatible type "Dict[str, DataFrame]"; expected "Union[Iterable[Series[Any]], Mapping[Hashable, Series[Any]]]" tests/snippets/test_pandas.py:47: error: Missing type parameters for generic type "Series" tests/snippets/test_pandas.py:47: error: Argument 1 to "concat" has incompatible type "Dict[str, Series[str]]"; expected "Union[Iterable[Series[Any]], Mapping[Hashable, Series[Any]]]" tests/snippets/test_pandas.py:49: error: Incompatible types in assignment (expression has type "Series[bool]", variable has type "DataFrame") tests/snippets/test_pandas.py:49: error: Argument 1 to "concat" has incompatible type "Dict[str, DataFrame]"; expected "Union[Iterable[Series[Any]], Mapping[Hashable, Series[Any]]]" tests/snippets/test_pandas.py:50: error: Incompatible types in assignment (expression has type "Series[bool]", variable has type "DataFrame") tests/snippets/test_pandas.py:50: error: Argument 1 to "concat" has incompatible type "Dict[int, DataFrame]"; expected "Union[Iterable[Series[Any]], Mapping[Hashable, Series[Any]]]" tests/snippets/test_pandas.py:51: error: Incompatible types in assignment (expression has type "Series[bool]", variable has type "DataFrame") tests/snippets/test_pandas.py:51: error: Argument 1 to "concat" has incompatible type "Dict[int, DataFrame]"; expected "Union[Iterable[Series[Any]], Mapping[Hashable, Series[Any]]]" tests/snippets/test_pandas.py:53: error: Incompatible types in assignment (expression has type "Series[bool]", variable has type "DataFrame") tests/snippets/test_frame.py:32: error: No overload variant of "to_csv" of "DataFrame" matches argument types "str", "str" tests/snippets/test_frame.py:32: note: Possible overload variants: tests/snippets/test_frame.py:32: note: def to_csv(self, path_or_buf: Union[PathLike[str], str, IO[Any], RawIOBase, BufferedIOBase, TextIOBase, TextIOWrapper, mmap, None], sep: str = ..., na_rep: str = ..., float_format: Optional[str] = ..., columns: Optional[Sequence[Hashable]] = ..., header: Union[bool, List[str]] = ..., index: bool = ..., index_label: Union[bool, str, Sequence[Hashable], None] = ..., mode: str = ..., encoding: Optional[str] = ..., compression: Union[str, Mapping[str, str]] = ..., quoting: Optional[int] = ..., quotechar: str = ..., line_terminator: Optional[str] = ..., chunksize: Optional[int] = ..., date_format: Optional[str] = ..., doublequote: bool = ..., escapechar: Optional[str] = ..., decimal: str = ...) -> None tests/snippets/test_frame.py:32: note: def to_csv(self, sep: str = ..., na_rep: str = ..., float_format: Optional[str] = ..., columns: Optional[Sequence[Hashable]] = ..., header: Union[bool, List[str]] = ..., index: bool = ..., index_label: Union[bool, str, Sequence[Hashable], None] = ..., mode: str = ..., encoding: Optional[str] = ..., compression: Union[str, Mapping[str, str]] = ..., quoting: Optional[int] = ..., quotechar: str = ..., line_terminator: Optional[str] = ..., chunksize: Optional[int] = ..., date_format: Optional[str] = ..., doublequote: bool = ..., escapechar: Optional[str] = ..., decimal: str = ...) -> str tests/snippets/test_frame.py:152: error: Argument 1 to "drop" of "DataFrame" has incompatible type "Set[int]"; expected "Union[str, List[Any], None]" tests/snippets/test_frame.py:153: error: Argument "index" to "drop" of "DataFrame" has incompatible type "Set[int]"; expected "Union[List[str], List[int], Index[Any], None]" tests/snippets/test_frame.py:154: error: Argument "columns" to "drop" of "DataFrame" has incompatible type "Set[str]"; expected "Union[str, List[Any], Index[Any], None]" tests/snippets/test_frame.py:155: error: Argument "index" to "drop" of "DataFrame" has incompatible type "int"; expected "Union[List[str], List[int], Index[Any], None]" tests/snippets/test_frame.py:156: error: Argument "labels" to "drop" of "DataFrame" has incompatible type "int"; expected "Union[str, List[Any], None]" tests/snippets/test_frame.py:157: error: Incompatible types in assignment (expression has type "DataFrame", variable has type "None") tests/snippets/test_frame.py:181: error: No overload variant of "sort_index" of "DataFrame" matches argument type "List[str]" tests/snippets/test_frame.py:181: note: Possible overload variants: tests/snippets/test_frame.py:181: note: def sort_index(self, axis: Union[str, int, Literal['columns'], Literal['index'], Literal[0], Literal[1]] = ..., level: Union[Hashable, int, None] = ..., ascending: Union[bool, Sequence[bool]] = ..., kind: Union[str, Literal['quicksort'], Literal['mergesort'], Literal['heapsort']] = ..., na_position: Union[str, Literal['first'], Literal['last']] = ..., sort_remaining: bool = ..., ignore_index: bool = ..., *, inplace: Literal[True]) -> None tests/snippets/test_frame.py:181: note: def sort_index(self, axis: Union[str, int, Literal['columns'], Literal['index'], Literal[0], Literal[1]] = ..., level: Union[Hashable, int, None] = ..., ascending: Union[bool, Sequence[bool]] = ..., kind: Union[str, Literal['quicksort'], Literal['mergesort'], Literal['heapsort']] = ..., na_position: Union[str, Literal['first'], Literal['last']] = ..., sort_remaining: bool = ..., ignore_index: bool = ..., *, inplace: Literal[False]) -> DataFrame tests/snippets/test_frame.py:181: note: def sort_index(self, axis: Union[str, int, Literal['columns'], Literal['index'], Literal[0], Literal[1]] = ..., level: Union[Hashable, int, None] = ..., ascending: Union[bool, Sequence[bool]] = ..., *, kind: Union[str, Literal['quicksort'], Literal['mergesort'], Literal['heapsort']] = ..., na_position: Union[str, Literal['first'], Literal['last']] = ..., sort_remaining: bool = ..., ignore_index: bool = ...) -> DataFrame tests/snippets/test_frame.py:181: note: def sort_index(self, axis: Union[str, int, Literal['columns'], Literal['index'], Literal[0], Literal[1]] = ..., level: Union[Hashable, int, None] = ..., ascending: Union[bool, Sequence[bool]] = ..., inplace: Optional[bool] = ..., kind: Union[str, Literal['quicksort'], Literal['mergesort'], Literal['heapsort']] = ..., na_position: Union[str, Literal['first'], Literal['last']] = ..., sort_remaining: bool = ..., ignore_index: bool = ...) -> Optional[DataFrame] tests/snippets/test_frame.py:189: error: No overload variant of "sort_index" of "DataFrame" matches argument type "Callable[[Any], Any]" tests/snippets/test_frame.py:189: note: Possible overload variants: tests/snippets/test_frame.py:189: note: def sort_index(self, axis: Union[str, int, Literal['columns'], Literal['index'], Literal[0], Literal[1]] = ..., level: Union[Hashable, int, None] = ..., ascending: Union[bool, Sequence[bool]] = ..., kind: Union[str, Literal['quicksort'], Literal['mergesort'], Literal['heapsort']] = ..., na_position: Union[str, Literal['first'], Literal['last']] = ..., sort_remaining: bool = ..., ignore_index: bool = ..., *, inplace: Literal[True]) -> None tests/snippets/test_frame.py:189: note: def sort_index(self, axis: Union[str, int, Literal['columns'], Literal['index'], Literal[0], Literal[1]] = ..., level: Union[Hashable, int, None] = ..., ascending: Union[bool, Sequence[bool]] = ..., kind: Union[str, Literal['quicksort'], Literal['mergesort'], Literal['heapsort']] = ..., na_position: Union[str, Literal['first'], Literal['last']] = ..., sort_remaining: bool = ..., ignore_index: bool = ..., *, inplace: Literal[False]) -> DataFrame tests/snippets/test_frame.py:189: note: def sort_index(self, axis: Union[str, int, Literal['columns'], Literal['index'], Literal[0], Literal[1]] = ..., level: Union[Hashable, int, None] = ..., ascending: Union[bool, Sequence[bool]] = ..., *, kind: Union[str, Literal['quicksort'], Literal['mergesort'], Literal['heapsort']] = ..., na_position: Union[str, Literal['first'], Literal['last']] = ..., sort_remaining: bool = ..., ignore_index: bool = ...) -> DataFrame tests/snippets/test_frame.py:189: note: def sort_index(self, axis: Union[str, int, Literal['columns'], Literal['index'], Literal[0], Literal[1]] = ..., level: Union[Hashable, int, None] = ..., ascending: Union[bool, Sequence[bool]] = ..., inplace: Optional[bool] = ..., kind: Union[str, Literal['quicksort'], Literal['mergesort'], Literal['heapsort']] = ..., na_position: Union[str, Literal['first'], Literal['last']] = ..., sort_remaining: bool = ..., ignore_index: bool = ...) -> Optional[DataFrame] tests/snippets/test_frame.py:205: error: Incompatible types in assignment (expression has type "DataFrame", variable has type "None") tests/snippets/test_frame.py:224: error: No overload variant of "sort_values" of "DataFrame" matches argument types "str", "Callable[[Any], Any]" tests/snippets/test_frame.py:224: note: Possible overload variants: tests/snippets/test_frame.py:224: note: def sort_values(self, by: Union[str, Sequence[str]], axis: Union[str, int, Literal['columns'], Literal['index'], Literal[0], Literal[1]] = ..., ascending: Union[bool, Sequence[bool]] = ..., kind: Union[str, Literal['quicksort'], Literal['mergesort'], Literal['heapsort']] = ..., na_position: Union[str, Literal['first'], Literal['last']] = ..., ignore_index: bool = ..., *, inplace: Literal[True]) -> None tests/snippets/test_frame.py:224: note: def sort_values(self, by: Union[str, Sequence[str]], axis: Union[str, int, Literal['columns'], Literal['index'], Literal[0], Literal[1]] = ..., ascending: Union[bool, Sequence[bool]] = ..., kind: Union[str, Literal['quicksort'], Literal['mergesort'], Literal['heapsort']] = ..., na_position: Union[str, Literal['first'], Literal['last']] = ..., ignore_index: bool = ..., *, inplace: Literal[False]) -> DataFrame tests/snippets/test_frame.py:224: note: def sort_values(self, by: Union[str, Sequence[str]], axis: Union[str, int, Literal['columns'], Literal['index'], Literal[0], Literal[1]] = ..., ascending: Union[bool, Sequence[bool]] = ..., *, kind: Union[str, Literal['quicksort'], Literal['mergesort'], Literal['heapsort']] = ..., na_position: Union[str, Literal['first'], Literal['last']] = ..., ignore_index: bool = ...) -> DataFrame tests/snippets/test_frame.py:224: note: def sort_values(self, by: Union[str, Sequence[str]], axis: Union[str, int, Literal['columns'], Literal['index'], Literal[0], Literal[1]] = ..., ascending: Union[bool, Sequence[bool]] = ..., inplace: Optional[bool] = ..., kind: Union[str, Literal['quicksort'], Literal['mergesort'], Literal['heapsort']] = ..., na_position: Union[str, Literal['first'], Literal['last']] = ..., ignore_index: bool = ...) -> Optional[DataFrame] tests/snippets/test_frame.py:244: error: Missing type parameters for generic type "Series" tests/snippets/test_frame.py:245: error: Missing type parameters for generic type "Series" tests/snippets/test_frame.py:249: error: Missing type parameters for generic type "Series" tests/snippets/test_frame.py:254: error: Missing type parameters for generic type "Series" tests/snippets/test_frame.py:255: error: Missing type parameters for generic type "Series" tests/snippets/test_frame.py:259: error: Missing type parameters for generic type "Series" tests/snippets/test_frame.py:326: error: Missing positional argument "axis" in call to "idxmin" of "DataFrame" tests/snippets/test_frame.py:332: error: Missing positional argument "axis" in call to "idxmax" of "DataFrame" tests/snippets/test_frame.py:361: error: Unexpected keyword argument "na_action" for "applymap" of "DataFrame" .tox/py39/lib/python3.9/site-packages/pandas/core/frame.pyi:677: note: "applymap" of "DataFrame" defined here tests/snippets/test_frame.py:362: error: Unexpected keyword argument "na_action" for "applymap" of "DataFrame" .tox/py39/lib/python3.9/site-packages/pandas/core/frame.pyi:677: note: "applymap" of "DataFrame" defined here tests/snippets/test_frame.py:389: error: Unsupported left operand type for divmod ("DataFrame") tests/snippets/test_frame.py:423: error: Call to untyped function "transform" in typed context tests/snippets/test_frame.py:432: error: Unexpected keyword argument "dropna" for "groupby" of "DataFrame" .tox/py39/lib/python3.9/site-packages/pandas/core/frame.pyi:619: note: "groupby" of "DataFrame" defined here tests/snippets/test_frame.py:433: error: Unexpected keyword argument "dropna" for "groupby" of "DataFrame" .tox/py39/lib/python3.9/site-packages/pandas/core/frame.pyi:619: note: "groupby" of "DataFrame" defined here tests/snippets/test_frame.py:446: error: Argument "on" to "merge" of "DataFrame" has incompatible type "List[str]"; expected "Union[Hashable, List[Union[Optional[Hashable], int]]]" tests/snippets/test_frame.py:446: note: "List" is invariant -- see https://mypy.readthedocs.io/en/stable/common_issues.html#variance tests/snippets/test_frame.py:446: note: Consider using "Sequence" instead, which is covariant tests/snippets/test_frame.py:451: error: "Callable[[VarArg(Any), KwArg(Any)], Any]" has no attribute "hist" tests/snippets/test_frame.py:452: error: "Callable[[VarArg(Any), KwArg(Any)], Any]" has no attribute "scatter" tests/snippets/test_frame.py:469: error: Unexpected keyword argument "ddof" for "cov" of "DataFrame" .tox/py39/lib/python3.9/site-packages/pandas/core/frame.pyi:711: note: "cov" of "DataFrame" defined here tests/snippets/test_frame.py:475: error: No overload variant of "to_numpy" of "DataFrame" matches argument types "str", "bool" tests/snippets/test_frame.py:475: note: Possible overload variants: tests/snippets/test_frame.py:475: note: def to_numpy(self) -> Any tests/snippets/test_frame.py:475: note: def [DtypeNp] to_numpy(self, dtype: Type[DtypeNp]) -> Any tests/snippets/test_frame.py:477: error: No overload variant of "to_numpy" of "DataFrame" matches argument type "int" tests/snippets/test_frame.py:477: note: Possible overload variants: tests/snippets/test_frame.py:477: note: def to_numpy(self) -> Any tests/snippets/test_frame.py:477: note: def [DtypeNp] to_numpy(self, dtype: Type[DtypeNp]) -> Any tests/snippets/test_frame.py:492: error: Unexpected keyword argument "compression" for "to_feather" of "DataFrame" .tox/py39/lib/python3.9/site-packages/pandas/core/frame.pyi:149: note: "to_feather" of "DataFrame" defined here tests/snippets/test_frame.py:492: error: Unexpected keyword argument "compression_level" for "to_feather" of "DataFrame" .tox/py39/lib/python3.9/site-packages/pandas/core/frame.pyi:149: note: "to_feather" of "DataFrame" defined here tests/snippets/test_frame.py:492: error: Unexpected keyword argument "chunksize" for "to_feather" of "DataFrame" .tox/py39/lib/python3.9/site-packages/pandas/core/frame.pyi:149: note: "to_feather" of "DataFrame" defined here tests/snippets/test_frame.py:499: error: Argument 1 to "to_feather" of "DataFrame" has incompatible type "IO[bytes]"; expected "str" tests/snippets/test_frame.py:512: error: No overload variant of "agg" of "DataFrame" matches argument types "Tuple[str, overloaded function]", "Tuple[str, str]", "Tuple[str, Any]" tests/snippets/test_frame.py:512: note: Possible overload variants: tests/snippets/test_frame.py:512: note: def [Dtype in (bool, int, float, object)] agg(self, func: Union[Callable[..., Any], str], axis: Union[str, int, Literal['columns'], Literal['index'], Literal[0], Literal[1]] = ..., **kwargs: Any) -> Series[Dtype] tests/snippets/test_frame.py:512: note: def agg(self, func: Union[List[Callable[..., Any]], Dict[str, Callable[..., Any]]], axis: Union[str, int, Literal['columns'], Literal['index'], Literal[0], Literal[1]] = ..., **kwargs: Any) -> DataFrame tests/snippets/test_frame.py:523: error: Unexpected keyword argument "datetime_is_numeric" for "describe" of "DataFrame" .tox/py39/lib/python3.9/site-packages/pandas/core/frame.pyi:984: note: "describe" of "DataFrame" defined here tests/snippets/test_frame.py:532: error: Argument "col_space" to "to_string" of "DataFrame" has incompatible type "List[int]"; expected "Optional[int]" tests/snippets/test_frame.py:533: error: Argument "col_space" to "to_string" of "DataFrame" has incompatible type "Dict[str, int]"; expected "Optional[int]" tests/snippets/test_frame.py:539: error: No overload variant of "to_html" of "DataFrame" matches argument types "bool", "int", "List[str]", "str", "str", "int", "int", "bool" tests/snippets/test_frame.py:539: note: Possible overload variants: tests/snippets/test_frame.py:539: note: def to_html(self, buf: Union[PathLike[str], str, IO[Any], RawIOBase, BufferedIOBase, TextIOBase, TextIOWrapper, mmap, None], columns: Optional[Sequence[str]] = ..., col_space: Union[str, int, None] = ..., header: bool = ..., index: bool = ..., na_rep: str = ..., formatters: Any = ..., float_format: Any = ..., sparsify: Optional[bool] = ..., index_names: bool = ..., justify: Optional[str] = ..., max_rows: Optional[int] = ..., max_cols: Optional[int] = ..., show_dimensions: bool = ..., decimal: str = ..., bold_rows: bool = ..., classes: Union[str, List[Any], Tuple[Any, ...], None] = ..., escape: bool = ..., notebook: bool = ..., border: Optional[int] = ..., table_id: Optional[str] = ..., render_links: bool = ..., encoding: Optional[str] = ...) -> None tests/snippets/test_frame.py:539: note: def to_html(self, columns: Optional[Sequence[str]] = ..., col_space: Union[str, int, None] = ..., header: bool = ..., index: bool = ..., na_rep: str = ..., formatters: Any = ..., float_format: Any = ..., sparsify: Optional[bool] = ..., index_names: bool = ..., justify: Optional[str] = ..., max_rows: Optional[int] = ..., max_cols: Optional[int] = ..., show_dimensions: bool = ..., decimal: str = ..., bold_rows: bool = ..., classes: Union[str, List[Any], Tuple[Any, ...], None] = ..., escape: bool = ..., notebook: bool = ..., border: Optional[int] = ..., table_id: Optional[str] = ..., render_links: bool = ..., encoding: Optional[str] = ...) -> str tests/snippets/test_frame.py:542: error: No overload variant of "to_html" of "DataFrame" matches argument type "List[int]" tests/snippets/test_frame.py:542: note: Possible overload variants: tests/snippets/test_frame.py:542: note: def to_html(self, buf: Union[PathLike[str], str, IO[Any], RawIOBase, BufferedIOBase, TextIOBase, TextIOWrapper, mmap, None], columns: Optional[Sequence[str]] = ..., col_space: Union[str, int, None] = ..., header: bool = ..., index: bool = ..., na_rep: str = ..., formatters: Any = ..., float_format: Any = ..., sparsify: Optional[bool] = ..., index_names: bool = ..., justify: Optional[str] = ..., max_rows: Optional[int] = ..., max_cols: Optional[int] = ..., show_dimensions: bool = ..., decimal: str = ..., bold_rows: bool = ..., classes: Union[str, List[Any], Tuple[Any, ...], None] = ..., escape: bool = ..., notebook: bool = ..., border: Optional[int] = ..., table_id: Optional[str] = ..., render_links: bool = ..., encoding: Optional[str] = ...) -> None tests/snippets/test_frame.py:542: note: def to_html(self, columns: Optional[Sequence[str]] = ..., col_space: Union[str, int, None] = ..., header: bool = ..., index: bool = ..., na_rep: str = ..., formatters: Any = ..., float_format: Any = ..., sparsify: Optional[bool] = ..., index_names: bool = ..., justify: Optional[str] = ..., max_rows: Optional[int] = ..., max_cols: Optional[int] = ..., show_dimensions: bool = ..., decimal: str = ..., bold_rows: bool = ..., classes: Union[str, List[Any], Tuple[Any, ...], None] = ..., escape: bool = ..., notebook: bool = ..., border: Optional[int] = ..., table_id: Optional[str] = ..., render_links: bool = ..., encoding: Optional[str] = ...) -> str tests/snippets/test_frame.py:543: error: No overload variant of "to_html" of "DataFrame" matches argument type "Dict[str, int]" tests/snippets/test_frame.py:543: note: Possible overload variants: tests/snippets/test_frame.py:543: note: def to_html(self, buf: Union[PathLike[str], str, IO[Any], RawIOBase, BufferedIOBase, TextIOBase, TextIOWrapper, mmap, None], columns: Optional[Sequence[str]] = ..., col_space: Union[str, int, None] = ..., header: bool = ..., index: bool = ..., na_rep: str = ..., formatters: Any = ..., float_format: Any = ..., sparsify: Optional[bool] = ..., index_names: bool = ..., justify: Optional[str] = ..., max_rows: Optional[int] = ..., max_cols: Optional[int] = ..., show_dimensions: bool = ..., decimal: str = ..., bold_rows: bool = ..., classes: Union[str, List[Any], Tuple[Any, ...], None] = ..., escape: bool = ..., notebook: bool = ..., border: Optional[int] = ..., table_id: Optional[str] = ..., render_links: bool = ..., encoding: Optional[str] = ...) -> None tests/snippets/test_frame.py:543: note: def to_html(self, columns: Optional[Sequence[str]] = ..., col_space: Union[str, int, None] = ..., header: bool = ..., index: bool = ..., na_rep: str = ..., formatters: Any = ..., float_format: Any = ..., sparsify: Optional[bool] = ..., index_names: bool = ..., justify: Optional[str] = ..., max_rows: Optional[int] = ..., max_cols: Optional[int] = ..., show_dimensions: bool = ..., decimal: str = ..., bold_rows: bool = ..., classes: Union[str, List[Any], Tuple[Any, ...], None] = ..., escape: bool = ..., notebook: bool = ..., border: Optional[int] = ..., table_id: Optional[str] = ..., render_links: bool = ..., encoding: Optional[str] = ...) -> str tests/snippets/test_frame.py:551: error: Unexpected keyword argument "origin" for "resample" of "DataFrame" .tox/py39/lib/python3.9/site-packages/pandas/core/frame.pyi:1407: note: "resample" of "DataFrame" defined here tests/snippets/test_frame.py:551: error: Unexpected keyword argument "offset" for "resample" of "DataFrame"; did you mean "loffset"? .tox/py39/lib/python3.9/site-packages/pandas/core/frame.pyi:1407: note: "resample" of "DataFrame" defined here tests/snippets/test_frame.py:570: error: Call to untyped function "pipe" in typed context tests/snippets/test_frame.py:578: error: Call to untyped function "pipe" in typed context tests/snippets/test_frame.py:601: error: No overload variant of "to_latex" of "DataFrame" matches argument type "str" tests/snippets/test_frame.py:601: note: Possible overload variants: tests/snippets/test_frame.py:601: note: def to_latex(self, buf: Union[PathLike[str], str, IO[Any], RawIOBase, BufferedIOBase, TextIOBase, TextIOWrapper, mmap, None], columns: Optional[List[str]] = ..., col_space: Optional[int] = ..., header: bool = ..., index: bool = ..., na_rep: str = ..., formatters: Any = ..., float_format: Any = ..., sparsify: Optional[bool] = ..., index_names: bool = ..., bold_rows: bool = ..., column_format: Optional[str] = ..., longtable: Optional[bool] = ..., escape: Optional[bool] = ..., encoding: Optional[str] = ..., decimal: str = ..., multicolumn: Optional[bool] = ..., multicolumn_format: Optional[str] = ..., multirow: Optional[bool] = ..., caption: Optional[str] = ..., label: Optional[str] = ...) -> None tests/snippets/test_frame.py:601: note: def to_latex(self, columns: Optional[List[str]] = ..., col_space: Optional[int] = ..., header: bool = ..., index: bool = ..., na_rep: str = ..., formatters: Any = ..., float_format: Any = ..., sparsify: Optional[bool] = ..., index_names: bool = ..., bold_rows: bool = ..., column_format: Optional[str] = ..., longtable: Optional[bool] = ..., escape: Optional[bool] = ..., encoding: Optional[str] = ..., decimal: str = ..., multicolumn: Optional[bool] = ..., multicolumn_format: Optional[str] = ..., multirow: Optional[bool] = ..., caption: Optional[str] = ..., label: Optional[str] = ...) -> str tests/snippets/test_frame.py:603: error: No overload variant of "to_latex" of "DataFrame" matches argument type "Tuple[str, str]" tests/snippets/test_frame.py:603: note: Possible overload variants: tests/snippets/test_frame.py:603: note: def to_latex(self, buf: Union[PathLike[str], str, IO[Any], RawIOBase, BufferedIOBase, TextIOBase, TextIOWrapper, mmap, None], columns: Optional[List[str]] = ..., col_space: Optional[int] = ..., header: bool = ..., index: bool = ..., na_rep: str = ..., formatters: Any = ..., float_format: Any = ..., sparsify: Optional[bool] = ..., index_names: bool = ..., bold_rows: bool = ..., column_format: Optional[str] = ..., longtable: Optional[bool] = ..., escape: Optional[bool] = ..., encoding: Optional[str] = ..., decimal: str = ..., multicolumn: Optional[bool] = ..., multicolumn_format: Optional[str] = ..., multirow: Optional[bool] = ..., caption: Optional[str] = ..., label: Optional[str] = ...) -> None tests/snippets/test_frame.py:603: note: def to_latex(self, columns: Optional[List[str]] = ..., col_space: Optional[int] = ..., header: bool = ..., index: bool = ..., na_rep: str = ..., formatters: Any = ..., float_format: Any = ..., sparsify: Optional[bool] = ..., index_names: bool = ..., bold_rows: bool = ..., column_format: Optional[str] = ..., longtable: Optional[bool] = ..., escape: Optional[bool] = ..., encoding: Optional[str] = ..., decimal: str = ..., multicolumn: Optional[bool] = ..., multicolumn_format: Optional[str] = ..., multirow: Optional[bool] = ..., caption: Optional[str] = ..., label: Optional[str] = ...) -> str tests/snippets/test_frame.py:609: error: Unexpected keyword argument "ignore_index" for "explode" of "DataFrame" .tox/py39/lib/python3.9/site-packages/pandas/core/frame.pyi:646: note: "explode" of "DataFrame" defined here tests/snippets/test_frame.py:610: error: Unexpected keyword argument "ignore_index" for "explode" of "DataFrame" .tox/py39/lib/python3.9/site-packages/pandas/core/frame.pyi:646: note: "explode" of "DataFrame" defined here tests/snippets/test_frame.py:616: error: Argument "columns" to "rename" of "DataFrame" has incompatible type "Dict[str, str]"; expected "Union[Callable[..., Any], Dict[Union[int, str], str], None]" tests/snippets/test_frame.py:622: error: Dict entry 0 has incompatible type "Tuple[int, int]": "str"; expected "Union[int, str]": "str" tests/snippets/test_series.py:10: error: Module "pandas.core.window" has no attribute "ExponentialMovingWindow" tests/snippets/test_series.py:37: error: No overload variant of "to_csv" of "NDFrame" matches argument types "str", "str" tests/snippets/test_series.py:37: note: Possible overload variants: tests/snippets/test_series.py:37: note: def to_csv(self, path_or_buf: Union[PathLike[str], str, IO[Any], RawIOBase, BufferedIOBase, TextIOBase, TextIOWrapper, mmap, None], sep: str = ..., na_rep: str = ..., float_format: Optional[str] = ..., columns: Optional[Sequence[Hashable]] = ..., header: Union[bool, List[str]] = ..., index: bool = ..., index_label: Union[bool, str, Sequence[Hashable], None] = ..., mode: str = ..., encoding: Optional[str] = ..., compression: Union[str, Mapping[str, str]] = ..., quoting: Optional[int] = ..., quotechar: str = ..., line_terminator: Optional[str] = ..., chunksize: Optional[int] = ..., date_format: Optional[str] = ..., doublequote: bool = ..., escapechar: Optional[str] = ..., decimal: str = ...) -> None tests/snippets/test_series.py:37: note: def to_csv(self, sep: str = ..., na_rep: str = ..., float_format: Optional[str] = ..., columns: Optional[Sequence[Hashable]] = ..., header: Union[bool, List[str]] = ..., index: bool = ..., index_label: Union[bool, str, Sequence[Hashable], None] = ..., mode: str = ..., encoding: Optional[str] = ..., compression: Union[str, Mapping[str, str]] = ..., quoting: Optional[int] = ..., quotechar: str = ..., line_terminator: Optional[str] = ..., chunksize: Optional[int] = ..., date_format: Optional[str] = ..., doublequote: bool = ..., escapechar: Optional[str] = ..., decimal: str = ...) -> str tests/snippets/test_series.py:43: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:72: error: Invalid index type "Series[bool]" for "Series[str]"; expected type "Union[List[str], Index[int], Series[str], slice]" tests/snippets/test_series.py:112: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:112: error: Argument 1 to "drop" of "Series" has incompatible type "int"; expected "Union[str, List[Any]]" tests/snippets/test_series.py:113: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:114: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:114: error: Argument 1 to "drop" of "Series" has incompatible type "int"; expected "Union[str, List[Any]]" tests/snippets/test_series.py:115: error: Incompatible types in assignment (expression has type "Series[Any]", variable has type "None") tests/snippets/test_series.py:116: error: Incompatible types in assignment (expression has type "Series[Any]", variable has type "None") tests/snippets/test_series.py:123: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:128: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:129: error: Incompatible types in assignment (expression has type "Series[str]", variable has type "None") tests/snippets/test_series.py:134: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:135: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:136: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:136: error: No overload variant of "fillna" of "Series" matches argument types "str", "int" tests/snippets/test_series.py:136: note: Possible overload variants: tests/snippets/test_series.py:136: note: def fillna(self, value: Union[str, bytes, date, timedelta, complex, Dict[Any, Any], Series[str], DataFrame], method: Union[str, Literal['backfill'], Literal['bfill'], Literal['pad'], Literal['ffill']] = ..., axis: Union[str, int, Literal['index'], Literal[0]] = ..., limit: int = ..., downcast: Dict[Any, Any] = ..., *, inplace: Literal[True]) -> None tests/snippets/test_series.py:136: note: def fillna(self, value: Union[str, bytes, date, timedelta, complex, Dict[Any, Any], Series[str], DataFrame], method: Union[str, Literal['backfill'], Literal['bfill'], Literal['pad'], Literal['ffill']] = ..., axis: Union[str, int, Literal['index'], Literal[0]] = ..., *, limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:136: note: def fillna(self, value: Union[str, bytes, date, timedelta, complex, Dict[Any, Any], Series[str], DataFrame], method: Union[str, Literal['backfill'], Literal['bfill'], Literal['pad'], Literal['ffill']] = ..., axis: Union[str, int, Literal['index'], Literal[0]] = ..., inplace: bool = ..., limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:137: error: No overload variant of "fillna" of "Series" matches argument types "str", "bool" tests/snippets/test_series.py:137: note: Possible overload variants: tests/snippets/test_series.py:137: note: def fillna(self, value: Union[str, bytes, date, timedelta, complex, Dict[Any, Any], Series[str], DataFrame], method: Union[str, Literal['backfill'], Literal['bfill'], Literal['pad'], Literal['ffill']] = ..., axis: Union[str, int, Literal['index'], Literal[0]] = ..., limit: int = ..., downcast: Dict[Any, Any] = ..., *, inplace: Literal[True]) -> None tests/snippets/test_series.py:137: note: def fillna(self, value: Union[str, bytes, date, timedelta, complex, Dict[Any, Any], Series[str], DataFrame], method: Union[str, Literal['backfill'], Literal['bfill'], Literal['pad'], Literal['ffill']] = ..., axis: Union[str, int, Literal['index'], Literal[0]] = ..., *, limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:137: note: def fillna(self, value: Union[str, bytes, date, timedelta, complex, Dict[Any, Any], Series[str], DataFrame], method: Union[str, Literal['backfill'], Literal['bfill'], Literal['pad'], Literal['ffill']] = ..., axis: Union[str, int, Literal['index'], Literal[0]] = ..., inplace: bool = ..., limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:138: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:138: error: No overload variant of "fillna" of "Series" matches argument type "str" tests/snippets/test_series.py:138: note: Possible overload variants: tests/snippets/test_series.py:138: note: def fillna(self, value: Union[str, bytes, date, timedelta, complex, Dict[Any, Any], Series[str], DataFrame], method: Union[str, Literal['backfill'], Literal['bfill'], Literal['pad'], Literal['ffill']] = ..., axis: Union[str, int, Literal['index'], Literal[0]] = ..., limit: int = ..., downcast: Dict[Any, Any] = ..., *, inplace: Literal[True]) -> None tests/snippets/test_series.py:138: note: def fillna(self, value: Union[str, bytes, date, timedelta, complex, Dict[Any, Any], Series[str], DataFrame], method: Union[str, Literal['backfill'], Literal['bfill'], Literal['pad'], Literal['ffill']] = ..., axis: Union[str, int, Literal['index'], Literal[0]] = ..., *, limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:138: note: def fillna(self, value: Union[str, bytes, date, timedelta, complex, Dict[Any, Any], Series[str], DataFrame], method: Union[str, Literal['backfill'], Literal['bfill'], Literal['pad'], Literal['ffill']] = ..., axis: Union[str, int, Literal['index'], Literal[0]] = ..., inplace: bool = ..., limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:139: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:139: error: No overload variant of "fillna" of "Series" matches argument types "str", "int" tests/snippets/test_series.py:139: note: Possible overload variants: tests/snippets/test_series.py:139: note: def fillna(self, value: Union[str, bytes, date, timedelta, complex, Dict[Any, Any], Series[str], DataFrame], method: Union[str, Literal['backfill'], Literal['bfill'], Literal['pad'], Literal['ffill']] = ..., axis: Union[str, int, Literal['index'], Literal[0]] = ..., limit: int = ..., downcast: Dict[Any, Any] = ..., *, inplace: Literal[True]) -> None tests/snippets/test_series.py:139: note: def fillna(self, value: Union[str, bytes, date, timedelta, complex, Dict[Any, Any], Series[str], DataFrame], method: Union[str, Literal['backfill'], Literal['bfill'], Literal['pad'], Literal['ffill']] = ..., axis: Union[str, int, Literal['index'], Literal[0]] = ..., *, limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:139: note: def fillna(self, value: Union[str, bytes, date, timedelta, complex, Dict[Any, Any], Series[str], DataFrame], method: Union[str, Literal['backfill'], Literal['bfill'], Literal['pad'], Literal['ffill']] = ..., axis: Union[str, int, Literal['index'], Literal[0]] = ..., inplace: bool = ..., limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:144: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:145: error: Incompatible types in assignment (expression has type "Series[str]", variable has type "None") tests/snippets/test_series.py:146: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:152: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:152: error: Unexpected keyword argument "key" for "sort_index" of "Series" tests/snippets/test_series.py:157: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:158: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:160: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:161: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:167: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:189: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:197: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:417: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:422: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:424: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:428: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:461: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:466: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:480: error: Missing type parameters for generic type "Series" tests/snippets/test_series.py:486: error: Missing type parameters for generic type "Series" .tox/py39/lib/python3.9/site-packages/pandas/core/series.pyi:243: note: "sort_index" of "Series" defined here tests/snippets/test_series.py:159: error: Incompatible types in assignment (expression has type "Series[str]", variable has type "None") tests/snippets/test_series.py:167: error: Unexpected keyword argument "key" for "sort_values" of "Series" .tox/py39/lib/python3.9/site-packages/pandas/core/series.pyi:234: note: "sort_values" of "Series" defined here tests/snippets/test_series.py:188: error: Incompatible types in assignment (expression has type "str", variable has type "float") tests/snippets/test_series.py:190: error: Incompatible types in assignment (expression has type "str", variable has type "float") tests/snippets/test_series.py:191: error: Incompatible types in assignment (expression has type "str", variable has type "float") tests/snippets/test_series.py:196: error: Incompatible types in assignment (expression has type "str", variable has type "float") tests/snippets/test_series.py:198: error: Incompatible types in assignment (expression has type "str", variable has type "float") tests/snippets/test_series.py:199: error: Incompatible types in assignment (expression has type "str", variable has type "float") tests/snippets/test_series.py:329: error: Unexpected keyword argument "dropna" for "groupby" of "Series" .tox/py39/lib/python3.9/site-packages/pandas/core/series.pyi:173: note: "groupby" of "Series" defined here tests/snippets/test_series.py:330: error: Unexpected keyword argument "dropna" for "groupby" of "Series" .tox/py39/lib/python3.9/site-packages/pandas/core/series.pyi:173: note: "groupby" of "Series" defined here tests/snippets/test_series.py:336: error: "Callable[[KwArg(Any)], Any]" has no attribute "hist" tests/snippets/test_series.py:354: error: Unexpected keyword argument "ddof" for "cov" of "Series" .tox/py39/lib/python3.9/site-packages/pandas/core/series.pyi:206: note: "cov" of "Series" defined here tests/snippets/test_series.py:361: error: Argument 1 to "update" of "Series" has incompatible type "List[int]"; expected "Series[str]" tests/snippets/test_series.py:362: error: Argument 1 to "update" of "Series" has incompatible type "List[object]"; expected "Series[str]" tests/snippets/test_series.py:363: error: Argument 1 to "update" of "Series" has incompatible type "Dict[int, int]"; expected "Series[str]" tests/snippets/test_series.py:371: error: No overload variant of "to_markdown" of "Series" matches argument type "bool" tests/snippets/test_series.py:371: note: Possible overload variants: tests/snippets/test_series.py:371: note: def to_markdown(self, buf: Union[PathLike[str], str, IO[Any], RawIOBase, BufferedIOBase, TextIOBase, mmap], mode: str = ..., **kwargs: Any) -> None tests/snippets/test_series.py:371: note: def to_markdown(self, mode: str = ...) -> str tests/snippets/test_series.py:385: error: Missing positional argument "func" in call to "agg" of "Series" tests/snippets/test_series.py:395: error: Unexpected keyword argument "datetime_is_numeric" for "describe" of "Series" .tox/py39/lib/python3.9/site-packages/pandas/core/series.pyi:643: note: "describe" of "Series" defined here tests/snippets/test_series.py:402: error: Unexpected keyword argument "origin" for "resample" of "Series" .tox/py39/lib/python3.9/site-packages/pandas/core/series.pyi:577: note: "resample" of "Series" defined here tests/snippets/test_series.py:402: error: Unexpected keyword argument "offset" for "resample" of "Series"; did you mean "loffset"? .tox/py39/lib/python3.9/site-packages/pandas/core/series.pyi:577: note: "resample" of "Series" defined here tests/snippets/test_series.py:414: error: Incompatible types in assignment (expression has type "str", variable has type "List[int]") tests/snippets/test_series.py:416: error: Incompatible types in assignment (expression has type "str", variable has type "int") tests/snippets/test_series.py:455: error: Incompatible types in assignment (expression has type "Series[Any]", variable has type "None") tests/snippets/test_series.py:466: error: No overload variant of "bfill" of "Series" matches argument type "bool" tests/snippets/test_series.py:466: note: Possible overload variants: tests/snippets/test_series.py:466: note: def bfill(self, value: Union[str, Dict[Any, Any], Series[str], DataFrame], axis: Union[str, int, Literal['index'], Literal[0]] = ..., limit: int = ..., downcast: Dict[Any, Any] = ..., *, inplace: Literal[True]) -> None tests/snippets/test_series.py:466: note: def bfill(self, value: Union[str, Dict[Any, Any], Series[str], DataFrame], axis: Union[str, int, Literal['index'], Literal[0]] = ..., *, limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:466: note: def bfill(self, value: Union[str, Dict[Any, Any], Series[str], DataFrame], axis: Union[str, int, Literal['index'], Literal[0]] = ..., inplace: bool = ..., limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:467: error: No overload variant of "bfill" of "Series" matches argument type "bool" tests/snippets/test_series.py:467: note: Possible overload variants: tests/snippets/test_series.py:467: note: def bfill(self, value: Union[str, Dict[Any, Any], Series[str], DataFrame], axis: Union[str, int, Literal['index'], Literal[0]] = ..., limit: int = ..., downcast: Dict[Any, Any] = ..., *, inplace: Literal[True]) -> None tests/snippets/test_series.py:467: note: def bfill(self, value: Union[str, Dict[Any, Any], Series[str], DataFrame], axis: Union[str, int, Literal['index'], Literal[0]] = ..., *, limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:467: note: def bfill(self, value: Union[str, Dict[Any, Any], Series[str], DataFrame], axis: Union[str, int, Literal['index'], Literal[0]] = ..., inplace: bool = ..., limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:480: error: No overload variant of "ffill" of "Series" matches argument type "bool" tests/snippets/test_series.py:480: note: Possible overload variants: tests/snippets/test_series.py:480: note: def ffill(self, value: Union[str, Dict[Any, Any], Series[str], DataFrame], axis: Union[str, int, Literal['index'], Literal[0]], inplace: Literal[True], limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:480: note: def ffill(self, value: Union[str, Dict[Any, Any], Series[str], DataFrame], inplace: Literal[True], limit: int = ..., downcast: Dict[Any, Any] = ...) -> None tests/snippets/test_series.py:480: note: def ffill(self, value: Union[str, Dict[Any, Any], Series[str], DataFrame], axis: Union[str, int, Literal['index'], Literal[0]] = ..., *, limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:480: note: def ffill(self, value: Union[str, Dict[Any, Any], Series[str], DataFrame], axis: Union[str, int, Literal['index'], Literal[0]] = ..., inplace: bool = ..., limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:481: error: No overload variant of "ffill" of "Series" matches argument type "bool" tests/snippets/test_series.py:481: note: Possible overload variants: tests/snippets/test_series.py:481: note: def ffill(self, value: Union[str, Dict[Any, Any], Series[str], DataFrame], axis: Union[str, int, Literal['index'], Literal[0]], inplace: Literal[True], limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:481: note: def ffill(self, value: Union[str, Dict[Any, Any], Series[str], DataFrame], inplace: Literal[True], limit: int = ..., downcast: Dict[Any, Any] = ...) -> None tests/snippets/test_series.py:481: note: def ffill(self, value: Union[str, Dict[Any, Any], Series[str], DataFrame], axis: Union[str, int, Literal['index'], Literal[0]] = ..., *, limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] tests/snippets/test_series.py:481: note: def ffill(self, value: Union[str, Dict[Any, Any], Series[str], DataFrame], axis: Union[str, int, Literal['index'], Literal[0]] = ..., inplace: bool = ..., limit: int = ..., downcast: Dict[Any, Any] = ...) -> Series[str] Found 160 errors in 5 files (checked 7 source files)