Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: DataFrame.to_hdf doesn't pass along min_itemsize for index #10381
Comments
TomAugspurger
added Bug HDF5
labels
Jun 17, 2015
TomAugspurger
added this to the
Next Major Release
milestone
Jun 17, 2015
|
FYI the solution here works. Something like store.append('test', df, min_itemsize={'index': 30})so it should just be a matter of passing along arguments. |
|
I think maybe add to the docs a bit more here. This is like saying that the default for column A should be the same as B, which is not very explicit. That said it should work for |
jreback
referenced
this issue
Oct 18, 2015
Closed
inconisitent behaviour of hdf5 store.append for MultiIndex vs simple Index #11364
jreback
added Difficulty Novice Effort Low
labels
Oct 18, 2015
DSLituiev
added a commit
to DSLituiev/pandas
that referenced
this issue
Oct 19, 2015
|
|
DSLituiev |
6a7bf9f
|
DSLituiev
referenced
this issue
Oct 19, 2015
Closed
interpreting index name in min_itemsize specification #11364, #10381 #11368
|
Notice that if I do
and then
(as far as I understand, the suggested workaround), I still get the error. |
jreback
referenced
this issue
Jan 27, 2016
Open
"min_itemsize" doesn't work for MultiIndex columns in table format #12154
toobaz
added a commit
to toobaz/pandas
that referenced
this issue
Feb 7, 2016
|
|
toobaz |
0b06d76
|
toobaz
added a commit
to toobaz/pandas
that referenced
this issue
Feb 7, 2016
|
|
toobaz |
be81d09
|
This was referenced Feb 7, 2016
toobaz
added a commit
to toobaz/pandas
that referenced
this issue
Dec 6, 2016
|
|
toobaz |
2eb0eba
|
|
Just for the records: the bug doesn't have to do with
will fail the same. I'm pushing a PR in few seconds. |
toobaz
referenced
this issue
Dec 6, 2016
Closed
Apply min_itemsize to index even when not appending #14812
toobaz
added a commit
to toobaz/pandas
that referenced
this issue
Dec 11, 2016
|
|
toobaz |
c838afa
|
jorisvandenbossche
modified the milestone: 0.19.2, Next Major Release
Dec 11, 2016
jreback
closed this
in e833096
Dec 11, 2016
jorisvandenbossche
added a commit
that referenced
this issue
Dec 15, 2016
|
|
toobaz + jorisvandenbossche |
26920d1
|
ischurov
added a commit
to ischurov/pandas
that referenced
this issue
Dec 19, 2016
|
|
toobaz + ischurov |
9529ec0
|
TomAugspurger commentedJun 17, 2015
Unless I'm seeing something wrong
and FYI this raises (not sure if it should work)
Just a report right now... no time.