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!