-
Notifications
You must be signed in to change notification settings - Fork 19
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
fetchHenry() NA-padding for weekly / monthly granularity #265
Comments
A note to extend methods where possible so that they can work with other data sources e.g. SCAN, CDEC |
Looks like we will also need to change the usage of
|
I'll try to take a look next week sometime, unless you have time before then. Can you tackle the POSIX thing? |
Take a look at this issue as a whole? I can probably take a crack at it this week sometime
This is sorted w/ 6d4c02b |
Go for it if you have some time. I'm not going to have enough time this week.
Thanks, the |
1 similar comment
Go for it if you have some time. I'm not going to have enough time this week.
Thanks, the |
TODO:
.fill_missing_days()
with new function andgran
argument: days, weeks, months.formatDates()
with new functionfetchHenry()
for generic NA paddingFurther research: https://stackoverflow.com/questions/22439540/how-to-get-week-numbers-from-dates
First approximation here.
The text was updated successfully, but these errors were encountered: