Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Disabling timezone of dataframe before passing Prophet
While running forecasting with Druid. Prophet throws the following exception. This PR removes the timezone info. ValueError: Column ds has timezone specified, which is not supported. Remove timezone apache#11106 @villebro
- Loading branch information