jitendrawbd

Results 2 comments of jitendrawbd

Using even the simplest of loading doesn't seem to work ``` def testapi(): df = pd.DataFrame( { "my_string": ["a", "b", "c"], "my_int64": [1, 2, 3], "my_float64": [4.0, 5.0, 6.0], "my_bool1":...

Ah, got it. Any plans to incorporate `BigQueryClient.load_table_from_dataframe` function in the future? For now, I will look for some workaround