Deprecate Series.asobject, Index.asobject, rename to _asobject #18237
Closed
Description
In [13]: pd.Series.asobject?
Type: property
String form: <property object at 0x10b674548>
Docstring:
return object Series which contains boxed values
*this is an internal non-public method*
Let's make it private then.