@@ -1167,20 +1167,20 @@ def to_gbq(
1167
1167
Arbitrary keyword arguments.
1168
1168
1169
1169
auth_local_webserver (boolean): default False
1170
- Use the [local webserver flow] instead of the [console flow] when
1171
- getting user credentials.
1170
+ Use the [local webserver flow] instead of the [console flow]
1171
+ when getting user credentials.
1172
1172
1173
1173
.. [local webserver flow]
1174
1174
http://google-auth-oauthlib.readthedocs.io/en/latest/reference/google_auth_oauthlib.flow.html#google_auth_oauthlib.flow.InstalledAppFlow.run_local_server
1175
1175
.. [console flow]
1176
1176
http://google-auth-oauthlib.readthedocs.io/en/latest/reference/google_auth_oauthlib.flow.html#google_auth_oauthlib.flow.InstalledAppFlow.run_console
1177
1177
.. versionadded:: pandas-gbq 0.2.0
1178
1178
table_schema (list of dicts):
1179
- List of BigQuery table fields to which according DataFrame columns
1180
- conform to, e.g. `[{'name': 'col1', 'type': 'STRING'},...]`. If
1181
- schema is not provided, it will be generated according to dtypes
1182
- of DataFrame columns. See BigQuery API documentation on available
1183
- names of a field.
1179
+ List of BigQuery table fields to which according DataFrame
1180
+ columns conform to, e.g. `[{'name': 'col1', 'type':
1181
+ 'STRING'},...]`. If schema is not provided, it will be
1182
+ generated according to dtypes of DataFrame columns. See
1183
+ BigQuery API documentation on available names of a field.
1184
1184
.. versionadded:: pandas-gbq 0.3.1
1185
1185
1186
1186
See Also
0 commit comments