We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ae3619 + 3d77a75 commit 37e55cbCopy full SHA for 37e55cb
google/cloud/bigquery/client.py
@@ -1777,6 +1777,14 @@ def load_table_from_dataframe(
1777
Similar to :meth:`load_table_from_uri`, this method creates, starts and
1778
returns a :class:`~google.cloud.bigquery.job.LoadJob`.
1779
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
1788
Arguments:
1789
dataframe (pandas.DataFrame):
1790
A :class:`~pandas.DataFrame` containing the data to load.
0 commit comments