Hi Nixla, also, if I have the dataframe of `unique...
# general
t
Hi Nixla, also, if I have the dataframe of
unique_id
, and
y
where
ds
gives daily data, what's the Nixtla recommended way to convert it into monthly data if I want to predict every month's sale for each
unique_id
? I can apply apply normal dataframe groupby sum for month, year and
unique_id
, but wondering if Nixla provides its own API for this kind of operation? Also, the models understand
freq='M'
right?
j
Aggregating with pandas should work. We support all pandas frequency aliases