Skip to content

Commit 4b80441

Browse files
committed
CLN: remove pandas/io/gbq.py and tests and replace with pandas-gbq
closes pandas-dev#15347
1 parent f4edb05 commit 4b80441

File tree

8 files changed

+52
-2270
lines changed

8 files changed

+52
-2270
lines changed

ci/requirements-2.7.pip

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
blosc
2-
httplib2
3-
google-api-python-client==1.2
4-
python-gflags==2.0
5-
oauth2client==1.5.0
2+
pandas-gbq
63
pathlib
74
backports.lzma
85
py

ci/requirements-3.4.pip

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
python-dateutil==2.2
22
blosc
3-
httplib2
4-
google-api-python-client
5-
oauth2client

ci/requirements-3.4_SLOW.pip

-3
This file was deleted.

ci/requirements-3.5.pip

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
xarray==0.9.1
2+
pandas-gbq

doc/source/io.rst

+5
Original file line numberDiff line numberDiff line change
@@ -4652,6 +4652,11 @@ And then issue the following queries:
46524652
Google BigQuery
46534653
---------------
46544654

4655+
.. warning::
4656+
4657+
Starting in 0.20.0, pandas has split off Google BigQuery support into the
4658+
separate package ``pandas-gbq``. You can ``pip install pandas-gbq`` to get it.
4659+
46554660
.. versionadded:: 0.13.0
46564661

46574662
The :mod:`pandas.io.gbq` module provides a wrapper for Google's BigQuery

0 commit comments

Comments
 (0)