-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
to_csv() fail on 0.11.dev #3163
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
platform and numpy version? |
i386 GNU/Linux and numpy 1.6.2 |
22f258f fixed a very similar boundry+1 issue for multiindex, due to a slicer arg being ignored |
it's 1 chunk plus 1 row will take a look |
I got it.
should be
|
by visual inspection to_native_types in core/index is_all_dates is returning the formatted for self, should be values will add test and fix tom @gdraps thanks for the report |
take it away jeff.... :) |
faster than me! use values instead of self[slicer] |
it's a view isn't it? you do it. I'll beef up the torture test, I'm not sure I tested DateTimeIndex, |
it's a view |
test at 8386da9 |
Thanks, will do. EDIT: 886c3c7 |
fyi, |
Hit this after updating to '0.11.0.dev-da54321' from master. Haven't had a chance to dig any deeper, other than isolate frame length as a factor.
Current workaround:
The text was updated successfully, but these errors were encountered: