We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IndexOpsMixin.array
1 parent 88861c6 commit c804914Copy full SHA for c804914
pandas/core/base.py
@@ -485,8 +485,8 @@ def array(self) -> ExtensionArray:
485
types, this is the actual array. For NumPy native types, this
486
is a thin (no copy) wrapper around :class:`numpy.ndarray`.
487
488
- ``.array`` differs ``.values`` which may require converting the
489
- data to a different form.
+ ``.array`` differs from ``.values``, which may require converting
+ the data to a different form.
490
491
See Also
492
--------
0 commit comments