Closed
Description
Note for the documentation sprint:
- The docstring of
Series.unique
is currently defined inpandas/core/base.py
, but since the docstring is no longer shared but only used bySeries.unique
, the docstring can be moved topandas/core/series.py
as a normal docstring of the Series.unique definition