This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v0.24.0
0.24.0 (2024-03-12)
⚠ BREAKING CHANGES
read_parquetuses a "pandas" engine to parse files by default. Useengine="bigquery"for the previous behavior
Features
- (Series|Dataframe).plot.hist() (#420) (4aadff4)
- Add detect_anomalies to ml ARIMAPlus and KMeans models (#426) (6df28ed)
- Add engine parameter to
read_parquet(#413) (31325a1) - Add ml PCA.detect_anomalies method (#422) (8d82945)
- Support BYOSA in
remote_function(#407) (d92ced2) - Support CMEK for BQ tables (#403) (9a678e3)
Bug Fixes
- Move
third_party.bigframes_vendoredtobigframes_vendored(#424) (763edeb) - Only do row identity based joins when joining by index (#356) (76b252f)
- Read_pandas inline respects location (#412) (ae0e3ea)