File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1174,14 +1174,14 @@ def to_gbq(
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
- .. versionadded:: pandas-gbq 0.2.0
1177
+ .. versionadded:: pandas-gbq- 0.2.0
1178
1178
table_schema (list of dicts):
1179
1179
List of BigQuery table fields to which according DataFrame
1180
1180
columns conform to, e.g. `[{'name': 'col1', 'type':
1181
1181
'STRING'},...]`. If schema is not provided, it will be
1182
1182
generated according to dtypes of DataFrame columns. See
1183
1183
BigQuery API documentation on available names of a field.
1184
- .. versionadded:: pandas-gbq 0.3.1
1184
+ .. versionadded:: pandas-gbq- 0.3.1
1185
1185
1186
1186
See Also
1187
1187
--------
You can’t perform that action at this time.
0 commit comments