Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 344c00f commit 3d77a75Copy full SHA for 3d77a75
google/cloud/bigquery/client.py
@@ -1712,6 +1712,14 @@ def load_table_from_dataframe(
1712
Similar to :meth:`load_table_from_uri`, this method creates, starts and
1713
returns a :class:`~google.cloud.bigquery.job.LoadJob`.
1714
1715
+ .. note::
1716
+
1717
+ Due to the way REPEATED fields are encoded in the ``parquet`` file
1718
+ format, a mismatch with the existing table schema can occur, and
1719
+ 100% compatibility cannot be guaranteed for REPEATED fields.
1720
1721
+ https://github.com/googleapis/python-bigquery/issues/17
1722
1723
Arguments:
1724
dataframe (pandas.DataFrame):
1725
A :class:`~pandas.DataFrame` containing the data to load.
0 commit comments