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

add a dates module to support a few common processing with dates #11

Open
jceresearch opened this issue Jan 22, 2022 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@jceresearch
Copy link
Owner

Typically durations in days/working days between key dates, possibly binning already for histograms/aging.
Working days vs non working days, extra points for holiday calendars.
Possibly all of the about but instead of a against a column against an extraction date provided (or "auto" to pick the latest date in the population on the assumption that it will be effectively the cutoff)
Possibly look at rounding to dates and other related simplifications to make it easy to export to powerbi

@jceresearch jceresearch added the enhancement New feature or request label Jun 22, 2022
@jceresearch
Copy link
Owner Author

Added a calendar table for lookups and also a function to truncate dates. A couple of functions do interesting things with dates like sequence and fillna_smart.
To do perhaps something more specific on date processing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant