Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
min_itemsize not working on MultiIndex columns for Series, with format="table" #11412
Comments
|
dupe of #11364 its a bug, specify 'index' as the key to make it work |
jreback
closed this
Oct 22, 2015
jreback
added the
IO HDF5
label
Oct 22, 2015
|
Sorry for the dupe (and for the ridiculous bug title). But that said,
still gives exactly the same error. |
toobaz
changed the title from
min_itemsize to min_itemsize not working on MultiIndex columns for Series, with format="table"
Oct 22, 2015
|
you can post that as an example in the other issue then. its the same/related. |
toobaz
referenced
this issue
Nov 24, 2016
Closed
BUG: Ensure min_itemsize is always a list (#11412) #14728
toobaz
added a commit
to toobaz/pandas
that referenced
this issue
Nov 24, 2016
|
|
toobaz |
7d5c9df
|
toobaz
added a commit
to toobaz/pandas
that referenced
this issue
Dec 5, 2016
|
|
toobaz |
6406ee8
|
jreback
added this to the
0.19.2
milestone
Dec 5, 2016
jreback
added a commit
that referenced
this issue
Dec 5, 2016
|
|
toobaz + jreback |
53bf1b2
|
jorisvandenbossche
added a commit
that referenced
this issue
Dec 15, 2016
|
|
toobaz + jorisvandenbossche |
90e1922
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
toobaz commentedOct 22, 2015
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.