Skip to content

Commit 2e5b148

Browse files
committed
DOC: update versionadded string for pandas-gbq
1 parent bee847b commit 2e5b148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/frame.py

+2-2
Original file line numberDiff line numberDiff 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
--------

0 commit comments

Comments
 (0)