This dataset contains a set of Monthly Demand for two Products. There are 3 variables: a DFU, a Monthly Period, a Monthly Demand. The idea is to use this dataset to convert the Demand from Monthly into Weekly bucket. We can apply on this dataset the month_to_week() function, it will create a weekly bucket Period and convert the Demand from Monthly into Weekly bucket.
data(demo_monthly_dmd)
A data frame with 24 rows and 3 variables
Nicolas Nguyen nikonguyen@yahoo.fr
DFU, an item
Period, a date in monthly format
Demand, a consumption in units