-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
corrected version of ts_hourly #2183
Conversation
now the functionality is there, if OK, we could improve the docstrings
…ts and corrected indices in tests
BTW no need to create a new PR, you can just keep pushing commits to the branch you're working on |
@timmie, I implemented an hourly version in pivot_annual, pivot_annual and pivot_annual_h were so similar that it didn't make sense to have separate method and module just to have output in a different orientation. You can always use I didn't merge in the extended_info and the default index. Here's why:
I'm moving the rest of this issue to 0.11 if you still want to finish the 2 items I just listed above. |
Thank you very much for that! Shall we add a similar part for minutely?
In earlier version I had problems with
Exactly.
Could you please show me an example? Python datetime always needs a year/month/day/hour.
well, I do not think so:
So this is like the summary of a column. extended info would generate the descriptives for all columns and add it to the dataframe I.e. create long-term hourly averages. Or would you do this also with DataFrame.describe? Thanks again! |
Is there anything remaining here or can be closed? |
@timmie, you can probably just do df.T.describe() to get most of what you want.
I'm going to close this PR. Please make a new PR with the stuff mentioned above if you're interested. |
small glitch in the function but mainly fixes in tests