Skip to content

Commit

Permalink
Merge branch 'master' into bigquery_add_create_job_method
Browse files Browse the repository at this point in the history
  • Loading branch information
HemangChothani committed Feb 12, 2020
2 parents 9ae3619 + 3d77a75 commit 37e55cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions google/cloud/bigquery/client.py
Expand Up @@ -1777,6 +1777,14 @@ def load_table_from_dataframe(
Similar to :meth:`load_table_from_uri`, this method creates, starts and
returns a :class:`~google.cloud.bigquery.job.LoadJob`.
.. note::
Due to the way REPEATED fields are encoded in the ``parquet`` file
format, a mismatch with the existing table schema can occur, and
100% compatibility cannot be guaranteed for REPEATED fields.
https://github.com/googleapis/python-bigquery/issues/17
Arguments:
dataframe (pandas.DataFrame):
A :class:`~pandas.DataFrame` containing the data to load.
Expand Down

0 comments on commit 37e55cb

Please sign in to comment.