sophia-kwon

Results 1 issues of sophia-kwon

I have a stock time series dataframe that looks like: ![image](https://github.com/unit8co/darts/assets/131655652/91107080-c646-4268-a1db-6e9a9b4af044) When I tried to convert to time series: series = TimeSeries.from_dataframe(stock_normalized_df) I get the following error: ERROR:darts.timeseries:ValueError: The time...

question