Skip to content

Commit b1e1ac6

Browse files
authored
DOC: unicode error references correct issue
1 parent ff00708 commit b1e1ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
0.3.1 / 2018-02-13
55
------------------
66

7-
- Fix an issue where Unicode couldn't be uploaded in Python 2 (:issue:`93`)
7+
- Fix an issue where Unicode couldn't be uploaded in Python 2 (:issue:`106`)
88
- Add support for a passed schema in :func:``to_gbq`` instead inferring the schema from the passed ``DataFrame`` with ``DataFrame.dtypes`` (:issue:`46`)
99
- Fix an issue where a dataframe containing both integer and floating point columns could not be uploaded with ``to_gbq`` (:issue:`116`)
1010
- ``to_gbq`` now uses ``to_csv`` to avoid manually looping over rows in a dataframe (should result in faster table uploads) (:issue:`96`)

0 commit comments

Comments
 (0)