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
fix: support results with STRUCT and ARRAY columns containing JSON subfields in to_pandas_batches() (#2216)
* Correctly display DataFrames with JSON columns in anywidget
* Improve JSON type handling for to_gbq and to_pandas_batches
* Revert "Correctly display DataFrames with JSON columns in anywidget"
This reverts commit 8c34512.
* Remove unnecessary comment
* code refactor
* testcase update
* Fix testcase
* function call updated in
bigframes/core/blocks.py, unused function removed from bigframes/dtypes.py
* revert the code refactor in loader.py, I will use a seperate pr for this refactor
* replace the manual
construction of the empty DataFrame with the more robust try...except block
that leverages to_pyarrow and empty_table
* fix testcase
* existing arrow_to_pandas() helper that properly handles dtype conversion
* testcase update
* refactor testcase
* Add pyarrow id to comments
0 commit comments