powered by
Convert a Demand expressed in Monthly buckets into Weekly buckets
month_to_week(dataset, DFU, Period, Demand)
a dataframe with the Demand expressed in weekly buckets for each item
a dataframe with the demand in monthly bucket for each item
name of an item, a SKU, or a node like an item x location
a monthly period of time that we want to convert into weekly buckets
the quantity of an item planned to be consumed in units for a given period
month_to_week(dataset = demo_monthly_dmd, DFU, Period, Demand)
Run the code above in your browser using DataLab