mollyryanruby / sales_forecasting

5 machine learning techniques to forecast product sales

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in monthly_data in 1st EDA file

pranavnbapat opened this issue · comments

It's giving me an error saying that "day is out of range for month: 29-02-2". I think it's because of this line:
monthly_data.date = monthly_data.date.apply(lambda x: str(x)[:-3])