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 cb2eb54 commit b5f2f4aCopy full SHA for b5f2f4a
pandas/core/series.py
@@ -813,7 +813,7 @@ def _values(self):
813
def _references(self) -> BlockValuesRefs:
814
return self._mgr._block.refs
815
816
- @Appender(base.IndexOpsMixin.array.__doc__)
+ @Appender(base.IndexOpsMixin.array.__doc__) # type: ignore[prop-decorator]
817
@property
818
def array(self) -> ExtensionArray:
819
return self._mgr.array_values()
0 commit comments