File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1174,14 +1174,14 @@ def to_gbq(
11741174 http://google-auth-oauthlib.readthedocs.io/en/latest/reference/google_auth_oauthlib.flow.html#google_auth_oauthlib.flow.InstalledAppFlow.run_local_server
11751175 .. [console flow]
11761176 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
11781178 table_schema (list of dicts):
11791179 List of BigQuery table fields to which according DataFrame
11801180 columns conform to, e.g. `[{'name': 'col1', 'type':
11811181 'STRING'},...]`. If schema is not provided, it will be
11821182 generated according to dtypes of DataFrame columns. See
11831183 BigQuery API documentation on available names of a field.
1184- .. versionadded:: pandas-gbq 0.3.1
1184+ .. versionadded:: pandas-gbq- 0.3.1
11851185
11861186 See Also
11871187 --------
You can’t perform that action at this time.
0 commit comments