### Summary The pandas docs say > [!WARNING] > We recommend using [Series.array](https://pandas.pydata.org/docs/reference/api/pandas.Series.array.html#pandas.Series.array) or [Series.to_numpy()](https://pandas.pydata.org/docs/reference/api/pandas.Series.to_numpy.html#pandas.Series.to_numpy), depending on whether you need a reference to the underlying data or a NumPy array. PD011 only mentions `.to_numpy()`, but should also mention both. ### Version 0.15.11
Summary
The pandas docs say
Warning
We recommend using Series.array or Series.to_numpy(), depending on whether you need a reference to the underlying data or a NumPy array.
PD011 only mentions
.to_numpy(), but should also mention both.Version
0.15.11