-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
reset_index + set_index with drop=False #6181
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
Comments
|
@jreback What about multi indexes? |
Also strictly speaking the answer you proposed would be:
|
@cancan101 you said |
That is true. The reason I used All that being said, what is the best bet for a multi index? Also |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a simple way to make the
Index
in aDataFrame
into columns in a while still keeping the index?Currently I do the following and am wondering if this is the best I can do:
The text was updated successfully, but these errors were encountered: