You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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*
changed the title [-]Deprecate Series.asobject, rename to Series._asobject[/-][+]Deprecate Series.asobject, Index.asobject, rename to _asobject[/+]on Nov 12, 2017
Activity
jreback commentedon Nov 12, 2017
this is for compat with Index; should do the same there
we actually don’t need this method but that’s for another issue
[-]Deprecate Series.asobject, rename to Series._asobject[/-][+]Deprecate Series.asobject, Index.asobject, rename to _asobject[/+]jorisvandenbossche commentedon Nov 13, 2017
Is the alternative to do
astype(object)
?+1 on deprecating