You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
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