Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
xzdandy committed Sep 10, 2023
1 parent 13920d0 commit d5ceb68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evadb/executor/create_function_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def handle_forecasting_function(self):

"""
The following rename is needed for statsforecast, which requires the column name to be the following:
- The unique_id (string, int or category) represents an identifier for the series.
- The ds (datestamp) column should be of a format expected by Pandas, ideally YYYY-MM-DD for a date or YYYY-MM-DD HH:MM:SS for a timestamp.
- The y (numeric) represents the measurement we wish to forecast.
Expand Down

0 comments on commit d5ceb68

Please sign in to comment.