- Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-pandas API.Issues related to the googleapis/python-bigquery-pandas API.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
For Boolean datatype, Big Query supports True,False and NULL values. However I am not able to insert NULL values using the dataFrame.to_gbq() method.
I tried with Boolean DataFrame column containing True, False, None values and with True, False, NaN values. Nothing seems to work.
Is there any method to do this or atleast a work around.
Thanks in advance!
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-pandas API.Issues related to the googleapis/python-bigquery-pandas API.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.