I would like to use darts time series model with pandas dataframe. I tried to import below packages but this error message that I can't resolved. My pandas version is 1.3.4 that I can't lowered as suggested in some forums since then I need to lower the version of python also which is not allowed in anaconda. I also tried
conda uninstall pandas
conda install pandas
these did not worked also
Once I could not define Timeseries it is not possible to convert to timeseries to input darts model
TimeSeries.from_dataframe(df)
please help thank you