I want to predict a value at a date in the future with simple linear regression, but I can\'t due to the date format.
This is the dataframe I have:
Liner regression works on numerical data. Datetime type is not appropriate for this case. You should remove that column after separating it to three separate columns (year, month and day).