I have my data as below:
I have Date, Category and Qty in my data, where Category has n different types.
I'm able to forecast Qty, using just Date, but I would want to include Category in the forecast, so I do not have to load n different files to separate one category at a time. I'm new to R and any guidance is highly appreciated. Please advise.