We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a74fe commit 07ae44dCopy full SHA for 07ae44d
bigframes/bigquery/_operations/ai.py
@@ -575,7 +575,7 @@ def forecast(
575
576
Args:
577
df (DataFrame):
578
- The dataframe that contains the data that you want to forecast. It could be either a BigFrames Dataframe or
+ The dataframe that contains the data that you want to forecast. It could be either a BigFrames Dataframe or
579
a pandas DataFrame. If it's a pandas DataFrame, the global BigQuery session will be used to load the data.
580
data_col (str):
581
A str value that specifies the name of the data column. The data column contains the data to forecast.
0 commit comments