-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
rename multiindex bug in DataFrame #4023
Comments
do it like this
|
This works. Thanks. |
its a bug sort of of; using objects as column labels is frowned upon, but sometimes works depending on the repr. Pandas really doesn't have a straight Its a bug because I think the |
@wesm reason to have a |
might make sense. at some point we'll need to unify the column/index array business (i.e. if you want to call datetimeindex methods on a datetime64 column, you have to convert it first) |
same as #4160 |
related / same as #4160
Works fine on Series, but throws error on DataFrame:
The text was updated successfully, but these errors were encountered: