Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigQuery: Determine the schema in load_table_from_dataframe based on dtypes. #9049

Merged
merged 5 commits into from
Aug 21, 2019

Commits on Aug 20, 2019

  1. Determine the schema in load_table_from_dataframe based on dtypes.

    This PR updates `load_table_from_dataframe` to automatically determine
    the BigQuery schema based on the DataFrame's dtypes. If any field's type
    cannot be determined, fallback to the logic in the pandas `to_parquet`
    method.
    tswast committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    b901cf2 View commit details
    Browse the repository at this point in the history
  2. Fix test coverage.

    tswast committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    a6126b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Configuration menu
    Copy the full SHA
    108efa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caa0f1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab222f0 View commit details
    Browse the repository at this point in the history