Skip to content
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

HDFStore.select with Timestamp data_column doesn't behave as expected. #2637

Closed
scottkidder opened this issue Jan 4, 2013 · 6 comments
Closed
Labels
IO Data IO issues that don't fit into a more specific label
Milestone

Comments

@scottkidder
Copy link

After doing put/append with a data_column that is a Timestamp. HDFStore.select returns incorrect results unless Timestamp.value is used as the Term value.

@jreback
Copy link
Contributor

jreback commented Jan 4, 2013

can you show the code you are using, and the exact pandas version: print pandas.version

@scottkidder
Copy link
Author

latest git '0.10.1.dev-c934e02'. I wrote a test.

@jreback
Copy link
Contributor

jreback commented Jan 4, 2013

good catch....didn't have a test in for that....i'll incorporate your test in my latest update (not much changing outwardly).....

@scottkidder
Copy link
Author

Thanks, great work on all of the new enhancements.

@jreback
Copy link
Contributor

jreback commented Jan 4, 2013

thanks...and let me know if you find any things in the api / docs or whatever that are unclear or could be better

@jreback
Copy link
Contributor

jreback commented Jan 4, 2013

fyi....i changed this so that you wont' need to do .value (you can supply a timestamp directly)..thxs again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO Data IO issues that don't fit into a more specific label
Projects
None yet
Development

No branches or pull requests

2 participants