-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
[ENH] MultiIndex: astype dict #43852
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
Conversation
astype multiindex with dict-like of names/int names index with pandas dtype
Hello @NickFillot! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2021-10-02 14:25:34 UTC |
Thanks for PR @NickFillot! |
Hello, I am trying to fix index typing, on DataFrame.set_index method it doesn't recover the old dtypes Br |
inplace new types
Fixing set_indexing data typing
if castable, do, other skip
Hi @NickFillot, what @debnathshoham means is: is there a pandas issue number that you are working on. Has this problem been discussed? |
Hello, After deeper checks, i just saw it was pandas.Int64Dtype() (nullable dtypes), and i had object dtype in index I think it would be nice to set pandas nullable types as dtype instead of object if possible My bad, thanks for support Br |
Issue for feature request if possible: Issue |
astype multiindex with dict-like of names/int names index with pandas dtype