File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,8 @@ Changelog
33
44.. _changelog-0.10.0 :
55
6- 0.10.0 / TBD
7- ------------
8-
9- - Fix a bug where pandas-gbq could not upload an empty DataFrame. (:issue: `237 `)
10- - Update the authentication credentials. **Note: ** You may need to set
11- ``reauth=True `` in order to update your credentials to the most recent
12- version. This is required to use new functionality such as the BigQuery
13- Storage API. (:issue: `267 `)
6+ 0.10.0 / 2019-04-05
7+ -------------------
148
159Documentation
1610~~~~~~~~~~~~~
@@ -28,12 +22,17 @@ Dependency updates
2822Internal changes
2923~~~~~~~~~~~~~~~~
3024
25+ - Update the authentication credentials. **Note: ** You may need to set
26+ ``reauth=True `` in order to update your credentials to the most recent
27+ version. This is required to use new functionality such as the BigQuery
28+ Storage API. (:issue: `267 `)
3129- Use ``to_dataframe() `` from ``google-cloud-bigquery `` in the ``read_gbq() ``
3230 function. (:issue: `247 `)
3331
3432Enhancements
3533~~~~~~~~~~~~
3634
35+ - Fix a bug where pandas-gbq could not upload an empty DataFrame. (:issue: `237 `)
3736- Allow ``table_schema `` in :func: `to_gbq ` to contain only a subset of columns,
3837 with the rest being populated using the DataFrame dtypes (:issue: `218 `)
3938 (contributed by @johnpaton)
You can’t perform that action at this time.
0 commit comments