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.
Call bqclient.load_table_from_dataframe with a dataframe containing a string type. Before pandas 2.2.0, the pyarrow.array would detect the type as pyarrow.lib.StringArray. After switching to pandas 2.2.0, the pyarrow.lib.LargeStringArray would be returned. But it misses the BQ type mapping.
Stack trace
The left results are in pandas 2.2.0 and the right result are from pandas 2.1.3