This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v1.16.0
1.16.0 (2024-09-04)
Features
- Add
DataFrame.struct.explodeto add struct subfields to a DataFrame (#916) (ad2f75e) - Implement
bigframes.bigquery.json_extract_array(#910) (575a29e) - Recover struct column from exploded Series (#904) (7dd304c)
Bug Fixes
- Fix issue with iterating on >10gb dataframes (#949) (2b0f0fa)
- Improve
Series.replacefor dict input (#907) (4208044) - NullIndex in ML model.predict error (#917) (612271d)
- Struct field non-nullable type issue. (#914) (149d5ff)
- Unordered mode errors in ml train_test_split (#925) (85d7c21)
Performance Improvements
Dependencies
- Re-introduce support for numpy 1.24.x (#931) (3d71913)
- Update minimum support to Pandas 1.5.3 and Pyarrow 10.0.1 (#903) (7ed3962)