googleapis / python-bigquery-dataframes

BigQuery DataFrames

Home Page:https://cloud.google.com/python/docs/reference/bigframes/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: add `clustering_columns` parameter to `to_gbq`

tswast opened this issue · comments

Clustering by geography or spatial indexes is key for performance in visualization. We should allow manually setting which columns to use as clustering columns.

Note: We'll need to do some thinking about when column names don't align with the names in the table due to escaping or name duplication differences.