From 448d42da3046663ed66ca3a905de1d72f05e4893 Mon Sep 17 00:00:00 2001 From: Shuowei Li Date: Thu, 30 Jul 2026 00:27:51 +0000 Subject: [PATCH] docs(bigquery): add related libraries table to README --- packages/google-cloud-bigquery/README.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages/google-cloud-bigquery/README.rst b/packages/google-cloud-bigquery/README.rst index 705ef5ce712c..56ad7d2d5f28 100644 --- a/packages/google-cloud-bigquery/README.rst +++ b/packages/google-cloud-bigquery/README.rst @@ -21,6 +21,26 @@ processing power of Google's infrastructure. .. _Client Library Documentation: https://cloud.google.com/python/docs/reference/bigquery/latest/summary_overview .. _Product Documentation: https://cloud.google.com/bigquery/docs/reference/v2/ + +Related Libraries +----------------- + +For higher-level data analysis and DataFrame operations, consider using one of the following connector libraries: + +.. list-table:: + :header-rows: 1 + + * - Library + - Description + - Documentation + * - `BigQuery DataFrames (bigframes) `_ + - Flexible pandas-like and scikit-learn-like API powered by BigQuery engine for large-scale data analysis and ML. + - `BigFrames Docs `_ + * - `pandas-gbq `_ + - Convenient integration allowing pandas DataFrames to load from and write to BigQuery. + - `pandas-gbq Docs `_ + + Quick Start -----------