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.
How about Series._constructor_frame?
The text was updated successfully, but these errors were encountered:
Series.to_frame
usespandas.DataFrame
statically as frame constructor. It is nice ifSeries
has overridable property to specify frame-like constructor, likeDataFrame
has_constructor_sliced
.How about
Series._constructor_frame
?The text was updated successfully, but these errors were encountered: