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
Series.to_frame uses pandas.DataFrame statically as frame constructor. It is nice if Series has overridable property to specify frame-like constructor, like DataFrame has _constructor_sliced.