Skip to content

ENH: add option to HDFStore.put/append to optionally store the index of the object (default for back compat is True) #8319

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

Open
jreback opened this issue Sep 19, 2014 · 1 comment
Labels
Enhancement IO HDF5 read_hdf, HDFStore

Comments

@jreback
Copy link
Contributor

jreback commented Sep 19, 2014

store.append(df,'df',write_index=True)

makes sense (index is already taken as its passed thru to determine whether to create an actual on in the table)

@jreback jreback added Enhancement IO HDF5 read_hdf, HDFStore Compat pandas objects compatability with Numpy or Python functions labels Sep 19, 2014
@jreback jreback added this to the 0.16 milestone Sep 19, 2014
@jreback jreback changed the title ENH: add index=True to HDFStore to optionally store the index (default for back compat is True) ENH: add index=True to HDFStore.put/append to optionally store the index (default for back compat is True) Sep 19, 2014
@jreback jreback changed the title ENH: add index=True to HDFStore.put/append to optionally store the index (default for back compat is True) ENH: add option to HDFStore.put/append to optionally store the index of the object (default for back compat is True) Sep 19, 2014
@jreback jreback modified the milestones: 0.16, 0.15.1 Oct 7, 2014
@jreback jreback modified the milestones: 0.16.0, Next Major Release Mar 6, 2015
@heroxbd
Copy link

heroxbd commented Feb 14, 2016

Hey, I need to pass the resulting hdf5 tables to R. The extra index column is annoying. Having this option will be very useful.

@datapythonista datapythonista modified the milestones: Contributions Welcome, Someday Jul 8, 2018
@mroeschke mroeschke removed the Compat pandas objects compatability with Numpy or Python functions label Apr 10, 2020
@mroeschke mroeschke removed this from the Someday milestone Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement IO HDF5 read_hdf, HDFStore
Projects
None yet
Development

No branches or pull requests

4 participants