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 b1e851e commit 0f82f20Copy full SHA for 0f82f20
1 file changed
pandas_gbq/gbq.py
@@ -416,9 +416,7 @@ def to_gbq(
416
destination_table : str
417
Name of table to be written, in the form ``dataset.tablename`` or
418
``project.dataset.tablename``.
419
- clustering_columns : typing.Union[
420
- pandas.core.indexes.base.Index, typing.Iterable[typing.Hashable]
421
- ] = (),
+ clustering_columns : pandas.Index | Iterable[Hashable], optional
422
Specifies the columns for clustering in the BigQuery table.
423
time_partitioning_column : str, optional
424
Specifies the column for time-based partitioning in the BigQuery table.
0 commit comments