Skip to content

Commit 37e55cb

Browse files
Merge branch 'master' into bigquery_add_create_job_method
2 parents 9ae3619 + 3d77a75 commit 37e55cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

google/cloud/bigquery/client.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,6 +1777,14 @@ def load_table_from_dataframe(
17771777
Similar to :meth:`load_table_from_uri`, this method creates, starts and
17781778
returns a :class:`~google.cloud.bigquery.job.LoadJob`.
17791779
1780+
.. note::
1781+
1782+
Due to the way REPEATED fields are encoded in the ``parquet`` file
1783+
format, a mismatch with the existing table schema can occur, and
1784+
100% compatibility cannot be guaranteed for REPEATED fields.
1785+
1786+
https://github.com/googleapis/python-bigquery/issues/17
1787+
17801788
Arguments:
17811789
dataframe (pandas.DataFrame):
17821790
A :class:`~pandas.DataFrame` containing the data to load.

0 commit comments

Comments
 (0)