Closed
Description
Currently, pandas-gbq doesn't use load_table_from_dataframe
because it is using CSV for serialization, which has better support for TIME, DATE, DATETIME than Parquet. See: #56, #382
Struct / Array support could also be improved (though this is partially due to problems in the pyarrow library). #19
I propose supporting the CSV serialization type.