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 9dba8f2 commit 996db1fCopy full SHA for 996db1f
pandas/core/arrays/string_.py
@@ -536,8 +536,6 @@ def _str_map_nan_semantics(
536
537
# error: Definition of "_concat_same_type" in base class "NDArrayBacked" is
538
# incompatible with definition in base class "ExtensionArray"
539
-
540
541
class StringArray(BaseStringArray, NumpyExtensionArray): # type: ignore[misc]
542
"""
543
Extension array for string data.
0 commit comments