-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Issue while using Forecasting #11106
Labels
!deprecated-label:bug
Deprecated label - Use #bug instead
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
kkalyan
added a commit
to kkalyan/incubator-superset
that referenced
this issue
Sep 29, 2020
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
6 tasks
@kkalyan Thanks for reporting and contributing!!! |
villebro
added a commit
that referenced
this issue
Sep 30, 2020
* 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 #11106 @villebro * Update pandas_postprocessing.py * Update superset/utils/pandas_postprocessing.py Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
dpgaspar
pushed a commit
that referenced
this issue
Oct 1, 2020
* 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 #11106 @villebro * Update pandas_postprocessing.py * Update superset/utils/pandas_postprocessing.py Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
auxten
pushed a commit
to auxten/incubator-superset
that referenced
this issue
Nov 20, 2020
…1107) * 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 * Update pandas_postprocessing.py * Update superset/utils/pandas_postprocessing.py Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
This was referenced Nov 26, 2023
This was referenced Dec 14, 2023
This was referenced Dec 20, 2023
This was referenced May 14, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I'm trying to use Prophet forecasting on Druid datasource and it throws the following exception
Unexpected Error
Error: Column ds has timezone specified, which is not supported. Remove timezone.
Expected results
Forecast as illustrated in #10752
Actual results
Screenshots
How to reproduce the bug
Environment
(please complete the following information):
superset version
- 0.37.2python --version
3.6.9node -v
npm -v
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
@villebro
The text was updated successfully, but these errors were encountered: