I have this dataframe with two columns "CREATEDDATE and “QtyOrder”
when i run the forecast in azure ML (using the python SDK) i get this error:
The specified time column, ‘CREATEDDATE’, contains rows with duplicate timestamps.
What i want to do is aggregate QtyOrdered by the timestamp, can someone help?