Skip to content

HDFStore table format append issue #5317

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

Closed
michaelaye opened this issue Oct 25, 2013 · 4 comments
Closed

HDFStore table format append issue #5317

michaelaye opened this issue Oct 25, 2013 · 4 comments

Comments

@michaelaye
Copy link
Contributor

I can't seem to append a 2-column filled with timedelta64 and datetime64 to an empty HDFStore:
http://nbviewer.ipython.org/7149023

@jreback
Copy link
Contributor

jreback commented Oct 25, 2013

implemented in 0.13 (coming very soon); you can try in master if u would like, see here: http://pandas.pydata.org/pandas-docs/dev/whatsnew.html#hdfstore-api-changes

@michaelaye
Copy link
Contributor Author

oh, okay. Didn't know it wasn't supported. I thought timedeltas are also just integers somewhere and therefore shouldn't be any issue for HDFs. Sorry for the noise. Thanks for the hint with master, will have a look.

@michaelaye
Copy link
Contributor Author

Just to let you know, the code in master works fine for me, thanks!

@jreback
Copy link
Contributor

jreback commented Oct 25, 2013

gr8!

the fix for the performance of the assignment is in #5320

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants