diff --git a/README.rst b/README.rst index 122f43ee..2d9bc795 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,8 @@ +:**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 + + pandas-gbq ========== @@ -56,6 +61,7 @@ Upload a dataframe pandas_gbq.to_gbq(dataframe, "dataset.table") + More samples ~~~~~~~~~~~~