-
-
Notifications
You must be signed in to change notification settings - Fork 18k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API: to_series/to_frame Index methods #15230
Comments
I don't see why we shouldn't harmonize API. It makes it easier to use (obviously, the behavior will be different but at least the functions can be called). |
@gfyoung feel like diving in on these? (we may need to deprecate some things). |
@jreback : Just going through the backlog here and finally got to this. For starters, What do you think? |
xref #15216 (comment)
Index.to_series()
MultiIndex.to_frame()
should we harmonize? (e.g. make both available to both? for compat), leave it like this?
should also prob add the
index=True
kw to.to_series()
for compat.The text was updated successfully, but these errors were encountered: