You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In finance it's really common to use Quarters for planning. It would be cool if floor date and round date could use quarters in addition.
Thus
floor_date(dt, "quarter")
which would turn 2024-05-20 to 2024-04-01 since April 1 is the beginning of the second quarter. In lubridate the following units are supported
second
minute
hour
day
week
month
bimonth
quarter
season
halfyear
year
I've used the checkmark to indicate which ones that are currently implemented in TidierDates.jl. It would be nice to support the same as lubridate. Happy to take a stab at it if there's interest.
The text was updated successfully, but these errors were encountered:
In finance it's really common to use Quarters for planning. It would be cool if floor date and round date could use quarters in addition.
Thus
which would turn
2024-05-20
to2024-04-01
since April 1 is the beginning of the second quarter. In lubridate the following units are supportedI've used the checkmark to indicate which ones that are currently implemented in
TidierDates.jl
. It would be nice to support the same aslubridate
. Happy to take a stab at it if there's interest.The text was updated successfully, but these errors were encountered: