Skip to content

Commit 4cab83c

Browse files
authored
DOC: link to issue 7 for to_gbq changes (#100)
1 parent 3ea1f7f commit 4cab83c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/changelog.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Changelog
55
------------------
66

77
- Use the `google-cloud-bigquery <https://googlecloudplatform.github.io/google-cloud-python/latest/bigquery/usage.html>`__ library for API calls. The ``google-cloud-bigquery`` package is a new dependency, and dependencies on ``google-api-python-client`` and ``httplib2`` are removed. See the `installation guide <https://pandas-gbq.readthedocs.io/en/latest/install.html#dependencies>`__ for more details. (:issue:`93`)
8-
- :func:`to_gbq` now uses a load job instead of the streaming API. (:issue:`75`)
9-
- Remove ``StreamingInsertError`` class, as it is no longer used by :func:`to_gbq`. (:issue:`75`)
8+
- :func:`to_gbq` now uses a load job instead of the streaming API. Remove ``StreamingInsertError`` class, as it is no longer used by :func:`to_gbq`. (:issue:`7`, :issue:`75`)
109

1110
0.2.1 / 2017-11-27
1211
------------------

0 commit comments

Comments
 (0)