Skip to content

Conversation

chelsea-lin
Copy link
Contributor

@chelsea-lin chelsea-lin commented Nov 5, 2024

This change fixes an issue where pandas 1.5 would fail to display dbjson data correctly. Previously, attempting to format a DataFrame with dbjson values through np.asarray(db) calls, could result in a ValueError during the formatting process.

@chelsea-lin chelsea-lin requested a review from tswast November 5, 2024 23:46
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/python-db-dtypes-pandas API. labels Nov 5, 2024
@chelsea-lin chelsea-lin marked this pull request as ready for review November 5, 2024 23:46
@chelsea-lin