Uh oh!
There was an error while loading. Please reload this page.
fix(bigquery): write pandas datetime[ns] columns to BigQuery TIMESTAMP columns - #10028
Merged
plamut merged 8 commits intoJan 11, 2020
Merged
Conversation
tswastforce-pushed
the
issue9996-load_table_from_dataframe-sample-tests
branch
from
January 2, 2020 20:32
e10f755 to
ee48df8Compare…P columns Also: * Enable TIMESTAMP and DATETIME unit tests for `_pandas_helpers`. * Add more data types to load dataframe sample.
tswastforce-pushed
the
issue9996-load_table_from_dataframe-sample-tests
branch
from
January 2, 2020 23:13
ee48df8 to
6965558Comparedatetime[ns] columns to BigQuery TIMESTAMP columnstswast
marked this pull request as ready for review
January 2, 2020 23:18
Pandas doesn't automatically convert datetime objects to UTC time, so show how to do this in the code sample.
tswast
commented
Jan 3, 2020
ContributorAuthor
Failure is for the docs session and appears to be just a temporary flake with the gax docs. |
plamut
suggested changes
Jan 9, 2020
plamut
left a comment
Contributor
There was a problem hiding this comment.
We need to fix an undefined name that causes the snippets and lint checks to fail. Seems good otherwise.
Uh oh!
There was an error while loading. Please reload this page.
This was referenced Jan 29, 2020
Merged
This was referenced Jan 29, 2020
Merged
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also:
_pandas_helpers.Fixes#9996 🦕