-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: support/test of PeriodIndex in HDFStore #7796
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
Comments
this is not implemented ATM. should raise actually, can you show a complete example: create the frame, write it, and read back also |
ok, this works for fixed
|
I did not use the
|
ok #7746 is broken in 0.14.0 (for a different reason). You know that you can use timestamps rather than Periods and this will all work. |
My problem is that I am converting daily data to weekly data and I want |
can you show an example? |
Sure:
|
your example is NOT the right frequency, in fact its 8 days, then 7 days between (the periods). Not sure what is possible with that
|
Right -- with daily data, dates are not going to conform to a 7 day frequency. For |
ok, but you are resampling with this, yes? what is the problem they will be in the correct buckets for that (even with no frequency) |
Ah, no. Something else I need to learn I see. Many thanks! |
need to fully test this to close after #44314 |
Works for 'fixed'
buggy for 'table'
need explicit test for both
This may be a MultiIndex issue.
The text was updated successfully, but these errors were encountered: