Please solve this Dataframe attribute error for prophet

22 Views Asked by At

prophet.fit(ds) i was trying to train prophet on ds dataset having two columns ds and y

For the above code i am getting the below error

ds.columns = [['ds','y']] AttributeError: 'DataFrame' object has no attribute 'unique'

0

There are 0 best solutions below