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 a8fe040 commit f2cbd4bCopy full SHA for f2cbd4b
pandas/core/arrays/base.py
@@ -567,12 +567,6 @@ def to_numpy(
567
Returns
568
-------
569
numpy.ndarray
570
-
571
- Examples
572
- -------
573
- >>> arr = pd.array([4, 5])
574
- >>> arr.to_numpy()
575
- array([4, 5])
576
"""
577
result = np.asarray(self, dtype=dtype)
578
if copy or na_value is not lib.no_default:
0 commit comments