Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 0f82f20

Browse files
fixed documentation error
1 parent b1e851e commit 0f82f20

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pandas_gbq/gbq.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,7 @@ def to_gbq(
416416
destination_table : str
417417
Name of table to be written, in the form ``dataset.tablename`` or
418418
``project.dataset.tablename``.
419-
clustering_columns : typing.Union[
420-
pandas.core.indexes.base.Index, typing.Iterable[typing.Hashable]
421-
] = (),
419+
clustering_columns : pandas.Index | Iterable[Hashable], optional
422420
Specifies the columns for clustering in the BigQuery table.
423421
time_partitioning_column : str, optional
424422
Specifies the column for time-based partitioning in the BigQuery table.

0 commit comments

Comments
 (0)