I am trying to implement forecast model using azure databricks and try to execute all the prediction but some of the source data if I am using my forecast analysis, I am getting as below error. i have tried to add the filter the row less then 2 NAN but not able to fix the issues.
PythonException: 'ValueError: Dataframe has less than 2 non-NaN
above the dataframe we are passing to our forecast method which is trying to fit our model.