-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
df.set_index() broken #5605
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
are u trying to set a as a float index ? |
set_index is not failing but rather the rendering of the returned Dataframe |
the problem is the repr is not using iloc to select rows and is using getitem |
that was only for the example. In my case I have a TimeSeries I want to make an index and I get that error. Ok, sorry for jumping the gun to set_index, I was wondering how that could have been missed by the tests. |
Display code, all you guys' favorite stuff it seems. ;) |
@michaelaye give a try on latest master...you should be good to go |
yep, fine now. Thanks for the fast fix. |
http://nbviewer.ipython.org/gist/michaelaye/7685834
Version: d057fc9 ('0.12.0-1178-gd057fc9')
I tried a sequence of "python setup.py clean && python setup.py install" without success.
The text was updated successfully, but these errors were encountered: