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*
Let's make it private then.
The text was updated successfully, but these errors were encountered:
this is for compat with Index; should do the same there
we actually don’t need this method but that’s for another issue
TomAugspurger
changed the title
Deprecate Series.asobject, rename to Series._asobject
Deprecate Series.asobject, Index.asobject, rename to _asobject
Nov 12, 2017
Let's make it private then.
The text was updated successfully, but these errors were encountered: