to_gbq fails when trying to save a Pandas datetime64[ns] to a BQ DATE field #362
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-pandas API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
🚨
This issue needs some love.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
I seem to be able to work around this by forcing the datetime64[ns] column to the .dt.date of the datetime64, but it seems like pandas-gbq should be able to figure this out when I supply the schema with a 'DATE' column in it.
The text was updated successfully, but these errors were encountered: