You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/changelog.rst
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Changelog
6
6
7
7
- Resolve issue where the optional ``--noauth_local_webserver`` command line argument would not be propagated during the authentication process. (:issue:`35`)
8
8
- Drop support for Python 3.4 (:issue:`40`)
9
+
- When using ```to_gbq``` if ```if_exists``` is set to ```append```, dataframe needs to contain only a subset of the fields in the BigQuery schema. (:issue: `24`)
10
+
9
11
10
12
0.1.6 / 2017-05-03
11
13
------------------
@@ -14,10 +16,6 @@ Changelog
14
16
15
17
0.1.5 / 2017-04-20
16
18
------------------
17
-
- When using ```to_gbq``` if ```if_exists``` is set to ```append```, dataframe needs to contain only a subset of the fields in the BigQuery schema. GH#24
18
-
19
-
0.1.4 / 2017-03-17
20
-
------------------
21
19
22
20
- ``InvalidIndexColumn`` will be raised instead of ``InvalidColumnOrder`` in ``read_gbq`` when the index column specified does not exist in the BigQuery schema. (:issue:`6`)
0 commit comments