When querying a nullable record in BigQuery client, the client returns each element within a nullable record as a column, but when doing it in Python into a Pandas DF, the each element in the nullable record is formatted as a JSON and then put into one column. Is there a way to prevent this?
Hoping this is possible without just unloading the jsons and adding them to the dataframe manually
New contributor
Arkhan Lewis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.