Skip to content

Bug Fix for Issue #513 Fractional seconds lost in HDFStore for datetime indexes #834

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

Merged
merged 6 commits into from
Feb 28, 2012

Conversation

lespaul
Copy link
Contributor

@lespaul lespaul commented Feb 27, 2012

PyTables Time64Col is in fact a float64 alias so adding fractional seconds and using the correct dtype fixes this issue
#513

…ime indexes"

PyTables Time64Col is in fact a float64 alias so adding fractional seconds and using the correct dtype fixes this issue
…microsecond information.

Also added simple test case for checking that fractional seconds are stored
@adamklein
Copy link
Contributor

Looks pretty good to me. Will let Wes look before I merge it in...

@wesm
Copy link
Member

wesm commented Feb 28, 2012

indeed this looks fine. thanks a lot!

wesm added a commit that referenced this pull request Feb 28, 2012
Close #513 Fractional seconds lost in HDFStore for datetime indexes
@wesm wesm merged commit 71244f2 into pandas-dev:master Feb 28, 2012
@wesm
Copy link
Member

wesm commented Feb 28, 2012

hi @lespaul, because you made a pull request from your master branch, you will want to git fetch upstream and then git reset --hard upstream/master

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

Successfully merging this pull request may close these issues.

3 participants