A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pandas-dev/pandas/commit/f0b61c561858da28d22a1df7c03787ce8f1b482f below:

Fix mypy (#56428) · pandas-dev/pandas@f0b61c5 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -770,7 +770,7 @@ def isin(self, values: ArrayLike) -> npt.NDArray[np.bool_]:

770 770

]

771 771

if values.dtype == object:

772 772

values = lib.maybe_convert_objects(

773 -

values,

773 +

values, # type: ignore[arg-type]

774 774

convert_non_numeric=True,

775 775

dtype_if_all_nat=self.dtype,

776 776

)

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4