-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
min_itemsize not working on MultiIndex columns for Series, with format="table" #11412
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
dupe of #11364 its a bug, specify 'index' as the key to make it work |
Sorry for the dupe (and for the ridiculous bug title). But that said,
still gives exactly the same error. |
you can post that as an example in the other issue then. its the same/related. |
4 tasks
toobaz
added a commit
to toobaz/pandas
that referenced
this issue
Nov 24, 2016
toobaz
added a commit
to toobaz/pandas
that referenced
this issue
Dec 5, 2016
jorisvandenbossche
pushed a commit
that referenced
this issue
Dec 15, 2016
closes #11412 Author: Pietro Battiston <[email protected]> Closes #14728 from toobaz/minitemsizefix and squashes the following commits: e25cd1f [Pietro Battiston] Whatsnew b9bb88f [Pietro Battiston] Tests for previous commit 6406ee8 [Pietro Battiston] BUG: Ensure min_itemsize is always a list (cherry picked from commit 53bf1b2)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I do
and then
I get the following:
All goes smoothly instead if I don't specify "format=table", or if I don't specify the min_itemsize, or if I save as DataFrame (ddf[['C']]) rather than a as Series.
Tested with up to date pandas from git and pytables 3.2.2-1.
The text was updated successfully, but these errors were encountered: