This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v2.29.0
2.29.0 (2025-11-10)
Features
- Add bigframes.bigquery.st_regionstats to join raster data from Earth Engine (#2228) (10ec52f)
- Add DataFrame.resample and Series.resample (#2213) (c9ca02c)
- SQL Cell no longer escapes formatted string values (#2245) (d2d38f9)
- Support left_index and right_index for merge (#2220) (da9ba26)
Bug Fixes
- Correctly iterate over null struct values in ManagedArrowTable (#2209) (12e04d5)
- Simplify UnsupportedTypeError message (#2212) (6c9a18d)
- Support results with STRUCT and ARRAY columns containing JSON subfields in
to_pandas_batches()(#2216) (3d8b17f)