Skip to content

Commit 4511991

Browse files
shuoweildaniel-sanche
authored andcommitted
docs: add connector libraries overview table to package README (#17939)
Adds a **Related Libraries** table to the `google-cloud-bigquery` [README.rst](file:///usr/local/google/home/shuowei/src/google-cloud-python/google-cloud-python/packages/google-cloud-bigquery/README.rst) linking connector libraries for DataFrame operations: - **BigQuery DataFrames (`bigframes`)**: pandas/scikit-learn-like API powered by BigQuery engine. - **`pandas-gbq`**: integration for loading and writing pandas DataFrames. Fixes #<522853190> 🦕
1 parent e1e04d7 commit 4511991

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

packages/google-cloud-bigquery/README.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,26 @@ processing power of Google's infrastructure.
2121
.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/bigquery/latest/summary_overview
2222
.. _Product Documentation: https://cloud.google.com/bigquery/docs/reference/v2/
2323

24+
25+
Related Libraries
26+
-----------------
27+
28+
For higher-level data analysis and DataFrame operations, consider using one of the following connector libraries:
29+
30+
.. list-table::
31+
:header-rows: 1
32+
33+
* - Library
34+
- Description
35+
- Documentation
36+
* - `BigQuery DataFrames (bigframes) <https://dataframes.bigquery.dev/>`_
37+
- Flexible pandas-like and scikit-learn-like API powered by BigQuery engine for large-scale data analysis and ML.
38+
- `BigFrames Docs <https://dataframes.bigquery.dev/>`_
39+
* - `pandas-gbq <https://pandas-gbq.readthedocs.io/>`_
40+
- Convenient integration allowing pandas DataFrames to load from and write to BigQuery.
41+
- `pandas-gbq Docs <https://pandas-gbq.readthedocs.io/>`_
42+
43+
2444
Quick Start
2545
-----------
2646

0 commit comments

Comments
 (0)