Skip to content

Commit 0429227

Browse files
committed
CLN: line lengths.
1 parent b1b1479 commit 0429227

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pandas/core/frame.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -1167,20 +1167,20 @@ def to_gbq(
11671167
Arbitrary keyword arguments.
11681168
11691169
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.
11721172
11731173
.. [local webserver flow]
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
11771177
.. versionadded:: pandas-gbq 0.2.0
11781178
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.
11841184
.. versionadded:: pandas-gbq 0.3.1
11851185
11861186
See Also

0 commit comments

Comments
 (0)