From 76de4e8ae89cd94d5ba0feefe8cddea379a86c5d Mon Sep 17 00:00:00 2001 From: ohmayr Date: Fri, 13 Mar 2026 13:09:48 -0700 Subject: [PATCH 1/2] Update README.rst --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 122f43ee..ac5a6ff7 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,6 @@ +.. _google-cloud-python: https://github.com/googleapis/google-cloud-python/tree/main/packages/pandas-gbq + + pandas-gbq ========== @@ -56,6 +59,10 @@ Upload a dataframe pandas_gbq.to_gbq(dataframe, "dataset.table") + +:**NOTE**: **This github repository is archived. The repository contents and history have moved to** `google-cloud-python`_. + + More samples ~~~~~~~~~~~~ From 8a912b0ee8bb5b267e7b5d8c0347f35ba76fbff9 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Fri, 13 Mar 2026 13:12:08 -0700 Subject: [PATCH 2/2] Update README.rst --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ac5a6ff7..2d9bc795 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,5 @@ +:**NOTE**: **This github repository is archived. The repository contents and history have moved to** `google-cloud-python`_. + .. _google-cloud-python: https://github.com/googleapis/google-cloud-python/tree/main/packages/pandas-gbq @@ -60,9 +62,6 @@ Upload a dataframe pandas_gbq.to_gbq(dataframe, "dataset.table") -:**NOTE**: **This github repository is archived. The repository contents and history have moved to** `google-cloud-python`_. - - More samples ~~~~~~~~~~~~