Skip to content

v2.29.0

Latest

Choose a tag to compare

@release-please release-please released this 10 Nov 21:12
44e9869

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)

Documentation

  • Switch API reference docs to pydata theme (#2237) (9b86dcf)
  • Update notebook for JSON subfields support in to_pandas_batches() (#2138) (5663d2a)