Skip to content

Commit 672ae33

Browse files
tswastchalmerlowe
andauthored
Update google/cloud/bigquery/_pandas_helpers.py
Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
1 parent d382e13 commit 672ae33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/bigquery/_pandas_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def dataframe_to_bq_schema(dataframe, bq_schema):
466466
if pandas_gbq is None:
467467
warnings.warn(
468468
"Loading pandas DataFrame into BigQuery will require pandas-gbq "
469-
"package version 0.26.1 or greater in future. "
469+
"package version 0.26.1 or greater in the future. "
470470
f"Tried to import pandas-gbq and got: {pandas_gbq_import_exception}",
471471
category=FutureWarning,
472472
)

0 commit comments

Comments
 (0)