We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2fb54 commit 9dba8f2Copy full SHA for 9dba8f2
pandas/core/arrays/string_.py
@@ -727,7 +727,6 @@ def __arrow_array__(self, type=None):
727
values[self.isna()] = None
728
return pa.array(values, type=type, from_pandas=True)
729
730
-
731
def _values_for_factorize(self) -> tuple[np.ndarray, libmissing.NAType | float]: # type: ignore[override]
732
arr = self._ndarray
733
0 commit comments