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 3e5836c commit b4258f2Copy full SHA for b4258f2
pandas/core/arrays/numpy_.py
@@ -368,9 +368,6 @@ def take(
368
indices, allow_fill=allow_fill, fill_value=fill_value, axis=axis
369
)
370
# See GH#62448.
371
- # TODO: Not all Pandas extension dtypes have an underlying Numpy dtype.
372
- # I will need to handle the case where self.dtype doesn't have this
373
- # attribute.
374
if self.dtype.kind in "iub":
375
return type(self)(result, copy=False)
376
0 commit comments