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 fdf1454 commit fe6fce6Copy full SHA for fe6fce6
pandas/core/arrays/string_.py
@@ -779,7 +779,7 @@ def _from_sequence(
779
return super()._from_sequence(scalars, dtype=dtype, copy=copy)
780
781
def _from_backing_data(self, arr: np.ndarray) -> StringArrayNumpySemantics:
782
- # need to overrde NumpyExtensionArray._from_backing_data to ensure
+ # need to override NumpyExtensionArray._from_backing_data to ensure
783
# we always preserve the dtype
784
return NDArrayBacked._from_backing_data(self, arr)
785
0 commit comments