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 715ba19 commit 182f94eCopy full SHA for 182f94e
pandas/core/base.py
@@ -506,6 +506,11 @@ def array(self) -> ExtensionArray:
506
"""
507
The ExtensionArray of the data backing this Series or Index.
508
509
+ This property provides direct access to the underlying array data of a
510
+ Series or Index without requiring conversion to a NumPy array. It
511
+ returns an ExtensionArray, which is the native storage format for
512
+ pandas extension dtypes.
513
+
514
Returns
515
-------
516
ExtensionArray
0 commit comments