Skip to content

Inserting boolean NULL values in BigQuery table — needs a test added #105

Closed
@mdimrankhan112

Description

@mdimrankhan112

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.type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions