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 19e77e3 commit b1efb7dCopy full SHA for b1efb7d
doc/source/whatsnew/v1.3.0.rst
@@ -365,7 +365,7 @@ ExtensionArray
365
Other
366
^^^^^
367
- Bug in :class:`Index` constructor sometimes silently ignorning a specified ``dtype`` (:issue:`38879`)
368
--
+- ``inspect.getmembers(Series)`` no longer raises an ``AbstractMethodError`` (:issue:`38782`).
369
-
370
371
.. ---------------------------------------------------------------------------
pandas/tests/series/test_api.py
@@ -172,7 +172,7 @@ def test_attrs(self):
172
173
@skip_if_no("jinja2")
174
def test_inspect_getmembers(self):
175
- # GH38740
+ # GH38782
176
ser = Series()
177
with tm.assert_produces_warning(None):
178
inspect.getmembers(ser)
0 commit comments